Skip to content

Commit f410d36

Browse files
committed
Update jsbt to v0.6
1 parent 03bf9ce commit f410d36

5 files changed

Lines changed: 19 additions & 13 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
types: [created]
55
jobs:
66
release-js:
7-
name: jsbt v0.5.2
8-
uses: paulmillr/jsbt/.github/workflows/release.yml@3b6bf563e416e9c6047db19410988922084e1e92
7+
name: jsbt v0.6.0
8+
uses: paulmillr/jsbt/.github/workflows/release.yml@7c25cb0b5eadac32bfedbb3b60ca0bd4289791f1
99
permissions:
1010
contents: read
1111
id-token: write

.github/workflows/test-ts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
- pull_request
55
jobs:
66
test-ts:
7-
name: jsbt v0.5.2
8-
uses: paulmillr/jsbt/.github/workflows/test.yml@3b6bf563e416e9c6047db19410988922084e1e92
7+
name: jsbt v0.6.0
8+
uses: paulmillr/jsbt/.github/workflows/test.yml@7c25cb0b5eadac32bfedbb3b60ca0bd4289791f1
99
with:
1010
runs-on: 'ubuntu-24.04'

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"LICENSE-MIT"
2121
],
2222
"devDependencies": {
23-
"@paulmillr/jsbt": "0.5.2",
24-
"@types/node": "25.3.0",
23+
"@paulmillr/jsbt": "0.6.0",
2524
"@types/jsdom": "21.1.7",
25+
"@types/node": "25.3.0",
2626
"canvas": "3.2.3",
2727
"global-jsdom": "26.0.0",
2828
"jpeg-js": "0.4.4",
@@ -33,8 +33,8 @@
3333
},
3434
"scripts": {
3535
"build": "tsc",
36-
"build:release": "npx --no @paulmillr/jsbt bundle test/build",
37-
"check": "npx --no @paulmillr/jsbt check package.json",
36+
"bundle": "npx --no @paulmillr/jsbt bundle test/build",
37+
"check": "npx --no @paulmillr/jsbt check",
3838
"bench": "cd test/benchmark && npm ci && node index.ts",
3939
"format": "prettier --write src",
4040
"test": "node --no-warnings test/index.ts",

test/build/package-lock.json

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

0 commit comments

Comments
 (0)