@bitcoinerlab/descriptors-core 3.1.2 → 3.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -358,7 +358,7 @@ const output = new Output({
|
|
|
358
358
|
<summary>Click to see the scure variant</summary>
|
|
359
359
|
|
|
360
360
|
```javascript
|
|
361
|
-
import { randomBytes } from '@noble/hashes/utils
|
|
361
|
+
import { randomBytes } from '@noble/hashes/utils';
|
|
362
362
|
import { HDKey, Output, keyExpressionBIP32 } from '@bitcoinerlab/descriptors-scure';
|
|
363
363
|
|
|
364
364
|
const masterNode = HDKey.fromMasterSeed(randomBytes(32));
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@bitcoinerlab/descriptors-core",
|
|
3
3
|
"description": "This library parses and creates Bitcoin Miniscript Descriptors and generates Partially Signed Bitcoin Transactions (PSBTs). It provides PSBT finalizers and signers for single-signature, BIP32 and Hardware Wallets, with explicit backend wiring for advanced use cases.",
|
|
4
4
|
"homepage": "https://github.com/bitcoinerlab/descriptors",
|
|
5
|
-
"version": "3.1.
|
|
5
|
+
"version": "3.1.3",
|
|
6
6
|
"author": "Jose-Luis Landabaso",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"@scure/base": "^2.0.0",
|
|
88
88
|
"@scure/bip32": "^2.0.1",
|
|
89
89
|
"@scure/btc-signer": "^2.0.1",
|
|
90
|
-
"@ledgerhq/ledger-bitcoin": "^0.3.
|
|
90
|
+
"@ledgerhq/ledger-bitcoin": "^0.3.1"
|
|
91
91
|
},
|
|
92
92
|
"peerDependenciesMeta": {
|
|
93
93
|
"@ledgerhq/ledger-bitcoin": {
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"@bitcoinerlab/miniscript-policies": "^1.0.0",
|
|
123
123
|
"@bitcoinerlab/secp256k1": "^1.2.0",
|
|
124
124
|
"@ledgerhq/hw-transport-node-hid": "^6.30.0",
|
|
125
|
-
"@ledgerhq/ledger-bitcoin": "^0.3.
|
|
125
|
+
"@ledgerhq/ledger-bitcoin": "^0.3.1",
|
|
126
126
|
"@noble/curves": "^2.0.1",
|
|
127
127
|
"@scure/base": "^2.0.0",
|
|
128
128
|
"@scure/bip32": "^2.0.1",
|