@libp2p/keychain 6.0.8-977a3c5f2 → 6.0.9

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/README.md CHANGED
@@ -45,7 +45,7 @@ The key management and naming service API all return a `KeyInfo` object. The `i
45
45
 
46
46
  The **key id** is the SHA-256 [multihash](https://github.com/multiformats/multihash) of its public key.
47
47
 
48
- The *public key* is a [protobuf encoding](https://github.com/libp2p/js-libp2p/blob/958761163edfc7b1a6231041b199737d72fd6424/packages/crypto/src/keys/keys.proto) containing a type and the [DER encoding](https://en.wikipedia.org/wiki/X.690) of the PKCS [SubjectPublicKeyInfo](https://www.ietf.org/rfc/rfc3279.txt).
48
+ The *public key* is a [protobuf encoding](https://github.com/libp2p/js-libp2p/blob/main/packages/crypto/src/keys/keys.proto.js) containing a type and the [DER encoding](https://en.wikipedia.org/wiki/X.690) of the PKCS [SubjectPublicKeyInfo](https://www.ietf.org/rfc/rfc3279.txt).
49
49
 
50
50
  ## Private key storage
51
51
 
@@ -0,0 +1,14 @@
1
+ {
2
+ "DEKConfig": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_keychain.DEKConfig.html",
3
+ ".:DEKConfig": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_keychain.DEKConfig.html",
4
+ "Keychain": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_keychain.Keychain.html",
5
+ ".:Keychain": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_keychain.Keychain.html",
6
+ "KeychainComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_keychain.KeychainComponents.html",
7
+ ".:KeychainComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_keychain.KeychainComponents.html",
8
+ "KeychainInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_keychain.KeychainInit.html",
9
+ ".:KeychainInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_keychain.KeychainInit.html",
10
+ "KeyInfo": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_keychain.KeyInfo.html",
11
+ ".:KeyInfo": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_keychain.KeyInfo.html",
12
+ "keychain": "https://libp2p.github.io/js-libp2p/functions/_libp2p_keychain.keychain.html",
13
+ ".:keychain": "https://libp2p.github.io/js-libp2p/functions/_libp2p_keychain.keychain.html"
14
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/keychain",
3
- "version": "6.0.8-977a3c5f2",
3
+ "version": "6.0.9",
4
4
  "description": "Key management and cryptographically protected messages",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/keychain#readme",
@@ -52,8 +52,8 @@
52
52
  "test:electron-main": "aegir test -t electron-main"
53
53
  },
54
54
  "dependencies": {
55
- "@libp2p/crypto": "5.1.13-977a3c5f2",
56
- "@libp2p/interface": "3.1.0-977a3c5f2",
55
+ "@libp2p/crypto": "^5.1.13",
56
+ "@libp2p/interface": "^3.1.0",
57
57
  "@noble/hashes": "^2.0.1",
58
58
  "asn1js": "^3.0.6",
59
59
  "interface-datastore": "^9.0.1",
@@ -62,7 +62,7 @@
62
62
  "uint8arrays": "^5.1.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@libp2p/logger": "6.2.1-977a3c5f2",
65
+ "@libp2p/logger": "^6.2.2",
66
66
  "aegir": "^47.0.22",
67
67
  "datastore-core": "^11.0.1"
68
68
  },