Compare commits

...

3 Commits

Author SHA1 Message Date
David Dias
e689a402a3 chore: release version v0.13.0 2018-04-05 17:32:18 +01:00
David Dias
4bd032a6ae chore: update contributors 2018-04-05 17:32:18 +01:00
David Dias
50c61ba46e chore: update deps 2018-04-05 17:30:34 +01:00
2 changed files with 10 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
<a name="0.13.0"></a>
# [0.13.0](https://github.com/libp2p/js-libp2p-crypto/compare/v0.12.1...v0.13.0) (2018-04-05)
<a name="0.12.1"></a>
## [0.12.1](https://github.com/libp2p/js-libp2p-crypto/compare/v0.12.0...v0.12.1) (2018-02-12)

View File

@@ -1,6 +1,6 @@
{
"name": "libp2p-crypto",
"version": "0.12.1",
"version": "0.13.0",
"description": "Crypto primitives for libp2p",
"main": "src/index.js",
"browser": {
@@ -32,12 +32,12 @@
"dependencies": {
"asn1.js": "^5.0.0",
"async": "^2.6.0",
"browserify-aes": "^1.1.1",
"browserify-aes": "^1.2.0",
"bs58": "^4.0.1",
"keypair": "^1.0.1",
"libp2p-crypto-secp256k1": "~0.2.2",
"multihashing-async": "~0.4.7",
"node-forge": "^0.7.1",
"multihashing-async": "~0.4.8",
"node-forge": "^0.7.5",
"pem-jwk": "^1.5.1",
"protons": "^1.0.1",
"rsa-pem-to-jwk": "^1.1.3",
@@ -45,7 +45,7 @@
"webcrypto-shim": "github:dignifiedquire/webcrypto-shim#master"
},
"devDependencies": {
"aegir": "^12.4.0",
"aegir": "^13.0.6",
"benchmark": "^2.1.4",
"chai": "^4.1.2",
"chai-string": "^1.4.0",