Skip to content

Commit 1bc7900

Browse files
committed
Release 0.1.3.
1 parent 81f0d0a commit 1bc7900

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
release-js:
77
name: jsbt v0.5.1
8-
uses: paulmillr/jsbt/.github/workflows/release.yml@d156c5951d47d615d673d039aa03de6b9669449f
8+
uses: paulmillr/jsbt/.github/workflows/release.yml@3a48ddca408c90c7d5d3911981a173ad196cf9bc
99
permissions:
1010
contents: read
1111
id-token: write

jsr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@awasm/noble",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"exports": {
55
".": "./src/index.ts",
66
"./js.js": "./src/js.ts",
@@ -17,7 +17,7 @@
1717
"./webcrypto.js": "./src/webcrypto.ts"
1818
},
1919
"imports": {
20-
"@awasm/compiler": "jsr:@awasm/compiler@0.1.2",
20+
"@awasm/compiler": "jsr:@awasm/compiler@0.1.3",
2121
"@noble/ciphers": "jsr:@noble/ciphers@~2.2.0",
2222
"@noble/hashes": "jsr:@noble/hashes@~2.2.0"
2323
},

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@awasm/noble",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Auditable WASM implementation of cryptographic hashes & ciphers",
55
"files": [
66
"src",
@@ -12,8 +12,8 @@
1212
],
1313
"devDependencies": {
1414
"@awasm/compiler": "0.1.3",
15-
"@noble/ciphers": "2.2.0",
16-
"@noble/hashes": "2.2.0",
15+
"@noble/ciphers": "~2.2.0",
16+
"@noble/hashes": "~2.2.0",
1717
"@paulmillr/jsbt": "0.5.0",
1818
"@scure/base": "2.2.0",
1919
"fast-check": "4.2.0",
@@ -22,8 +22,8 @@
2222
},
2323
"peerDependencies": {
2424
"@awasm/compiler": "0.1.3",
25-
"@noble/ciphers": "2.2.0",
26-
"@noble/hashes": "2.2.0"
25+
"@noble/ciphers": "~2.2.0",
26+
"@noble/hashes": "~2.2.0"
2727
},
2828
"peerDependenciesMeta": {
2929
"@awasm/compiler": {

0 commit comments

Comments
 (0)