Skip to content

Commit 80fb13f

Browse files
committed
Bump jsbt to 0.4.5, upgrade workflows
1 parent 2836424 commit 80fb13f

File tree

6 files changed

+12
-17
lines changed

6 files changed

+12
-17
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,8 @@ on:
44
types: [created]
55
jobs:
66
release-js:
7-
name: 'jsbt v0.4.4' # Should match commit below
8-
uses: paulmillr/jsbt/.github/workflows/release.yml@9d2a1d7f87d4e16f7f97123be2a57c1134c2d393
9-
with:
10-
build-path: test/build
11-
slow-types: true
12-
secrets:
13-
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
7+
name: 'jsbt v0.4.5' # Should match commit below
8+
uses: paulmillr/jsbt/.github/workflows/release.yml@570adcfe0ed96b477bb9b35400fb43fd9406fb47
149
permissions:
15-
contents: write
10+
contents: read
1611
id-token: write
17-
attestations: write

.github/workflows/test-ts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ on:
44
- pull_request
55
jobs:
66
test-ts:
7-
name: 'jsbt v0.4.4' # Should match commit below
8-
uses: paulmillr/jsbt/.github/workflows/test-ts.yml@9d2a1d7f87d4e16f7f97123be2a57c1134c2d393
7+
name: 'jsbt v0.4.5' # Should match commit below
8+
uses: paulmillr/jsbt/.github/workflows/test-ts.yml@570adcfe0ed96b477bb9b35400fb43fd9406fb47

jsr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
"README.md"
2323
]
2424
},
25+
"allowSlowTypes": true,
2526
"license": "MIT"
2627
}

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"micro-packed": "^0.8.0"
2020
},
2121
"devDependencies": {
22-
"@paulmillr/jsbt": "0.4.4",
22+
"@paulmillr/jsbt": "0.4.5",
2323
"@paulmillr/trusted-setups": "~0.3.0",
2424
"@types/node": "24.2.1",
2525
"micro-ftch": "0.4.3",

test/build/package-lock.json

Lines changed: 1 addition & 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)