Skip to content

Commit

Permalink
Merge pull request #429 from dajiaji/bump-sample-dep-to-1_5_0
Browse files Browse the repository at this point in the history
Bump sample deps to 1.5.0.
  • Loading branch information
dajiaji authored Oct 12, 2024
2 parents 3a59604 + fd8f974 commit 8c099f7
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 47 deletions.
8 changes: 4 additions & 4 deletions packages/core/samples/node/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/core/samples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"author": "Ajitomi Daisuke <[email protected]> (https://github.com/dajiaji)",
"license": "MIT",
"dependencies": {
"@hpke/core": "^1.4.3"
"@hpke/core": "^1.5.0"
}
}
14 changes: 7 additions & 7 deletions packages/core/test/runtimes/cloudflare/package-lock.json

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

16 changes: 8 additions & 8 deletions packages/dhkem-secp256k1/samples/node/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/dhkem-secp256k1/samples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Ajitomi Daisuke <[email protected]> (https://github.com/dajiaji)",
"license": "MIT",
"dependencies": {
"@hpke/core": "^1.4.3",
"@hpke/dhkem-secp256k1": "^1.4.3"
"@hpke/core": "^1.5.0",
"@hpke/dhkem-secp256k1": "^1.5.0"
}
}
16 changes: 8 additions & 8 deletions packages/dhkem-x25519/samples/node/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/dhkem-x25519/samples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Ajitomi Daisuke <[email protected]> (https://github.com/dajiaji)",
"license": "MIT",
"dependencies": {
"@hpke/core": "^1.4.3",
"@hpke/dhkem-x25519": "^1.4.3"
"@hpke/core": "^1.5.0",
"@hpke/dhkem-x25519": "^1.5.0"
}
}
8 changes: 4 additions & 4 deletions packages/hpke-js/samples/node/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/hpke-js/samples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"author": "Ajitomi Daisuke <[email protected]> (https://github.com/dajiaji)",
"license": "MIT",
"dependencies": {
"hpke-js": "^1.4.3"
"hpke-js": "^1.5.0"
}
}

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

4 changes: 2 additions & 2 deletions packages/hybridkem-x25519-kyber768/samples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Ajitomi Daisuke <[email protected]> (https://github.com/dajiaji)",
"license": "MIT",
"dependencies": {
"@hpke/core": "^1.4.3",
"@hpke/hybridkem-x25519-kyber768": "^1.4.3"
"@hpke/core": "^1.5.0",
"@hpke/hybridkem-x25519-kyber768": "^1.5.0"
}
}

0 comments on commit 8c099f7

Please sign in to comment.