Skip to content

Commit

Permalink
Bump @noble/ciphers to 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Nov 3, 2024
1 parent 5d284d4 commit 7f713b2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
8 changes: 6 additions & 2 deletions deno.lock

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

2 changes: 1 addition & 1 deletion import_map.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imports": {
"@dajiaji/mlkem": "npm:mlkem@^2.2.0",
"@noble/ciphers/chacha": "npm:@noble/ciphers@^0.5.3/chacha",
"@noble/ciphers/chacha": "npm:@noble/ciphers@^1.0.0/chacha",
"@noble/curves/ed25519": "npm:@noble/curves@^1.6.0/ed25519",
"@noble/curves/ed448": "npm:@noble/curves@^1.6.0/ed448",
"@noble/curves/secp256k1": "npm:@noble/curves@^1.6.0/secp256k1",
Expand Down
2 changes: 1 addition & 1 deletion npm/import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@hpke/core": "npm:@hpke/core@^1.4.3",
"@hpke/dhkem-x25519": "npm:@hpke/dhkem-x25519@^1.4.3",
"@hpke/dhkem-x448": "npm:@hpke/dhkem-x448@^1.4.3",
"@noble/ciphers/chacha": "npm:@noble/ciphers@^0.5.3/chacha",
"@noble/ciphers/chacha": "npm:@noble/ciphers@^1.0.0/chacha",
"@noble/curves/ed25519": "npm:@noble/curves@^1.6.0/ed25519",
"@noble/curves/ed448": "npm:@noble/curves@^1.6.0/ed448",
"@noble/curves/secp256k1": "npm:@noble/curves@^1.6.0/secp256k1",
Expand Down
11 changes: 7 additions & 4 deletions npm/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/chacha20poly1305/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.5.0",
"exports": "./mod.ts",
"imports": {
"@noble/ciphers": "npm:@noble/ciphers@^0.5.3"
"@noble/ciphers": "npm:@noble/ciphers@^1.0.0"
},
"publish": {
"exclude": [
Expand Down

0 comments on commit 7f713b2

Please sign in to comment.