Skip to content

Commit

Permalink
Release 1.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 18, 2025
1 parent ac2542d commit f9d7e45
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 47 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: Publish release
on:
release:
types: [created]
workflow_dispatch:
jobs:
test-js:
name: 'jsbt v0.3.0' # Should match commit below
uses: paulmillr/jsbt/.github/workflows/release.yml@973650a225c0344aa5f993a6cd63835a262077e9
name: 'jsbt v0.3.1' # Should match commit below
uses: paulmillr/jsbt/.github/workflows/release.yml@c45f03360e0171b138f04568d2fdd35d7bbc0d35
with:
build-path: test/build
slow-types: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ on:
- pull_request
jobs:
test-js:
name: "jsbt v0.3.0" # Should match commit below
uses: paulmillr/jsbt/.github/workflows/test-js.yml@973650a225c0344aa5f993a6cd63835a262077e9
name: 'jsbt v0.3.1' # Should match commit below
uses: paulmillr/jsbt/.github/workflows/test-js.yml@c45f03360e0171b138f04568d2fdd35d7bbc0d35
10 changes: 5 additions & 5 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scure/btc-signer",
"version": "1.6.0-pre",
"version": "1.6.0",
"exports": {
".": "./src/index.ts",
"./payment": "./src/payment.ts",
Expand All @@ -11,10 +11,10 @@
"./utxo": "./src/utxo.ts"
},
"imports": {
"@noble/curves": "jsr:@noble/curves@~1.8.0",
"@noble/hashes": "jsr:@noble/hashes@~1.7.0",
"@scure/base": "jsr:@scure/base@~1.2.1",
"micro-packed": "jsr:@paulmillr/micro-packed@~0.7.1"
"@noble/curves": "jsr:@noble/curves@~1.8.1",
"@noble/hashes": "jsr:@noble/hashes@~1.7.1",
"@scure/base": "jsr:@scure/base@~1.2.2",
"micro-packed": "jsr:@paulmillr/micro-packed@~0.7.2"
},
"publish": {
"include": [
Expand Down
56 changes: 32 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scure/btc-signer",
"version": "1.5.0",
"version": "1.6.0",
"description": "Audited & minimal library for Bitcoin. Handle transactions, Schnorr, Taproot, UTXO & PSBT",
"files": [
"esm",
Expand All @@ -14,14 +14,15 @@
"module": "./esm/index.js",
"types": "./index.d.ts",
"dependencies": {
"@noble/curves": "~1.8.0",
"@noble/hashes": "~1.7.0",
"@scure/base": "~1.2.1",
"micro-packed": "~0.7.0"
"@noble/curves": "~1.8.1",
"@noble/hashes": "~1.7.1",
"@scure/base": "~1.2.2",
"micro-packed": "~0.7.2"
},
"devDependencies": {
"@paulmillr/jsbt": "0.3.0",
"@paulmillr/jsbt": "0.3.1",
"@scure/bip32": "~1.6.1",
"micro-bmark": "0.4.0",
"micro-should": "0.5.1",
"prettier": "3.3.2",
"typescript": "5.5.2"
Expand Down
15 changes: 8 additions & 7 deletions test/build/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f9d7e45

Please sign in to comment.