File tree 9 files changed +32
-8
lines changed
hybridkem-x25519-kyber768
9 files changed +32
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
+ ## Version 1.4.0
4
+
5
+ Released 2024-10-06
6
+
7
+ - [ (#409 ) Refine publish workflow.] ( https://github.com/dajiaji/hpke-js/pull/409 )
8
+ - [ (#407 ) Refine deno task test: all .] ( https://github.com/dajiaji/hpke-js/pull/407 )
9
+ - [ (#406 ) Merge test utils to @hpke/common .] ( https://github.com/dajiaji/hpke-js/pull/406 )
10
+ - [ (#405 ) Update bun test.] ( https://github.com/dajiaji/hpke-js/pull/405 )
11
+ - [ (#403 ) Add deno task update.] ( https://github.com/dajiaji/hpke-js/pull/403 )
12
+ - [ (#401 ) Refine import_map.] ( https://github.com/dajiaji/hpke-js/pull/401 )
13
+ - [ (#400 ) Introduce @hpke/common as an internal-use module.] ( https://github.com/dajiaji/hpke-js/pull/400 )
14
+ - [ (#399 ) Add testPattern.] ( https://github.com/dajiaji/hpke-js/pull/399 )
15
+ - [ (#398 ) Apply npm audit fix.] ( https://github.com/dajiaji/hpke-js/pull/398 )
16
+ - [ (#388 ) Separate the import-map for Dnt from the top-level import-map.] ( https://github.com/dajiaji/hpke-js/pull/388 )
17
+ - [ (#386 ) Add deno task test: cloudflare .] ( https://github.com/dajiaji/hpke-js/pull/386 )
18
+ - [ (#385 ) Refine dependencies.] ( https://github.com/dajiaji/hpke-js/pull/385 )
19
+ - [ (#384 ) Add getPath.] ( https://github.com/dajiaji/hpke-js/pull/384 )
20
+ - [ (#383 ) Rename npm-packages/x to npm/packages.] ( https://github.com/dajiaji/hpke-js/pull/383 )
21
+ - [ (#382 ) Rename x to packages.] ( https://github.com/dajiaji/hpke-js/pull/382 )
22
+ - [ (#381 ) Update samples for node.] ( https://github.com/dajiaji/hpke-js/pull/381 )
23
+ - Update devDependencies:
24
+ - [ (#397 ) Bump vite to 5.4.8.] ( https://github.com/dajiaji/hpke-js/pull/397 )
25
+ - [ (#395 ) Bump rollup to 4.22.4.] ( https://github.com/dajiaji/hpke-js/pull/395 )
26
+
3
27
## Version 1.3.1
4
28
5
29
Released 2024-09-01
Original file line number Diff line number Diff line change 4
4
5
5
| Version | Supported |
6
6
| ------- | ------------------ |
7
- | 1.3 .x | :white_check_mark : |
7
+ | 1.4 .x | :white_check_mark : |
8
8
| 1.2.x | :white_check_mark : |
9
9
| 1.2.8 | :x : |
10
10
| 0.22.x | :white_check_mark : |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpke/common" ,
3
- "version" : " 0.6 .0" ,
3
+ "version" : " 1.4 .0" ,
4
4
"exports" : " ./mod.ts" ,
5
5
"publish" : {
6
6
"exclude" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpke/core" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.4.0 " ,
4
4
"exports" : " ./mod.ts" ,
5
5
"publish" : {
6
6
"exclude" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpke/dhkem-secp256k1" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.4.0 " ,
4
4
"exports" : " ./mod.ts" ,
5
5
"imports" : {
6
6
"@noble/curves" : " npm:@noble/curves@^1.4.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpke/dhkem-x25519" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.4.0 " ,
4
4
"exports" : " ./mod.ts" ,
5
5
"imports" : {
6
6
"@noble/curves" : " npm:@noble/curves@^1.4.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpke/dhkem-x448" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.4.0 " ,
4
4
"exports" : " ./mod.ts" ,
5
5
"imports" : {
6
6
"@noble/curves" : " npm:@noble/curves@^1.4.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpke/hpke-js" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.4.0 " ,
4
4
"exports" : " ./mod.ts" ,
5
5
"imports" : {
6
6
"@noble/hashes" : " npm:@noble/hashes@^1.4.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpke/hybridkem-x25519-kyber768" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.4.0 " ,
4
4
"exports" : " ./mod.ts" ,
5
5
"imports" : {
6
6
"@noble/hashes" : " npm:@noble/hashes@^1.4.0"
You can’t perform that action at this time.
0 commit comments