Skip to content

Commit 6c9c7a1

Browse files
committed
base: bump samples dependencies to latest.
1 parent 52855dd commit 6c9c7a1

File tree

11 files changed

+17
-16
lines changed

11 files changed

+17
-16
lines changed
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
"tasks": {
33
"dev": "deno run --watch main.ts"
4-
},
5-
"imports": {
6-
"@hpke/chacha20poly1305": "jsr:@hpke/chacha20poly1305@^1.3.0",
7-
"@hpke/core": "jsr:@hpke/core@^1.3.0"
84
}
95
}

packages/chacha20poly1305/samples/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "node app.js"
1111
},
1212
"dependencies": {
13-
"@hpke/chacha20poly1305": "^1.6.2",
14-
"@hpke/core": "^1.7.2"
13+
"@hpke/chacha20poly1305": "^1.7.0",
14+
"@hpke/core": "^1.7.3"
1515
}
1616
}

packages/core/samples/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"test": "node app.js"
1111
},
1212
"dependencies": {
13-
"@hpke/core": "^1.7.2"
13+
"@hpke/core": "^1.7.3"
1414
}
1515
}

packages/core/test/runtimes/browsers/pages/src/hpke-core.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"status": "passed",
3+
"failedTests": []
4+
}

packages/dhkem-secp256k1/samples/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "node app.js"
1111
},
1212
"dependencies": {
13-
"@hpke/core": "^1.7.2",
14-
"@hpke/dhkem-secp256k1": "^1.5.0"
13+
"@hpke/core": "^1.7.3",
14+
"@hpke/dhkem-secp256k1": "^1.6.2"
1515
}
1616
}

packages/dhkem-x25519/samples/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "node app.js"
1111
},
1212
"dependencies": {
13-
"@hpke/core": "^1.7.2",
14-
"@hpke/dhkem-x25519": "^1.6.2"
13+
"@hpke/core": "^1.7.3",
14+
"@hpke/dhkem-x25519": "^1.6.3"
1515
}
1616
}

packages/dhkem-x448/samples/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "node app.js"
1111
},
1212
"dependencies": {
13-
"@hpke/core": "^1.7.2",
14-
"@hpke/dhkem-x448": "^1.6.2"
13+
"@hpke/core": "^1.7.3",
14+
"@hpke/dhkem-x448": "^1.6.3"
1515
}
1616
}

packages/hpke-js/samples/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"test": "node app.js"
1111
},
1212
"dependencies": {
13-
"hpke-js": "^1.6.2"
13+
"hpke-js": "^1.7.3"
1414
}
1515
}

packages/hpke-js/samples/ts-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"webpack-cli": "^5.1.4"
1414
},
1515
"dependencies": {
16-
"@hpke/core": "^1.2.9"
16+
"@hpke/core": "^1.7.3"
1717
}
1818
}

0 commit comments

Comments
 (0)