Skip to content

Commit efb35cf

Browse files
committed
v11.10.1
1 parent 166bdc8 commit efb35cf

9 files changed

Lines changed: 17 additions & 17 deletions

File tree

lerna.json

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@bitpay-labs/bitcore-cli",
33
"description": "A Bitcore CLI Wallet",
44
"author": "BitPay, Inc",
5-
"version": "11.10.0",
5+
"version": "11.10.1",
66
"licence": "MIT",
77
"private": true,
88
"keywords": [
@@ -45,15 +45,15 @@
4545
},
4646
"dependencies": {
4747
"@bitpay-labs/bitcore-mnemonic": "^11.9.0",
48-
"@bitpay-labs/bitcore-wallet-client": "^11.10.0",
48+
"@bitpay-labs/bitcore-wallet-client": "^11.10.1",
4949
"@bitpay-labs/crypto-wallet-core": "^11.10.0",
5050
"@clack/prompts": "1.0.0-alpha.6",
5151
"commander": "14.0.0",
5252
"external-editor": "3.1.0",
5353
"usb": "2.15.0"
5454
},
5555
"devDependencies": {
56-
"@bitpay-labs/bitcore-wallet-service": "^11.10.0",
56+
"@bitpay-labs/bitcore-wallet-service": "^11.10.1",
5757
"@types/chai": "5.2.2",
5858
"@types/mocha": "^10.0.10",
5959
"@types/node": "^22.14.1",

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"engines": {
55
"node": ">=22.0.0"
66
},
7-
"version": "11.10.0",
7+
"version": "11.10.1",
88
"author": "Justin Langston <nitsujlangston@gmail.com>",
99
"contributors": [
1010
"Justin Langston <nitsujlangston@gmail.com>",
@@ -106,7 +106,7 @@
106106
"@bitpay-labs/bitcore-p2p": "^11.9.0",
107107
"@bitpay-labs/bitcore-p2p-cash": "^11.9.0",
108108
"@bitpay-labs/bitcore-p2p-doge": "^11.9.0",
109-
"@bitpay-labs/bitcore-wallet-client": "^11.10.0",
109+
"@bitpay-labs/bitcore-wallet-client": "^11.10.1",
110110
"@bitpay-labs/crypto-rpc": "^11.10.0",
111111
"@bitpay-labs/crypto-wallet-core": "^11.10.0",
112112
"@metaplex-foundation/mpl-token-metadata": "^3.4.0",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@bitpay-labs/bitcore-wallet-client",
33
"description": "Client for bitcore-wallet-service",
44
"author": "BitPay Inc",
5-
"version": "11.10.0",
5+
"version": "11.10.1",
66
"license": "MIT",
77
"main": "ts_build/src/index.js",
88
"types": "ts_build/src/index.d.js",
@@ -39,7 +39,7 @@
3939
"uuid": "^11.1.0"
4040
},
4141
"devDependencies": {
42-
"@bitpay-labs/bitcore-wallet-service": "^11.10.0",
42+
"@bitpay-labs/bitcore-wallet-service": "^11.10.1",
4343
"@types/chai": "^5.2.2",
4444
"@types/mocha": "^5.2.0",
4545
"@types/node": "22.14.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@bitpay-labs/bitcore-wallet-service",
33
"description": "A service for Mutisig HD Bitcoin Wallets",
44
"author": "BitPay Inc",
5-
"version": "11.10.0",
5+
"version": "11.10.1",
66
"license": "MIT",
77
"main": "ts_build/src/index.js",
88
"types": "./ts_build/src/index.d.ts",

0 commit comments

Comments
 (0)