@libp2p/keychain 4.0.12 → 4.0.13-998fcaf94
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 +3 -3
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.js +1 -1
- package/package.json +6 -6
- package/src/index.ts +1 -1
- package/dist/typedoc-urls.json +0 -14
package/README.md
CHANGED
|
@@ -65,7 +65,7 @@ const defaultOptions = {
|
|
|
65
65
|
}
|
|
66
66
|
```
|
|
67
67
|
|
|
68
|
-

|
|
69
69
|
|
|
70
70
|
## Physical storage
|
|
71
71
|
|
|
@@ -95,8 +95,8 @@ Loading this module through a script tag will make it's exports available as `Li
|
|
|
95
95
|
|
|
96
96
|
Licensed under either of
|
|
97
97
|
|
|
98
|
-
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
|
99
|
-
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
|
98
|
+
- Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/keychain/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
|
99
|
+
- MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/keychain/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
|
100
100
|
|
|
101
101
|
# Contribution
|
|
102
102
|
|
package/dist/src/index.d.ts
CHANGED
package/dist/src/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/keychain",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.13-998fcaf94",
|
|
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",
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
"test:electron-main": "aegir test -t electron-main"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@libp2p/crypto": "
|
|
63
|
-
"@libp2p/interface": "
|
|
64
|
-
"@libp2p/peer-id": "
|
|
62
|
+
"@libp2p/crypto": "4.1.0-998fcaf94",
|
|
63
|
+
"@libp2p/interface": "1.3.0-998fcaf94",
|
|
64
|
+
"@libp2p/peer-id": "4.1.0-998fcaf94",
|
|
65
65
|
"interface-datastore": "^8.2.11",
|
|
66
66
|
"merge-options": "^3.0.4",
|
|
67
67
|
"multiformats": "^13.1.0",
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"uint8arrays": "^5.0.3"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@libp2p/logger": "
|
|
73
|
-
"@libp2p/peer-id-factory": "
|
|
72
|
+
"@libp2p/logger": "4.0.11-998fcaf94",
|
|
73
|
+
"@libp2p/peer-id-factory": "4.1.0-998fcaf94",
|
|
74
74
|
"aegir": "^42.2.5",
|
|
75
75
|
"datastore-core": "^9.2.9"
|
|
76
76
|
},
|
package/src/index.ts
CHANGED
package/dist/typedoc-urls.json
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
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
|
-
"KeyInfo": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_keychain.KeyInfo.html",
|
|
5
|
-
".:KeyInfo": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_keychain.KeyInfo.html",
|
|
6
|
-
"Keychain": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_keychain.Keychain.html",
|
|
7
|
-
".:Keychain": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_keychain.Keychain.html",
|
|
8
|
-
"KeychainComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_keychain.KeychainComponents.html",
|
|
9
|
-
".:KeychainComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_keychain.KeychainComponents.html",
|
|
10
|
-
"KeychainInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_keychain.KeychainInit.html",
|
|
11
|
-
".:KeychainInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_keychain.KeychainInit.html",
|
|
12
|
-
"keychain": "https://libp2p.github.io/js-libp2p/functions/_libp2p_keychain.keychain-1.html",
|
|
13
|
-
".:keychain": "https://libp2p.github.io/js-libp2p/functions/_libp2p_keychain.keychain-1.html"
|
|
14
|
-
}
|