Skip to content

Commit

Permalink
Merge pull request #2163 from bitcoinjs/RC/v7
Browse files Browse the repository at this point in the history
RC for v7 (TODO: CHANGELOG)
  • Loading branch information
junderw authored Sep 8, 2024
2 parents d6fe656 + 56610d3 commit 34e1644
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 23 deletions.
31 changes: 14 additions & 17 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitcoinjs-lib",
"version": "6.1.6",
"version": "7.0.0-rc.0",
"description": "Client-side Bitcoin JavaScript library",
"type": "module",
"main": "./src/cjs/index.cjs",
Expand All @@ -11,10 +11,10 @@
"require": "./src/cjs/index.cjs",
"import": "./src/esm/index.js",
"types": "./src/cjs/index.d.ts"
},
},
"./src/*": {
"require": "./src/cjs/*.cjs",
"types": "./src/cjs/*.d.ts",
"types": "./src/cjs/*.d.ts",
"import": "./src/esm/*.js"
}
},
Expand Down Expand Up @@ -65,7 +65,7 @@
"dependencies": {
"@noble/hashes": "^1.2.0",
"bech32": "^2.0.0",
"bip174": "git://github.com/bitcoinjs/bip174.git#a475ce6bc50879448b054c3fe6a0d30ae1151b67",
"bip174": "^3.0.0-rc.0",
"bs58check": "^4.0.0",
"uint8array-tools": "^0.0.9",
"valibot": "^0.38.0",
Expand All @@ -84,13 +84,13 @@
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"better-npm-audit": "^3.7.3",
"bip32": "git://github.com/bitcoinjs/bip32.git#d220114b237aefc1965b53ae305cca063a46d3b9",
"bip32": "^5.0.0-rc.0",
"bip39": "^3.1.0",
"bip65": "^1.0.1",
"bip68": "^1.0.3",
"bs58": "^6.0.0",
"dhttp": "^3.0.0",
"ecpair": "git://github.com/bitcoinjs/ecpair.git#0c8666fba4b1d626aa5a0ff81f88005ea1dee3b2",
"ecpair": "^3.0.0-rc.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
Expand Down

0 comments on commit 34e1644

Please sign in to comment.