Skip to content

Commit

Permalink
v10.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
nitsujlangston committed May 21, 2024
1 parent 53119ce commit 44397d0
Show file tree
Hide file tree
Showing 29 changed files with 97 additions and 97 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.35",
"version": "10.0.36",
"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.34",
"version": "10.0.36",
"author": "Justin Langston <[email protected]>",
"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.28",
"bitcore-mnemonic": "^10.0.36",
"commander": "11.1.0",
"crypto-wallet-core": "^10.0.34",
"crypto-wallet-core": "^10.0.36",
"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.

2 changes: 1 addition & 1 deletion 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.28",
"version": "10.0.36",
"description": "A pure and powerful JavaScript Bitcoin Cash library.",
"author": "BitPay <[email protected]>",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/bitcore-lib-doge/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-doge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitcore-lib-doge",
"version": "10.0.32",
"version": "10.0.36",
"description": "A pure and powerful JavaScript Dogecoin library.",
"author": "BitPay <[email protected]>",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/bitcore-lib-ltc/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-ltc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitcore-lib-ltc",
"version": "10.0.28",
"version": "10.0.36",
"description": "A pure and powerful JavaScript Litecoin library.",
"author": "BitPay <[email protected]>",
"main": "index.js",
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.28",
"version": "10.0.36",
"description": "A pure and powerful JavaScript Bitcoin library.",
"author": "BitPay <[email protected]>",
"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.28",
"version": "10.0.36",
"description": "BIP39 Mnemonics implemented for Bitcore.",
"author": "BitPay <[email protected]>",
"main": "index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"mocha": "^5.2.0"
},
"dependencies": {
"bitcore-lib": "^10.0.28",
"bitcore-lib": "^10.0.36",
"unorm": "^1.4.1"
},
"peerDependencies": {
Expand Down
24 changes: 12 additions & 12 deletions packages/bitcore-node/package-lock.json

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

22 changes: 11 additions & 11 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.35",
"version": "10.0.36",
"author": "Justin Langston <[email protected]>",
"contributors": [
"Justin Langston <[email protected]>",
Expand Down Expand Up @@ -91,19 +91,19 @@
},
"dependencies": {
"abi-decoder": "2.4.0",
"bitcore-client": "^10.0.34",
"bitcore-lib": "^10.0.28",
"bitcore-lib-cash": "^10.0.28",
"bitcore-lib-doge": "^10.0.32",
"bitcore-lib-ltc": "^10.0.28",
"bitcore-p2p": "^10.0.28",
"bitcore-p2p-cash": "^10.0.28",
"bitcore-p2p-doge": "^10.0.32",
"bitcore-wallet-client": "^10.0.35",
"bitcore-client": "^10.0.36",
"bitcore-lib": "^10.0.36",
"bitcore-lib-cash": "^10.0.36",
"bitcore-lib-doge": "^10.0.36",
"bitcore-lib-ltc": "^10.0.36",
"bitcore-p2p": "^10.0.36",
"bitcore-p2p-cash": "^10.0.36",
"bitcore-p2p-doge": "^10.0.36",
"bitcore-wallet-client": "^10.0.36",
"body-parser": "1.18.3",
"cors": "2.8.4",
"crypto-rpc": "https://github.com/bitpay/crypto-rpc.git#2c94b2a671021ff8c76d08233147fe197f0794de",
"crypto-wallet-core": "^10.0.34",
"crypto-wallet-core": "^10.0.36",
"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.28",
"version": "10.0.36",
"description": "Interface to the bitcoin P2P network for bitcore",
"author": "BitPay <[email protected]>",
"main": "index.js",
Expand Down Expand Up @@ -60,8 +60,8 @@
"url": "https://github.com/bitpay/bitcore-p2p.git"
},
"dependencies": {
"bitcore-lib": "^10.0.28",
"bitcore-lib-cash": "^10.0.28",
"bitcore-lib": "^10.0.36",
"bitcore-lib-cash": "^10.0.36",
"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-doge/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-doge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitcore-p2p-doge",
"version": "10.0.32",
"version": "10.0.36",
"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/tree/master/packages/bitcore-p2p-doge"
},
"dependencies": {
"bitcore-lib-doge": "^10.0.32",
"bitcore-lib-doge": "^10.0.36",
"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.28",
"version": "10.0.36",
"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.28",
"bitcore-lib": "^10.0.36",
"bloom-filter": "^0.2.0",
"buffers": "bitpay/node-buffers#v0.1.2-bitpay",
"socks5-client": "^0.3.6"
Expand Down
10 changes: 5 additions & 5 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.

Loading

0 comments on commit 44397d0

Please sign in to comment.