Skip to content

Commit

Permalink
build(dependencies): 🧱 update Deno dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneylab committed Nov 27, 2024
1 parent bb721c8 commit 5e30f02
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"wasmbuild": "deno run -A jsr:@deno/[email protected] --project=parsedown"
},
"exclude": ["lib/"],
"imports": { "@std/assert": "jsr:@std/assert@^1.0.3" }
"imports": { "@std/assert": "jsr:@std/assert@^1.0.8" }
}
2 changes: 1 addition & 1 deletion lib/parsedown.generated.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// deno-fmt-ignore-file
/// <reference types="./parsedown.generated.d.ts" />

// source-hash: 94b0ac08011ee053711880e7382330d1e6d84942
// source-hash: 386c448320ef24975d9d36b44f28bba83b3508d3
let wasm;

const heap = new Array(128).fill(undefined);
Expand Down
Binary file modified lib/parsedown_bg.wasm
Binary file not shown.

0 comments on commit 5e30f02

Please sign in to comment.