Skip to content

Commit

Permalink
v10.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nitsujlangston committed Oct 9, 2024
1 parent 3bcab6b commit d7d5182
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.9.1",
"version": "10.5.3",
"version": "10.5.4",
"packages": [
"packages/[^insight]*"
]
Expand Down
4 changes: 2 additions & 2 deletions packages/bitcore-node/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/bitcore-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=18.0.0"
},
"version": "10.5.3",
"version": "10.5.4",
"author": "Justin Langston <[email protected]>",
"contributors": [
"Justin Langston <[email protected]>",
Expand Down Expand Up @@ -99,7 +99,7 @@
"bitcore-p2p": "^10.5.3",
"bitcore-p2p-cash": "^10.5.3",
"bitcore-p2p-doge": "^10.5.3",
"bitcore-wallet-client": "^10.5.3",
"bitcore-wallet-client": "^10.5.4",
"cors": "2.8.4",
"crypto-rpc": "https://github.com/bitpay/crypto-rpc.git#370b201c98f4616b378290dc30486df5c1c769e0",
"crypto-wallet-core": "^10.5.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/bitcore-wallet-client/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/bitcore-wallet-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bitcore-wallet-client",
"description": "Client for bitcore-wallet-service",
"author": "BitPay Inc",
"version": "10.5.3",
"version": "10.5.4",
"license": "MIT",
"main": "ts_build/index.js",
"types": "ts_build/index.d.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/bitcore-wallet/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/bitcore-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bitcore-wallet",
"description": "A CLI Mutisig HD Bitcoin Wallet, demo for Bitcore Wallet Service",
"author": "BitPay Inc",
"version": "10.5.3",
"version": "10.5.4",
"keywords": [
"bitcoin",
"copay",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"async": "^2.5.0",
"bitcore-lib": "^10.5.3",
"bitcore-wallet-client": "^10.5.3",
"bitcore-wallet-client": "^10.5.4",
"commander": "^2.6.0",
"lodash": "^3.3.1",
"moment": "^2.9.0",
Expand Down

0 comments on commit d7d5182

Please sign in to comment.