Skip to content

Commit ef5e871

Browse files
authored
Merge pull request #23 from bitcoinerlab/bjs7-descriptors3
Release v1.0.0: migrate Explorer to bitcoinjs-lib v7 and descriptors v3
2 parents f341a72 + 20bd01e commit ef5e871

File tree

5 files changed

+160
-132
lines changed

5 files changed

+160
-132
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@bitcoinerlab/explorer",
33
"description": "Bitcoin Blockchain Explorer: Client Interface featuring Esplora and Electrum Implementations.",
44
"homepage": "https://github.com/bitcoinerlab/explorer",
5-
"version": "0.4.2",
5+
"version": "1.0.0",
66
"author": "Jose-Luis Landabaso",
77
"license": "MIT",
88
"prettier": "@bitcoinerlab/configs/prettierConfig.json",
@@ -43,13 +43,13 @@
4343
],
4444
"devDependencies": {
4545
"@bitcoinerlab/configs": "^2.0.0",
46-
"@bitcoinerlab/descriptors": "^2.3.4",
46+
"@bitcoinerlab/descriptors": "^3.0.2",
4747
"@bitcoinerlab/secp256k1": "^1.2.0",
4848
"bip39": "^3.1.0",
4949
"regtest-client": "^0.2.1"
5050
},
5151
"dependencies": {
5252
"@bitcoinerlab/electrum-client": "^1.0.4",
53-
"bitcoinjs-lib": "^6.1.7"
53+
"bitcoinjs-lib": "^7.0.1"
5454
}
5555
}

0 commit comments

Comments
 (0)