Skip to content

Commit 5da0b72

Browse files
v10.9.4
1 parent f05ca87 commit 5da0b72

File tree

23 files changed

+52
-52
lines changed

23 files changed

+52
-52
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"lerna": "2.9.1",
3-
"version": "10.9.3",
3+
"version": "10.9.4",
44
"packages": ["packages/[^insight]*"]
55
}

packages/bitcore-client/package-lock.json

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

packages/bitcore-client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bitcore-client",
33
"description": "Wallet client for Bitcore node",
4-
"version": "10.9.3",
4+
"version": "10.9.4",
55
"author": "Justin Langston <[email protected]>",
66
"main": "./ts_build/src/index.js",
77
"types": "./ts_build/src/index.d.ts",
@@ -26,9 +26,9 @@
2626
"JSONStream": "~1.3.1",
2727
"async": "2.5.0",
2828
"bcrypt": "5.1.0",
29-
"bitcore-mnemonic": "^10.9.0",
29+
"bitcore-mnemonic": "^10.9.4",
3030
"commander": "11.1.0",
31-
"crypto-wallet-core": "^10.9.3",
31+
"crypto-wallet-core": "^10.9.4",
3232
"level-js": "4.0.2",
3333
"leveldown": "6.1.1",
3434
"levelup": "4.3.2",

packages/bitcore-mnemonic/package-lock.json

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

packages/bitcore-mnemonic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitcore-mnemonic",
3-
"version": "10.9.0",
3+
"version": "10.9.4",
44
"description": "BIP39 Mnemonics implemented for Bitcore.",
55
"author": "BitPay <[email protected]>",
66
"main": "index.js",

packages/bitcore-node/package-lock.json

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

packages/bitcore-node/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"engines": {
55
"node": ">=18.0.0"
66
},
7-
"version": "10.9.3",
7+
"version": "10.9.4",
88
"author": "Justin Langston <[email protected]>",
99
"contributors": [
1010
"Justin Langston <[email protected]>",
@@ -90,18 +90,18 @@
9090
},
9191
"dependencies": {
9292
"abi-decoder": "2.4.0",
93-
"bitcore-client": "^10.9.3",
93+
"bitcore-client": "^10.9.4",
9494
"bitcore-lib": "^10.9.0",
9595
"bitcore-lib-cash": "^10.9.0",
9696
"bitcore-lib-doge": "^10.9.0",
9797
"bitcore-lib-ltc": "^10.9.0",
98-
"bitcore-p2p": "^10.9.2",
99-
"bitcore-p2p-cash": "^10.9.2",
100-
"bitcore-p2p-doge": "^10.9.2",
101-
"bitcore-wallet-client": "^10.9.3",
98+
"bitcore-p2p": "^10.9.4",
99+
"bitcore-p2p-cash": "^10.9.4",
100+
"bitcore-p2p-doge": "^10.9.4",
101+
"bitcore-wallet-client": "^10.9.4",
102102
"cors": "2.8.4",
103103
"crypto-rpc": "https://github.com/bitpay/crypto-rpc.git#370b201c98f4616b378290dc30486df5c1c769e0",
104-
"crypto-wallet-core": "^10.9.3",
104+
"crypto-wallet-core": "^10.9.4",
105105
"express": "4.19.2",
106106
"lodash": "4.17.11",
107107
"mongodb": "3.6.12",

packages/bitcore-p2p-cash/package-lock.json

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

packages/bitcore-p2p-cash/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitcore-p2p-cash",
3-
"version": "10.9.2",
3+
"version": "10.9.4",
44
"description": "Interface to the bitcoin P2P network for bitcore",
55
"author": "BitPay <[email protected]>",
66
"main": "index.js",

packages/bitcore-p2p-doge/package-lock.json

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

0 commit comments

Comments
 (0)