Skip to content

Commit d88ee9e

Browse files
committed
dhkem-x448: bump version to 1.6.4.
1 parent 836e4af commit d88ee9e

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

packages/dhkem-x448/CHANGES.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changes
22

3+
## Version 1.6.4
4+
5+
Released 2025-08-14
6+
7+
- [(#625) base: add deno task test:browsers.](https://github.com/dajiaji/hpke-js/pull/625)
8+
- [(#623) base: update test dependencies.](https://github.com/dajiaji/hpke-js/pull/623)
9+
- [(#622) base: add deno task update.](https://github.com/dajiaji/hpke-js/pull/622)
10+
- [(#617) base: add deno task dry-publish.](https://github.com/dajiaji/hpke-js/pull/617)
11+
- [(#616) base: add deno task minify.](https://github.com/dajiaji/hpke-js/pull/616)
12+
- [(#615) base: remove dependency on noble/hashes/sha3.](https://github.com/dajiaji/hpke-js/pull/615)
13+
- [(#614) base: add deno task npm-build.](https://github.com/dajiaji/hpke-js/pull/614)
14+
- [(#613) base: add deno task check.](https://github.com/dajiaji/hpke-js/pull/613)
15+
- [(#610) base: remove path to noble from tsconfig.json.](https://github.com/dajiaji/hpke-js/pull/610)
16+
- [(#611) dhkem-x448: refine directory structure.](https://github.com/dajiaji/hpke-js/pull/611)
17+
- [(#604) dhkem-x448: use curve utils in hpke/common.](https://github.com/dajiaji/hpke-js/pull/604)
18+
- [(#601) dhkem-x448: use hmac/sha2 in hpke/common.](https://github.com/dajiaji/hpke-js/pull/601)
19+
- [(#591) dhkem-x448: remove dependencies on noble/hashes.](https://github.com/dajiaji/hpke-js/pull/591)
20+
- [(#565) core: add deriveKeyPair test for browsers.](https://github.com/dajiaji/hpke-js/pull/565)
21+
- [(#563) core: run secure curves test on safari.](https://github.com/dajiaji/hpke-js/pull/563)
22+
- [(#553) dhkem-x448: use local http-server for testing on browsers.](https://github.com/dajiaji/hpke-js/pull/553)
23+
- [(#550) core: add DhkemX25519HkdfSha256 test for browsers.](https://github.com/dajiaji/hpke-js/pull/550)
24+
325
## Version 1.6.3
426

527
Released 2025-07-12

packages/dhkem-x448/test/runtimes/cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"wrangler": "^4.29.1"
1818
},
1919
"dependencies": {
20-
"@hpke/core": "^1.7.3",
20+
"@hpke/core": "^1.7.4",
2121
"@hpke/dhkem-x448": "^1.6.3"
2222
}
2323
}

0 commit comments

Comments
 (0)