File tree Expand file tree Collapse file tree 14 files changed +45
-45
lines changed Expand file tree Collapse file tree 14 files changed +45
-45
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 2.9.1" ,
3
- "version" : " 8.10.0 " ,
3
+ "version" : " 8.10.1 " ,
4
4
"packages" : [
5
5
" packages/*"
6
6
]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bitcore-build" ,
3
- "version" : " 8.10.0 " ,
3
+ "version" : " 8.10.1 " ,
4
4
"description" : " A helper for common tasks to build bitcore modules'" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 4
4
"engines" : {
5
5
"node" : " >=8.0.0"
6
6
},
7
- "version" : " 8.10.0 " ,
7
+ "version" : " 8.10.1 " ,
8
8
"author" :
" Justin Langston <[email protected] >" ,
9
9
"main" : " ./ts_build/index.js" ,
10
10
"types" : " ./ts_build/index.d.ts" ,
23
23
"async" : " 2.5.0" ,
24
24
"bcrypt" : " 2.0.1" ,
25
25
"bcryptjs" : " 2.4.3" ,
26
- "bitcore-lib" : " ^8.10.0 " ,
27
- "bitcore-lib-cash" : " ^8.10.0 " ,
28
- "bitcore-mnemonic" : " ^8.10.0 " ,
26
+ "bitcore-lib" : " ^8.10.1 " ,
27
+ "bitcore-lib-cash" : " ^8.10.1 " ,
28
+ "bitcore-mnemonic" : " ^8.10.1 " ,
29
29
"commander" : " 2.15.1" ,
30
- "crypto-wallet-core" : " ^8.10.0 " ,
30
+ "crypto-wallet-core" : " ^8.10.1 " ,
31
31
"elliptic" : " 6.4.1" ,
32
32
"ethereumjs-tx" : " 1.3.7" ,
33
33
"ethereumjs-util" : " 6.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bitcore-lib-cash" ,
3
- "version" : " 8.10.0 " ,
3
+ "version" : " 8.10.1 " ,
4
4
"description" : " A pure and powerful JavaScript Bitcoin Cash library." ,
5
5
"author" :
" BitPay <[email protected] >" ,
6
6
"main" : " index.js" ,
36
36
"request" : " browser-request"
37
37
},
38
38
"dependencies" : {
39
- "bitcore-lib" : " ^8.10.0 " ,
39
+ "bitcore-lib" : " ^8.10.1 " ,
40
40
"bn.js" : " =4.11.8" ,
41
41
"bs58" : " ^4.0.1" ,
42
42
"buffer-compare" : " =1.1.1" ,
46
46
},
47
47
"devDependencies" : {
48
48
"base-x" : " =3.0.4" ,
49
- "bitcore-build" : " ^8.10.0 " ,
49
+ "bitcore-build" : " ^8.10.1 " ,
50
50
"brfs" : " ^2.0.1" ,
51
51
"chai" : " ^4.2.0" ,
52
52
"gulp" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bitcore-lib" ,
3
- "version" : " 8.10.0 " ,
3
+ "version" : " 8.10.1 " ,
4
4
"description" : " A pure and powerful JavaScript Bitcoin library." ,
5
5
"author" :
" BitPay <[email protected] >" ,
6
6
"main" : " index.js" ,
45
45
"lodash" : " =4.17.15"
46
46
},
47
47
"devDependencies" : {
48
- "bitcore-build" : " ^8.10.0 " ,
48
+ "bitcore-build" : " ^8.10.1 " ,
49
49
"brfs" : " ^2.0.1" ,
50
50
"chai" : " ^4.2.0" ,
51
51
"gulp" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bitcore-mnemonic" ,
3
- "version" : " 8.10.0 " ,
3
+ "version" : " 8.10.1 " ,
4
4
"description" : " BIP39 Mnemonics implemented for Bitcore." ,
5
5
"author" :
" BitPay <[email protected] >" ,
6
6
"main" : " index.js" ,
37
37
"license" : " MIT" ,
38
38
"devDependencies" : {
39
39
"assert" : " ^1.4.1" ,
40
- "bitcore-build" : " ^8.10.0 " ,
40
+ "bitcore-build" : " ^8.10.1 " ,
41
41
"brfs" : " ^2.0.1" ,
42
42
"chai" : " ^4.2.0" ,
43
43
"gulp" : " ^4.0.0" ,
44
44
"mocha" : " ^5.2.0"
45
45
},
46
46
"dependencies" : {
47
- "bitcore-lib" : " ^8.10.0 " ,
47
+ "bitcore-lib" : " ^8.10.1 " ,
48
48
"unorm" : " ^1.4.1"
49
49
},
50
50
"peerDependencies" : {
Original file line number Diff line number Diff line change 4
4
"engines" : {
5
5
"node" : " >=8.0.0"
6
6
},
7
- "version" : " 8.10.0 " ,
7
+ "version" : " 8.10.1 " ,
8
8
"author" :
" Justin Langston <[email protected] >" ,
9
9
"contributors" : [
10
10
" Justin Langston <[email protected] >" ,
78
78
"dependencies" : {
79
79
"JSONStream" : " ~1.3.1" ,
80
80
"abi-decoder" : " 2.0.1" ,
81
- "bitcore-client" : " ^8.10.0 " ,
82
- "bitcore-lib" : " ^8.10.0 " ,
83
- "bitcore-lib-cash" : " ^8.10.0 " ,
84
- "bitcore-p2p" : " ^8.10.0 " ,
85
- "bitcore-p2p-cash" : " ^8.10.0 " ,
86
- "bitcore-wallet-client" : " ^8.10.0 " ,
81
+ "bitcore-client" : " ^8.10.1 " ,
82
+ "bitcore-lib" : " ^8.10.1 " ,
83
+ "bitcore-lib-cash" : " ^8.10.1 " ,
84
+ "bitcore-p2p" : " ^8.10.1 " ,
85
+ "bitcore-p2p-cash" : " ^8.10.1 " ,
86
+ "bitcore-wallet-client" : " ^8.10.1 " ,
87
87
"body-parser" : " 1.18.3" ,
88
88
"cors" : " 2.8.4" ,
89
- "crypto-wallet-core" : " ^8.10.0 " ,
89
+ "crypto-wallet-core" : " ^8.10.1 " ,
90
90
"heapdump" : " 0.3.12" ,
91
91
"http" : " 0.0.0" ,
92
92
"lodash" : " 4.17.11" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bitcore-p2p-cash" ,
3
- "version" : " 8.10.0 " ,
3
+ "version" : " 8.10.1 " ,
4
4
"description" : " Interface to the bitcoin P2P network for bitcore" ,
5
5
"author" :
" BitPay <[email protected] >" ,
6
6
"main" : " index.js" ,
61
61
"url" : " https://github.com/bitpay/bitcore-p2p.git"
62
62
},
63
63
"dependencies" : {
64
- "bitcore-lib" : " ^8.10.0 " ,
65
- "bitcore-lib-cash" : " ^8.10.0 " ,
64
+ "bitcore-lib" : " ^8.10.1 " ,
65
+ "bitcore-lib-cash" : " ^8.10.1 " ,
66
66
"bloom-filter" : " ^0.2.0" ,
67
67
"buffers" : " bitpay/node-buffers#v0.1.2-bitpay" ,
68
68
"socks5-client" : " ^0.3.6"
69
69
},
70
70
"devDependencies" : {
71
- "bitcore-build" : " ^8.10.0 " ,
71
+ "bitcore-build" : " ^8.10.1 " ,
72
72
"brfs" : " ^1.2.0" ,
73
73
"chai" : " ~1.10.0" ,
74
74
"gulp" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bitcore-p2p" ,
3
- "version" : " 8.10.0 " ,
3
+ "version" : " 8.10.1 " ,
4
4
"description" : " Interface to the bitcoin P2P network for bitcore" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
21
21
},
22
22
"dependencies" : {
23
23
"bcoin" : " 1.0.0-beta.12" ,
24
- "bitcore-lib" : " ^8.10.0 " ,
24
+ "bitcore-lib" : " ^8.10.1 " ,
25
25
"bloom-filter" : " ^0.2.0" ,
26
26
"buffers" : " bitpay/node-buffers#v0.1.2-bitpay" ,
27
27
"socks5-client" : " ^0.3.6"
28
28
},
29
29
"devDependencies" : {
30
- "bitcore-build" : " ^8.10.0 " ,
30
+ "bitcore-build" : " ^8.10.1 " ,
31
31
"brfs" : " ^1.2.0" ,
32
32
"chai" : " ~1.10.0" ,
33
33
"gulp" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 2
2
"name" : " bitcore-wallet-client" ,
3
3
"description" : " Client for bitcore-wallet-service" ,
4
4
"author" : " BitPay Inc" ,
5
- "version" : " 8.10.0 " ,
5
+ "version" : " 8.10.1 " ,
6
6
"license" : " MIT" ,
7
7
"main" : " ts_build/index.js" ,
8
8
"types" : " ts_build/index.d.js" ,
29
29
"async" : " ^0.9.0" ,
30
30
"awesome-typescript-loader" : " ^5.2.1" ,
31
31
"bip38" : " ^1.3.0" ,
32
- "bitcore-mnemonic" : " ^8.10.0 " ,
33
- "crypto-wallet-core" : " ^8.10.0 " ,
32
+ "bitcore-mnemonic" : " ^8.10.1 " ,
33
+ "crypto-wallet-core" : " ^8.10.1 " ,
34
34
"json-stable-stringify" : " ^1.0.1" ,
35
35
"lodash" : " ^4.17.15" ,
36
36
"preconditions" : " ^2.2.3" ,
41
41
"devDependencies" : {
42
42
"@types/lodash" : " ^4.14.136" ,
43
43
"@types/node" : " ^10.0.2" ,
44
- "bitcore-wallet-service" : " ^8.10.0 " ,
44
+ "bitcore-wallet-service" : " ^8.10.1 " ,
45
45
"browserify" : " ^13.1.0" ,
46
46
"chai" : " ^1.9.1" ,
47
47
"coveralls" : " ^3.0.2" ,
You can’t perform that action at this time.
0 commit comments