Skip to content

Commit 90b495c

Browse files
committed
Bump jsbt
1 parent 559c3d9 commit 90b495c

File tree

6 files changed

+17
-22
lines changed

6 files changed

+17
-22
lines changed

.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.4.1'
8-
uses: paulmillr/jsbt/.github/workflows/release.yml@2318b9efe24831b4bd4cadf720c96f071c69c64d
7+
name: 'jsbt v0.4.2' # Should match commit below
8+
uses: paulmillr/jsbt/.github/workflows/release.yml@5194a28c9f94ad504090fe037fe6efb41e5b8964
99
with:
1010
build-path: test/build
1111
# slow-types: false

.github/workflows/test-ts.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
- push
44
- pull_request
55
jobs:
6-
test-js:
7-
name: 'jsbt v0.4.1'
8-
uses: paulmillr/jsbt/.github/workflows/test-ts.yml@0c0607ce4602e9bce388c025de91abf5ea9a87c5
9-
# with:
10-
# submodules: false
6+
test-ts:
7+
name: 'jsbt v0.4.2' # Should match commit below
8+
uses: paulmillr/jsbt/.github/workflows/test-ts.yml@5194a28c9f94ad504090fe037fe6efb41e5b8964

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ Check out [Projects using scure-base](#projects-using-scure-base).
3636
3737
> `deno add jsr:@scure/base`
3838
39-
> `deno doc jsr:@scure/base` # command-line documentation
40-
4139
We support all major platforms and runtimes. The library is hybrid ESM / Common.js package.
4240

4341
```js

package-lock.json

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

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"index.ts"
1111
],
1212
"devDependencies": {
13-
"@noble/hashes": "2.0.0-beta.4",
14-
"@paulmillr/jsbt": "0.4.1",
13+
"@noble/hashes": "2.0.0-beta.5",
14+
"@paulmillr/jsbt": "0.4.2",
1515
"@types/node": "24.2.1",
1616
"fast-check": "4.2.0",
1717
"micro-bmark": "0.4.2",
@@ -23,7 +23,6 @@
2323
"bench": "node test/benchmark/index.js",
2424
"build": "tsc",
2525
"build:release": "npx --no @paulmillr/jsbt esbuild test/build",
26-
"lint": "prettier --check index.ts",
2726
"format": "prettier --write index.ts test/*.test.ts",
2827
"test": "node test/index.ts",
2928
"test:bun": "bun test/index.ts",

test/build/package-lock.json

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

0 commit comments

Comments
 (0)