Skip to content

Commit

Permalink
v8.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SwenVanZanten committed Feb 13, 2021
1 parent 88c39c1 commit 098c148
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 30 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": "8.24.3",
"version": "8.24.4",
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/multicore-client/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/multicore-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=8.0.0"
},
"version": "8.24.3",
"version": "8.24.4",
"author": "Justin Langston <[email protected]>",
"main": "./ts_build/index.js",
"types": "./ts_build/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"mkdirp": "0.5.1",
"mongodb": "^3.6.0",
"multicore-mnemonic": "^8.24.3",
"multicrypto-wallet-core": "^8.24.3",
"multicrypto-wallet-core": "^8.24.4",
"progress": "2.0.0",
"promptly": "3.0.3",
"request": "2.87.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/multicore-lib-mcx/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/multicore-lib-mcx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multicore-lib-mcx",
"version": "8.24.3",
"version": "8.24.4",
"description": "A pure and powerful JavaScript Bitcoin library.",
"author": "BitPay <[email protected]>",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/multicore-node/package-lock.json

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

12 changes: 6 additions & 6 deletions packages/multicore-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=8.0.0"
},
"version": "8.24.3",
"version": "8.24.4",
"author": "Justin Langston <[email protected]>",
"contributors": [
"Justin Langston <[email protected]>",
Expand Down Expand Up @@ -104,15 +104,15 @@
"lru-cache": "4.1.3",
"mkdirp": "0.5.1",
"mongodb": "3.1.1",
"multicore-client": "^8.24.3",
"multicore-client": "^8.24.4",
"multicore-lib": "^8.24.3",
"multicore-lib-cash": "^8.24.3",
"multicore-lib-mcx": "^8.24.3",
"multicore-lib-mcx": "^8.24.4",
"multicore-p2p": "^8.24.3",
"multicore-p2p-cash": "^8.24.3",
"multicore-p2p-mcx": "^8.24.3",
"multicore-wallet-client": "^8.24.3",
"multicrypto-wallet-core": "^8.24.3",
"multicore-p2p-mcx": "^8.24.4",
"multicore-wallet-client": "^8.24.4",
"multicrypto-wallet-core": "^8.24.4",
"progress": "2.0.0",
"request": "2.88.0",
"ripple-lib": "1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/multicore-p2p-mcx/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/multicore-p2p-mcx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multicore-p2p-mcx",
"version": "8.24.3",
"version": "8.24.4",
"description": "Interface to the bitcoin P2P network for multicore",
"main": "index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"bloom-filter": "^0.2.0",
"buffers": "bitpay/node-buffers#v0.1.2-bitpay",
"multicore-lib": "^8.24.3",
"multicore-lib-mcx": "^8.24.3",
"multicore-lib-mcx": "^8.24.4",
"socks5-client": "^0.3.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/multicore-wallet-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/multicore-wallet-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "multicore-wallet-client",
"description": "Client for multicore-wallet-service",
"author": "BitPay Inc",
"version": "8.24.3",
"version": "8.24.4",
"license": "MIT",
"main": "ts_build/index.js",
"types": "ts_build/index.d.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.20",
"multicore-mnemonic": "^8.24.3",
"multicrypto-wallet-core": "^8.24.3",
"multicrypto-wallet-core": "^8.24.4",
"preconditions": "^2.2.3",
"sjcl": "1.0.3",
"source-map-loader": "^0.2.4",
Expand All @@ -51,7 +51,7 @@
"kbpgp": "2.1.13",
"mocha": "5.2.0",
"mongodb": "2.2.36",
"multicore-wallet-service": "^8.24.3",
"multicore-wallet-service": "^8.24.4",
"prettier": "^2.1.2",
"request-promise": "4.2.5",
"sinon": "7.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/multicore-wallet-service/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/multicore-wallet-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "multicore-wallet-service",
"description": "A service for Mutisig HD Bitcoin Wallets",
"author": "BitPay Inc",
"version": "8.24.3",
"version": "8.24.4",
"license": "MIT",
"main": "ts_build/index.js",
"types": "./ts_build/index.d.ts",
Expand Down Expand Up @@ -39,8 +39,8 @@
"mongodb": "^3.5.9",
"multicore-lib": "^8.24.3",
"multicore-lib-cash": "^8.24.3",
"multicore-lib-mcx": "^8.24.3",
"multicrypto-wallet-core": "^8.24.3",
"multicore-lib-mcx": "^8.24.4",
"multicrypto-wallet-core": "^8.24.4",
"mustache": "^2.1.0",
"nodemailer": "^5.1.1",
"preconditions": "^2.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/multicore-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/multicore-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "multicore-wallet",
"description": "A CLI Mutisig HD Bitcoin Wallet, demo for Bitcore Wallet Service",
"author": "BitPay Inc",
"version": "8.24.3",
"version": "8.24.4",
"keywords": [
"multicash",
"bitcoin",
Expand All @@ -23,7 +23,7 @@
"lodash": "3.10.1",
"moment": "2.24.0",
"multicore-lib": "^8.24.3",
"multicore-wallet-client": "^8.24.3",
"multicore-wallet-client": "^8.24.4",
"npmlog": "1.2.1",
"qr-image": "3.2.0",
"read": "1.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/multicrypto-wallet-core/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/multicrypto-wallet-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multicrypto-wallet-core",
"version": "8.24.3",
"version": "8.24.4",
"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 Down Expand Up @@ -31,7 +31,7 @@
"info": "0.0.6-beta.0",
"multicore-lib": "^8.24.3",
"multicore-lib-cash": "^8.24.3",
"multicore-lib-mcx": "^8.24.3",
"multicore-lib-mcx": "^8.24.4",
"ripple-binary-codec": "0.2.6",
"ripple-keypairs": "git+https://[email protected]/bitpay/ripple-keypairs.git#8d3a4643a8ddfce8222786e1e5a3e85a89a5b7f5",
"ripple-lib": "^1.8.0",
Expand Down

0 comments on commit 098c148

Please sign in to comment.