Comparing version 0.2.0 to 0.3.0
@@ -0,1 +1,10 @@ | ||
0.3.0 / 2014-02-03 | ||
------------------ | ||
* Removed bower and component support. Closes #8 | ||
* Upgraded version number so that `cryptocoin` could install. Changes in `0.2.1` could qualify for a `0.3.0`. | ||
0.2.1 / 2014-01-23 | ||
------------------ | ||
* Update dependency package names/versions | ||
0.2.0 / 2013-12-07 | ||
@@ -2,0 +11,0 @@ ------------------ |
{ | ||
"name": "eckey", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Elliptical curve cryptography for crypto currencies such as Litecoin and Bitcoin", | ||
@@ -26,13 +26,12 @@ "keywords": [ | ||
"dependencies": { | ||
"ecurve": "0.1.x", | ||
"ecurve-names": "0.1.x", | ||
"cryptocoin-base58": "0.1.x", | ||
"ecurve": "0.2.x", | ||
"ecurve-names": "0.2.x", | ||
"sha256": "0.1.x", | ||
"ripemd160": "0.1.x", | ||
"convert-hex": "0.1.x", | ||
"btc-address": "0.1.x", | ||
"ecdsa": "0.2.x", | ||
"bigi": "~0.2.0", | ||
"bs58": "~0.2.0" | ||
"btc-address": "0.2.x", | ||
"ecdsa": "0.3.x", | ||
"bigi": "0.2.x", | ||
"bs58": "0.2.x" | ||
} | ||
} |
@@ -40,4 +40,4 @@ eckey | ||
- [*] [jprichardson](https://github.com/jprichardson) | ||
- [1] [remiq](https://github.com/remiq) | ||
- (*) [jprichardson](https://github.com/jprichardson) | ||
- (1) [remiq](https://github.com/remiq) | ||
@@ -44,0 +44,0 @@ |
10487
9
+ Addedbtc-address@0.2.0(transitive)
+ Addedecdsa@0.3.0(transitive)
+ Addedecurve@0.2.0(transitive)
+ Addedecurve-names@0.2.1(transitive)
+ Addedsecure-random@0.1.0(transitive)
- Removedcryptocoin-base58@0.1.x
- Removedbase-x@4.0.0(transitive)
- Removedbtc-address@0.1.0(transitive)
- Removedcryptocoin-base58@0.1.0(transitive)
- Removedcryptocoin-bigint@0.1.0(transitive)
- Removedecdsa@0.2.0(transitive)
- Removedecurve@0.1.0(transitive)
- Removedecurve-names@0.1.1(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedsecure-random@0.0.1(transitive)
Updatedbigi@0.2.x
Updatedbs58@0.2.x
Updatedbtc-address@0.2.x
Updatedecdsa@0.3.x
Updatedecurve@0.2.x
Updatedecurve-names@0.2.x