File tree Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 37
37
echo "$CHANGED_FILES"
38
38
39
39
# Run all tests if common, core, CI/CD files, or root files are changed
40
- if echo "$CHANGED_FILES" | grep -E '^(packages/(common|core)/|\.github/|deno\.json|\.gitignore|tsconfig\.json|npm/)'; then
40
+ if echo "$CHANGED_FILES" | grep -E '^(packages/(common|core)/|\.github/|deno\.json|\.gitignore|tsconfig\.json|npm/|utils/ )'; then
41
41
echo "run-all=true" >> $GITHUB_OUTPUT
42
42
echo "packages=[]" >> $GITHUB_OUTPUT
43
43
else
96
96
with :
97
97
deno-version : 2.x
98
98
- name : Run package-specific node test
99
- run : deno task test:node:${{ matrix.package }}
99
+ run :
100
+ deno task npm
101
+ deno task test:node:${{ matrix.package }}
100
102
- name : Publish package to npm (dry)
101
103
if : matrix.node-version != 24
102
104
run : deno task dry-publish:${{ matrix.package }}
Original file line number Diff line number Diff line change 1
1
# Changes
2
2
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
+ - [ (#608 ) dhkem-x25519: refine directory structure.] ( https://github.com/dajiaji/hpke-js/pull/608 )
17
+ - [ (#603 ) dhkem-x25519: use curve utils in hpke/common.] ( https://github.com/dajiaji/hpke-js/pull/603 )
18
+ - [ (#590 ) dhkem-x25519: remove dependencies on noble/hashes.] ( https://github.com/dajiaji/hpke-js/pull/590 )
19
+ - [ (#589 ) dhkem-x25519: remove dependencies on noble/curves.] ( https://github.com/dajiaji/hpke-js/pull/589 )
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
+ - [ (#552 ) dhkem-x25519: use local http-server for testing on browsers.] ( https://github.com/dajiaji/hpke-js/pull/552 )
23
+ - [ (#550 ) core: add DhkemX25519HkdfSha256 test for browsers.] ( https://github.com/dajiaji/hpke-js/pull/550 )
24
+
3
25
## Version 1.6.3
4
26
5
27
Released 2025-07-12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpke/dhkem-x25519" ,
3
- "version" : " 1.6.3 " ,
3
+ "version" : " 1.6.4 " ,
4
4
"exports" : " ./mod.ts" ,
5
5
"publish" : {
6
6
"exclude" : [
You can’t perform that action at this time.
0 commit comments