Skip to content

Commit

Permalink
v10.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
nitsujlangston committed Jan 3, 2024
1 parent 70cfc60 commit 5dffff0
Show file tree
Hide file tree
Showing 23 changed files with 57 additions and 57 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.0.22",
"version": "10.0.23",
"packages": [
"packages/[^insight]*"
]
Expand Down
4 changes: 2 additions & 2 deletions packages/bitcore-client/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/bitcore-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bitcore-client",
"description": "Wallet client for Bitcore node",
"version": "10.0.21",
"version": "10.0.23",
"author": "Justin Langston <nitsujlangston@gmail.com>",
"main": "./ts_build/src/index.js",
"types": "./ts_build/src/index.d.ts",
Expand All @@ -23,9 +23,9 @@
"JSONStream": "~1.3.1",
"async": "2.5.0",
"bcrypt": "5.1.0",
"bitcore-mnemonic": "^10.0.21",
"bitcore-mnemonic": "^10.0.23",
"commander": "11.1.0",
"crypto-wallet-core": "^10.0.21",
"crypto-wallet-core": "^10.0.23",
"elliptic": "^6.5.3",
"ethers": "5.7.1",
"level-js": "4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/bitcore-lib-cash/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-lib-cash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitcore-lib-cash",
"version": "10.0.21",
"version": "10.0.23",
"description": "A pure and powerful JavaScript Bitcoin Cash library.",
"author": "BitPay <dev@bitpay.com>",
"main": "index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"request": "browser-request"
},
"dependencies": {
"bitcore-lib": "^10.0.21",
"bitcore-lib": "^10.0.23",
"bn.js": "=4.11.8",
"bs58": "^4.0.1",
"buffer-compare": "=1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/bitcore-lib/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-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitcore-lib",
"version": "10.0.21",
"version": "10.0.23",
"description": "A pure and powerful JavaScript Bitcoin library.",
"author": "BitPay <dev@bitpay.com>",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/bitcore-mnemonic/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-mnemonic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitcore-mnemonic",
"version": "10.0.21",
"version": "10.0.23",
"description": "BIP39 Mnemonics implemented for Bitcore.",
"author": "BitPay <dev@bitpay.com>",
"main": "index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"mocha": "^5.2.0"
},
"dependencies": {
"bitcore-lib": "^10.0.21",
"bitcore-lib": "^10.0.23",
"unorm": "^1.4.1"
},
"peerDependencies": {
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.

16 changes: 8 additions & 8 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.0.22",
"version": "10.0.23",
"author": "Justin Langston <nitsujlangston@gmail.com>",
"contributors": [
"Justin Langston <nitsujlangston@gmail.com>",
Expand Down Expand Up @@ -90,19 +90,19 @@
},
"dependencies": {
"abi-decoder": "2.4.0",
"bitcore-client": "^10.0.21",
"bitcore-lib": "^10.0.21",
"bitcore-lib-cash": "^10.0.21",
"bitcore-client": "^10.0.23",
"bitcore-lib": "^10.0.23",
"bitcore-lib-cash": "^10.0.23",
"bitcore-lib-doge": "^10.0.21",
"bitcore-lib-ltc": "^10.0.21",
"bitcore-p2p": "^10.0.21",
"bitcore-p2p-cash": "^10.0.21",
"bitcore-p2p": "^10.0.23",
"bitcore-p2p-cash": "^10.0.23",
"bitcore-p2p-doge": "^10.0.21",
"bitcore-wallet-client": "^10.0.22",
"bitcore-wallet-client": "^10.0.23",
"body-parser": "1.18.3",
"cors": "2.8.4",
"crypto-rpc": "https://github.com/bitpay/crypto-rpc.git#e8106ed18740b0257a90365e830726cd66e912f6",
"crypto-wallet-core": "^10.0.21",
"crypto-wallet-core": "^10.0.23",
"heapdump": "0.3.15",
"http": "0.0.0",
"lodash": "4.17.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/bitcore-p2p-cash/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/bitcore-p2p-cash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitcore-p2p-cash",
"version": "10.0.21",
"version": "10.0.23",
"description": "Interface to the bitcoin P2P network for bitcore",
"author": "BitPay <dev@bitpay.com>",
"main": "index.js",
Expand Down Expand Up @@ -60,8 +60,8 @@
"url": "https://github.com/bitpay/bitcore-p2p.git"
},
"dependencies": {
"bitcore-lib": "^10.0.21",
"bitcore-lib-cash": "^10.0.21",
"bitcore-lib": "^10.0.23",
"bitcore-lib-cash": "^10.0.23",
"bloom-filter": "^0.2.0",
"buffers": "bitpay/node-buffers#v0.1.2-bitpay",
"socks5-client": "^0.3.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/bitcore-p2p/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-p2p/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitcore-p2p",
"version": "10.0.21",
"version": "10.0.23",
"description": "Interface to the bitcoin P2P network for bitcore",
"main": "index.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"url": "https://github.com/bitpay/bitcore-p2p.git"
},
"dependencies": {
"bitcore-lib": "^10.0.21",
"bitcore-lib": "^10.0.23",
"bloom-filter": "^0.2.0",
"buffers": "bitpay/node-buffers#v0.1.2-bitpay",
"socks5-client": "^0.3.6"
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.

8 changes: 4 additions & 4 deletions 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.0.22",
"version": "10.0.23",
"license": "MIT",
"main": "ts_build/index.js",
"types": "ts_build/index.d.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
"ajv": "6.12.0",
"async": "0.9.2",
"bip38": "1.4.0",
"bitcore-mnemonic": "^10.0.21",
"crypto-wallet-core": "^10.0.21",
"bitcore-mnemonic": "^10.0.23",
"crypto-wallet-core": "^10.0.23",
"json-stable-stringify": "1.0.1",
"lodash": "4.17.20",
"preconditions": "2.2.3",
Expand All @@ -44,7 +44,7 @@
"devDependencies": {
"@types/lodash": "^4.14.136",
"@types/node": "^18.11.18",
"bitcore-wallet-service": "^10.0.22",
"bitcore-wallet-service": "^10.0.23",
"browserify": "^13.1.0",
"chai": "^1.9.1",
"coveralls": "^3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/bitcore-wallet-service/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/bitcore-wallet-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bitcore-wallet-service",
"description": "A service for Mutisig HD Bitcoin Wallets",
"author": "BitPay Inc",
"version": "10.0.22",
"version": "10.0.23",
"license": "MIT",
"main": "ts_build/index.js",
"types": "./ts_build/index.d.ts",
Expand Down Expand Up @@ -43,14 +43,14 @@
"@sendgrid/mail": "6.5.4",
"abi-decoder": "2.4.0",
"async": "0.9.2",
"bitcore-lib": "^10.0.21",
"bitcore-lib-cash": "^10.0.21",
"bitcore-lib": "^10.0.23",
"bitcore-lib-cash": "^10.0.23",
"bitcore-lib-doge": "^10.0.21",
"bitcore-lib-ltc": "^10.0.21",
"body-parser": "1.19.0",
"compression": "1.7.4",
"cors": "2.8.5",
"crypto-wallet-core": "^10.0.21",
"crypto-wallet-core": "^10.0.23",
"email-validator": "1.2.3",
"ethers": "4.0.0-beta.3",
"express": "4.17.1",
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.

6 changes: 3 additions & 3 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.0.22",
"version": "10.0.23",
"keywords": [
"bitcoin",
"copay",
Expand All @@ -18,8 +18,8 @@
},
"dependencies": {
"async": "^2.5.0",
"bitcore-lib": "^10.0.21",
"bitcore-wallet-client": "^10.0.22",
"bitcore-lib": "^10.0.23",
"bitcore-wallet-client": "^10.0.23",
"commander": "^2.6.0",
"lodash": "^3.3.1",
"moment": "^2.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-wallet-core/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/crypto-wallet-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crypto-wallet-core",
"version": "10.0.21",
"version": "10.0.23",
"description": "A multi-currency support library for address derivation, private key creation, and transaction creation",
"main": "./ts_build/src/index.js",
"types": "./ts_build/src/index.d.ts",
Expand All @@ -23,8 +23,8 @@
"author": "Micah Riggan",
"license": "MIT",
"dependencies": {
"bitcore-lib": "^10.0.21",
"bitcore-lib-cash": "^10.0.21",
"bitcore-lib": "^10.0.23",
"bitcore-lib-cash": "^10.0.23",
"bitcore-lib-doge": "^10.0.21",
"bitcore-lib-ltc": "^10.0.21",
"ethers": "^5.7.0",
Expand Down

0 comments on commit 5dffff0

Please sign in to comment.