bip44-constants 306.0.0 → 308.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +2 -4
- package/package.json +1 -2
- package/CHANGELOG.md +0 -73
package/index.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
1
|
export type CoinTypeNumber = number;
|
|
3
2
|
export type CoinTypeName = string;
|
|
4
3
|
export type CoinTypeTitle = string;
|
|
@@ -9,6 +8,5 @@ export type Entry = [
|
|
|
9
8
|
CoinTypeTitle,
|
|
10
9
|
];
|
|
11
10
|
|
|
12
|
-
const
|
|
13
|
-
|
|
14
|
-
export default entries;
|
|
11
|
+
declare const _default: Entry[];
|
|
12
|
+
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bip44-constants",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "308.0.0",
|
|
4
4
|
"description": "Bitcoin BIP44 constants.",
|
|
5
5
|
"files": [
|
|
6
6
|
"index.js",
|
|
@@ -32,7 +32,6 @@
|
|
|
32
32
|
},
|
|
33
33
|
"homepage": "https://github.com/bitcoinjs/bip44-constants#readme",
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"cheerio": "^0.19.0",
|
|
36
35
|
"node-fetch": "^2.6.1",
|
|
37
36
|
"standard": "14.3.3"
|
|
38
37
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
8.0.0 / 2019-02-01
|
|
2
|
-
------------------
|
|
3
|
-
- change constants from object to 2d array (see README)
|
|
4
|
-
- add new constants
|
|
5
|
-
|
|
6
|
-
7.0.0 / 2018-11-12
|
|
7
|
-
------------------
|
|
8
|
-
- change values for PIGGY/SSC
|
|
9
|
-
- add new constants
|
|
10
|
-
|
|
11
|
-
6.1.0 / 2018-10-25
|
|
12
|
-
------------------
|
|
13
|
-
- updated constants
|
|
14
|
-
|
|
15
|
-
6.0.0 / 2018-10-11
|
|
16
|
-
------------------
|
|
17
|
-
- updated / changed constants (`DSH` -> `DASH`) (https://github.com/bitcoinjs/bip44-constants/issues/15)
|
|
18
|
-
- added sanity checks (https://github.com/bitcoinjs/bip44-constants/pull/23)
|
|
19
|
-
|
|
20
|
-
5.2.0 / 2018-08-27
|
|
21
|
-
------------------
|
|
22
|
-
- updated constants
|
|
23
|
-
|
|
24
|
-
5.1.0 / 2018-07-30
|
|
25
|
-
------------------
|
|
26
|
-
- add TRX constant
|
|
27
|
-
|
|
28
|
-
5.0.0 / 2018-03-05
|
|
29
|
-
------------------
|
|
30
|
-
- using asset symbol as the key as opposed to the asset name
|
|
31
|
-
- updated constants
|
|
32
|
-
|
|
33
|
-
4.0.1 / 2017-12-04
|
|
34
|
-
------------------
|
|
35
|
-
- changed constant values to type Number, not type String
|
|
36
|
-
|
|
37
|
-
3.1.0 / 2017-08-27
|
|
38
|
-
------------------
|
|
39
|
-
- updated constants
|
|
40
|
-
|
|
41
|
-
3.0.0 / 2017-08-27
|
|
42
|
-
------------------
|
|
43
|
-
- updated constants (semver major since one constant changed)
|
|
44
|
-
|
|
45
|
-
2.5.0 / 2017-05-27
|
|
46
|
-
------------------
|
|
47
|
-
- updated constants
|
|
48
|
-
|
|
49
|
-
2.4.0 / 2017-04-09
|
|
50
|
-
------------------
|
|
51
|
-
- updated constants
|
|
52
|
-
|
|
53
|
-
2.3.0 / 2016-10-16
|
|
54
|
-
------------------
|
|
55
|
-
- updated constants
|
|
56
|
-
|
|
57
|
-
2.2.0 / 2016-03-24
|
|
58
|
-
------------------
|
|
59
|
-
- updated constants
|
|
60
|
-
|
|
61
|
-
2.1.0 / 2016-02-08
|
|
62
|
-
------------------
|
|
63
|
-
- updated constants URL. See: https://github.com/bitcoinjs/bip44-constants/pull/1
|
|
64
|
-
- added more coins: Quarkcoin, Terracoin, Gridcoin. See: See: https://github.com/bitcoinjs/bip44-constants/pull/1
|
|
65
|
-
- add newline to `constants.json`. See: See: https://github.com/bitcoinjs/bip44-constants/pull/1
|
|
66
|
-
|
|
67
|
-
2.0.0 / 2016-01-26
|
|
68
|
-
------------------
|
|
69
|
-
- had to bump major version since `DarkCoin` was renamed to `Dash`
|
|
70
|
-
|
|
71
|
-
1.0.0 / 2015-07-21
|
|
72
|
-
------------------
|
|
73
|
-
- initial release
|