-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2127 from matiu/ver8.2.0
v8.2.0
- Loading branch information
Showing
16 changed files
with
47 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"lerna": "2.9.1", | ||
"version": "8.1.1", | ||
"version": "8.2.0", | ||
"packages": [ | ||
"packages/*" | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"engines": { | ||
"node": ">=8.0.0" | ||
}, | ||
"version": "8.1.1", | ||
"version": "8.2.0", | ||
"author": "Justin Langston <[email protected]>", | ||
"main": "ts_build/index.js", | ||
"types": "./ts_build/index.d.ts", | ||
|
@@ -22,9 +22,9 @@ | |
"async": "^2.5.0", | ||
"bcrypt": "^2.0.1", | ||
"bcryptjs": "^2.4.3", | ||
"bitcore-lib": "^8.1.1", | ||
"bitcore-lib-cash": "^8.1.1", | ||
"bitcore-mnemonic": "^8.1.1", | ||
"bitcore-lib": "^8.2.0", | ||
"bitcore-lib-cash": "^8.2.0", | ||
"bitcore-mnemonic": "^8.2.0", | ||
"commander": "^2.15.1", | ||
"elliptic": "^6.4.1", | ||
"ethereumjs-tx": "^1.3.7", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "bitcore-lib-cash", | ||
"version": "8.1.1", | ||
"version": "8.2.0", | ||
"description": "A pure and powerful JavaScript Bitcoin Cash library.", | ||
"author": "BitPay <[email protected]>", | ||
"main": "index.js", | ||
|
@@ -35,7 +35,7 @@ | |
"request": "browser-request" | ||
}, | ||
"dependencies": { | ||
"bitcore-lib": "^8.1.1", | ||
"bitcore-lib": "^8.2.0", | ||
"bn.js": "=4.11.8", | ||
"bs58": "^4.0.1", | ||
"buffer-compare": "=1.1.1", | ||
|
@@ -45,7 +45,7 @@ | |
}, | ||
"devDependencies": { | ||
"base-x": "=3.0.4", | ||
"bitcore-build": "^8.1.1", | ||
"bitcore-build": "^8.2.0", | ||
"brfs": "^2.0.1", | ||
"chai": "^4.2.0", | ||
"gulp": "^4.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "bitcore-lib", | ||
"version": "8.1.1", | ||
"version": "8.2.0", | ||
"description": "A pure and powerful JavaScript Bitcoin library.", | ||
"author": "BitPay <[email protected]>", | ||
"main": "index.js", | ||
|
@@ -43,7 +43,7 @@ | |
"lodash": "=4.17.11" | ||
}, | ||
"devDependencies": { | ||
"bitcore-build": "^8.1.1", | ||
"bitcore-build": "^8.2.0", | ||
"brfs": "^2.0.1", | ||
"chai": "^4.2.0", | ||
"gulp": "^4.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "bitcore-mnemonic", | ||
"version": "8.1.1", | ||
"version": "8.2.0", | ||
"description": "BIP39 Mnemonics implemented for Bitcore.", | ||
"author": "BitPay <[email protected]>", | ||
"main": "index.js", | ||
|
@@ -36,14 +36,14 @@ | |
"license": "MIT", | ||
"devDependencies": { | ||
"assert": "^1.4.1", | ||
"bitcore-build": "^8.1.1", | ||
"bitcore-build": "^8.2.0", | ||
"brfs": "^2.0.1", | ||
"chai": "^4.2.0", | ||
"gulp": "^4.0.0", | ||
"mocha": "^5.2.0" | ||
}, | ||
"dependencies": { | ||
"bitcore-lib": "^8.1.1", | ||
"bitcore-lib": "^8.2.0", | ||
"unorm": "^1.4.1" | ||
}, | ||
"peerDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"engines": { | ||
"node": ">=8.0.0" | ||
}, | ||
"version": "8.1.1", | ||
"version": "8.2.0", | ||
"author": "Justin Langston <[email protected]>", | ||
"contributors": [ | ||
"Justin Langston <[email protected]>", | ||
|
@@ -72,11 +72,11 @@ | |
"dependencies": { | ||
"JSONStream": "~1.3.1", | ||
"async": "^2.5.0", | ||
"bitcore-client": "^8.1.1", | ||
"bitcore-lib": "^8.1.1", | ||
"bitcore-lib-cash": "^8.1.1", | ||
"bitcore-p2p": "^8.1.1", | ||
"bitcore-p2p-cash": "^8.1.1", | ||
"bitcore-client": "^8.2.0", | ||
"bitcore-lib": "^8.2.0", | ||
"bitcore-lib-cash": "^8.2.0", | ||
"bitcore-p2p": "^8.2.0", | ||
"bitcore-p2p-cash": "^8.2.0", | ||
"body-parser": "^1.18.3", | ||
"cors": "^2.8.4", | ||
"express": "^4.16.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "bitcore-p2p-cash", | ||
"version": "8.1.1", | ||
"version": "8.2.0", | ||
"description": "Interface to the bitcoin P2P network for bitcore", | ||
"author": "BitPay <[email protected]>", | ||
"main": "index.js", | ||
|
@@ -60,14 +60,14 @@ | |
"url": "https://github.com/bitpay/bitcore-p2p.git" | ||
}, | ||
"dependencies": { | ||
"bitcore-lib": "^8.1.1", | ||
"bitcore-lib-cash": "^8.1.1", | ||
"bitcore-lib": "^8.2.0", | ||
"bitcore-lib-cash": "^8.2.0", | ||
"bloom-filter": "^0.2.0", | ||
"buffers": "bitpay/node-buffers#v0.1.2-bitpay", | ||
"socks5-client": "^0.3.6" | ||
}, | ||
"devDependencies": { | ||
"bitcore-build": "^8.1.1", | ||
"bitcore-build": "^8.2.0", | ||
"brfs": "^1.2.0", | ||
"chai": "~1.10.0", | ||
"gulp": "^4.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters