Skip to content

Commit

Permalink
Merge pull request #458 from dajiaji/bump-to-1_6_1
Browse files Browse the repository at this point in the history
Bump version to 1.6.1.
  • Loading branch information
dajiaji authored Nov 5, 2024
2 parents 7d1a405 + 65ed0e0 commit 760953f
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 72 deletions.
10 changes: 5 additions & 5 deletions npm/import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"imports": {
"@dajiaji/mlkem": "npm:mlkem@^2.3.0",
"@deno/dnt": "jsr:@deno/dnt@^0.41.3",
"@hpke/chacha20poly1305": "npm:@hpke/chacha20poly1305@^1.4.3",
"@hpke/common": "npm:@hpke/common@^1.4.3",
"@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",
"@hpke/chacha20poly1305": "npm:@hpke/chacha20poly1305@^1.6.0",
"@hpke/common": "npm:@hpke/common@^1.6.1",
"@hpke/core": "npm:@hpke/core@^1.6.0",
"@hpke/dhkem-x25519": "npm:@hpke/dhkem-x25519@^1.6.0",
"@hpke/dhkem-x448": "npm:@hpke/dhkem-x448@^1.6.0",
"@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",
Expand Down
91 changes: 35 additions & 56 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
@@ -1,6 +1,6 @@
{
"name": "@hpke/chacha20poly1305",
"version": "1.6.0",
"version": "1.6.1",
"exports": "./mod.ts",
"imports": {
"@noble/ciphers": "npm:@noble/ciphers@^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/core",
"version": "1.6.0",
"version": "1.6.1",
"exports": "./mod.ts",
"publish": {
"exclude": [
Expand Down
2 changes: 1 addition & 1 deletion packages/dhkem-secp256k1/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/dhkem-secp256k1",
"version": "1.6.0",
"version": "1.6.1",
"exports": "./mod.ts",
"imports": {
"@noble/curves": "npm:@noble/curves@^1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/dhkem-x25519/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/dhkem-x25519",
"version": "1.6.0",
"version": "1.6.1",
"exports": "./mod.ts",
"imports": {
"@noble/curves": "npm:@noble/curves@^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dhkem-x448/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/dhkem-x448",
"version": "1.6.0",
"version": "1.6.1",
"exports": "./mod.ts",
"imports": {
"@noble/curves": "npm:@noble/curves@^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/hpke-js/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/hpke-js",
"version": "1.6.0",
"version": "1.6.1",
"exports": "./mod.ts",
"imports": {
"@noble/hashes": "npm:@noble/hashes@^1.5.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/hybridkem-x-wing/samples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "node app.js"
},
"dependencies": {
"@hpke/core": "^1.5.0",
"@hpke/hybridkem-x-wing": "^0.2.0"
"@hpke/core": "^1.6.0",
"@hpke/hybridkem-x-wing": "^0.4.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"wrangler": "^3.60.3"
},
"dependencies": {
"@hpke/core": "^1.3.1",
"@hpke/hybridkem-x-wing": "^0.1.0"
"@hpke/core": "^1.6.0",
"@hpke/hybridkem-x-wing": "^0.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/hybridkem-x25519-kyber768/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/hybridkem-x25519-kyber768",
"version": "1.6.0",
"version": "1.6.1",
"exports": "./mod.ts",
"imports": {
"@noble/hashes": "npm:@noble/hashes@^1.5.0"
Expand Down

0 comments on commit 760953f

Please sign in to comment.