Skip to content

Commit

Permalink
Dependencies and format upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkmxy committed Sep 29, 2024
1 parent 26fb1ab commit 06c83c0
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 49 deletions.
35 changes: 35 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

94 changes: 47 additions & 47 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/dep.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
*
* This module re-exports the required dependecies, as BYONM does not work with the import map.
*/
export * as assert from 'https://deno.land/std@0.212.0/assert/mod.ts';
export * as hex from 'https://deno.land/std@0.212.0/encoding/hex.ts';
export * as assert from 'https://deno.land/std@0.224.0/assert/mod.ts';
export * as hex from 'https://deno.land/std@0.224.0/encoding/hex.ts';
export { sleep } from 'https://deno.land/x/sleep@v1.3.0/mod.ts';

0 comments on commit 06c83c0

Please sign in to comment.