-
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.
- Loading branch information
1 parent
56bd7a7
commit ca65c27
Showing
30 changed files
with
352 additions
and
63 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
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,5 +1,7 @@ | ||
{ | ||
"lerna": "2.9.1", | ||
"version": "8.0.0", | ||
"packages": ["packages/*"] | ||
"version": "8.1.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
# [8.0.0](https://github.com/bitpay/bitcore-build/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27) | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [8.1.0](https://github.com/bitpay/bitcore-build/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27) | ||
|
||
**Note:** Version bump only for package bitcore-build | ||
|
||
|
||
|
||
|
||
|
||
# [8.0.0](https://github.com/bitpay/bitcore-build/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"engines": { | ||
"node": ">=8.0.0" | ||
}, | ||
"version": "8.0.0", | ||
"version": "8.1.0", | ||
"author": "Justin Langston <[email protected]>", | ||
"main": "ts_build/index.js", | ||
"types": "./ts_build/index.d.ts", | ||
|
@@ -20,9 +20,9 @@ | |
"JSONStream": "~1.3.1", | ||
"async": "^2.5.0", | ||
"bcrypt": "^2.0.1", | ||
"bitcore-lib": "^8.0.0", | ||
"bitcore-lib-cash": "^8.0.0", | ||
"bitcore-mnemonic": "^8.0.0", | ||
"bitcore-lib": "^8.1.0", | ||
"bitcore-lib-cash": "^8.1.0", | ||
"bitcore-mnemonic": "^8.1.0", | ||
"commander": "^2.15.1", | ||
"leveldown": "^3.0.0", | ||
"levelup": "^2.0.2", | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "bitcore-lib-cash", | ||
"version": "8.0.0", | ||
"version": "8.1.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.0.0", | ||
"bitcore-lib": "^8.1.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.0.0", | ||
"bitcore-build": "^8.1.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,4 +1,14 @@ | ||
# [8.0.0](https://github.com/bitpay/bitcore-lib/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27) | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [8.1.0](https://github.com/bitpay/bitcore-lib/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27) | ||
|
||
**Note:** Version bump only for package bitcore-lib | ||
|
||
|
||
|
||
|
||
|
||
# [8.0.0](https://github.com/bitpay/bitcore-lib/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27) |
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.0.0", | ||
"version": "8.1.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.0.0", | ||
"bitcore-build": "^8.1.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,4 +1,14 @@ | ||
# [8.0.0](https://github.com/bitpay/bitcore-mnemonic/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27) | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [8.1.0](https://github.com/bitpay/bitcore-mnemonic/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27) | ||
|
||
**Note:** Version bump only for package bitcore-mnemonic | ||
|
||
|
||
|
||
|
||
|
||
# [8.0.0](https://github.com/bitpay/bitcore-mnemonic/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27) |
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.0.0", | ||
"version": "8.1.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.0.0", | ||
"bitcore-build": "^8.1.0", | ||
"brfs": "^2.0.1", | ||
"chai": "^4.2.0", | ||
"gulp": "^4.0.0", | ||
"mocha": "^5.2.0" | ||
}, | ||
"dependencies": { | ||
"bitcore-lib": "^8.0.0", | ||
"bitcore-lib": "^8.1.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
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.0.1", | ||
"version": "8.1.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.0.0", | ||
"bitcore-lib": "^8.0.0", | ||
"bitcore-lib-cash": "^8.0.0", | ||
"bitcore-p2p": "^8.0.0", | ||
"bitcore-p2p-cash": "^8.0.0", | ||
"bitcore-client": "^8.1.0", | ||
"bitcore-lib": "^8.1.0", | ||
"bitcore-lib-cash": "^8.1.0", | ||
"bitcore-p2p": "^8.1.0", | ||
"bitcore-p2p-cash": "^8.1.0", | ||
"body-parser": "^1.18.3", | ||
"cors": "^2.8.4", | ||
"express": "^4.16.3", | ||
|
Oops, something went wrong.