Skip to content

Commit 8e0bfec

Browse files
committed
Bump jsbt
1 parent 29fcad3 commit 8e0bfec

File tree

6 files changed

+16
-15
lines changed

6 files changed

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

.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.2' # Should match commit below
8-
uses: paulmillr/jsbt/.github/workflows/test-ts.yml@5194a28c9f94ad504090fe037fe6efb41e5b8964
7+
name: 'jsbt v0.4.4' # Should match commit below
8+
uses: paulmillr/jsbt/.github/workflows/test-ts.yml@9d2a1d7f87d4e16f7f97123be2a57c1134c2d393

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -368,16 +368,17 @@ The goal of v2 is to provide minimum possible JS library which is safe and fast.
368368
## Contributing & testing
369369

370370
- `npm install && npm run build && npm test` will build the code and run tests.
371-
- `npm run bench` will run benchmarks, which may need their deps first (`npm run bench:install`)
371+
- `npm run bench` will run benchmarks
372372
- `npm run build:release` will build single non-module file
373373

374-
Check out [github.com/paulmillr/guidelines](https://github.com/paulmillr/guidelines)
375-
for general coding practices and rules.
376-
377374
See [paulmillr.com/noble](https://paulmillr.com/noble/)
378375
for useful resources, articles, documentation and demos
379376
related to the library.
380377

381378
## License
382379

383-
MIT (c) Paul Miller [(https://paulmillr.com)](https://paulmillr.com), see LICENSE file.
380+
The MIT License (MIT)
381+
382+
Copyright (c) 2019 Paul Miller [(https://paulmillr.com)](https://paulmillr.com)
383+
384+
See LICENSE file.

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
@@ -9,7 +9,7 @@
99
],
1010
"devDependencies": {
1111
"@noble/hashes": "2.0.0-beta.5",
12-
"@paulmillr/jsbt": "0.4.3",
12+
"@paulmillr/jsbt": "0.4.4",
1313
"@types/node": "24.2.1",
1414
"fast-check": "4.2.0",
1515
"prettier": "3.6.2",

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)