Skip to content

Commit

Permalink
bump guifier import
Browse files Browse the repository at this point in the history
  • Loading branch information
joewatt95 committed Oct 11, 2024
1 parent eaaaf40 commit 741d729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ console.log("Transpiled queries: ", queries);
const query_results = await query_and_trace(prolog_program_and_queries);

const { default: Guifier } = await import(
"https://cdn.jsdelivr.net/npm/guifier@1.0.26/dist/Guifier.js"
"https://cdn.jsdelivr.net/npm/guifier@1.0.32/dist/Guifier.js"
);

// console.log("Stack trace: ", stack_trace);
Expand Down

0 comments on commit 741d729

Please sign in to comment.