Skip to content

Commit 2bf70f1

Browse files
v10.10.6
1 parent 5add96c commit 2bf70f1

File tree

15 files changed

+34
-34
lines changed

15 files changed

+34
-34
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.10.5",
3+
"version": "10.10.6",
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: 2 additions & 2 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.10.5",
4+
"version": "10.10.6",
55
"author": "Justin Langston <[email protected]>",
66
"main": "./ts_build/src/index.js",
77
"types": "./ts_build/src/index.d.ts",
@@ -28,7 +28,7 @@
2828
"bcrypt": "5.1.0",
2929
"bitcore-mnemonic": "^10.10.5",
3030
"commander": "11.1.0",
31-
"crypto-wallet-core": "^10.10.5",
31+
"crypto-wallet-core": "^10.10.6",
3232
"level-js": "4.0.2",
3333
"leveldown": "6.1.1",
3434
"levelup": "4.3.2",

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"engines": {
55
"node": ">=18.0.0"
66
},
7-
"version": "10.10.5",
7+
"version": "10.10.6",
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.10.5",
93+
"bitcore-client": "^10.10.6",
9494
"bitcore-lib": "^10.10.5",
9595
"bitcore-lib-cash": "^10.10.5",
9696
"bitcore-lib-doge": "^10.10.5",
9797
"bitcore-lib-ltc": "^10.10.5",
9898
"bitcore-p2p": "^10.10.5",
9999
"bitcore-p2p-cash": "^10.10.5",
100100
"bitcore-p2p-doge": "^10.10.5",
101-
"bitcore-wallet-client": "^10.10.5",
101+
"bitcore-wallet-client": "^10.10.6",
102102
"cors": "2.8.4",
103103
"crypto-rpc": "https://github.com/bitpay/crypto-rpc.git#370b201c98f4616b378290dc30486df5c1c769e0",
104-
"crypto-wallet-core": "^10.10.5",
104+
"crypto-wallet-core": "^10.10.6",
105105
"express": "4.19.2",
106106
"lodash": "4.17.11",
107107
"mongodb": "3.6.12",

packages/bitcore-tss/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-tss/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitcore-tss",
3-
"version": "10.10.5",
3+
"version": "10.10.6",
44
"description": "Bitcore Library for Threshold Signature Schemes",
55
"main": "index.js",
66
"type": "commonjs",
@@ -31,7 +31,7 @@
3131
"@wdio/spec-reporter": "^9.11.0",
3232
"assert": "^2.1.0",
3333
"browserify": "^17.0.1",
34-
"crypto-wallet-core": "^10.10.5",
34+
"crypto-wallet-core": "^10.10.6",
3535
"mocha": "11.1.0",
3636
"webdriverio": "^9.12.0",
3737
"webpack": "^5.98.0",

packages/bitcore-wallet-client/package-lock.json

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

packages/bitcore-wallet-client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bitcore-wallet-client",
33
"description": "Client for bitcore-wallet-service",
44
"author": "BitPay Inc",
5-
"version": "10.10.5",
5+
"version": "10.10.6",
66
"license": "MIT",
77
"main": "ts_build/index.js",
88
"types": "ts_build/index.d.js",
@@ -31,7 +31,7 @@
3131
"async": "0.9.2",
3232
"bip38": "1.4.0",
3333
"bitcore-mnemonic": "^10.10.5",
34-
"crypto-wallet-core": "^10.10.5",
34+
"crypto-wallet-core": "^10.10.6",
3535
"json-stable-stringify": "1.0.1",
3636
"preconditions": "2.2.3",
3737
"sjcl": "1.0.3",
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@types/lodash": "^4.14.136",
4545
"@types/node": "22.14.1",
46-
"bitcore-wallet-service": "^10.10.5",
46+
"bitcore-wallet-service": "^10.10.6",
4747
"browserify": "^13.1.0",
4848
"chai": "^1.9.1",
4949
"coveralls": "^3.0.2",

packages/bitcore-wallet-service/package-lock.json

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

0 commit comments

Comments
 (0)