@libp2p/keychain 4.0.12 → 4.0.13

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
@@ -65,7 +65,7 @@ const defaultOptions = {
65
65
  }
66
66
  ```
67
67
 
68
- ![key storage](./doc/private-key.png?raw=true)
68
+ ![key storage](https://github.com/libp2p/js-libp2p/blob/main/doc/private-key.png?raw=true)
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
 
@@ -42,7 +42,7 @@
42
42
  * }
43
43
  * ```
44
44
  *
45
- * ![key storage](./doc/private-key.png?raw=true)
45
+ * ![key storage](https://github.com/libp2p/js-libp2p/blob/main/doc/private-key.png?raw=true)
46
46
  *
47
47
  * ## Physical storage
48
48
  *
package/dist/src/index.js CHANGED
@@ -42,7 +42,7 @@
42
42
  * }
43
43
  * ```
44
44
  *
45
- * ![key storage](./doc/private-key.png?raw=true)
45
+ * ![key storage](https://github.com/libp2p/js-libp2p/blob/main/doc/private-key.png?raw=true)
46
46
  *
47
47
  * ## Physical storage
48
48
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/keychain",
3
- "version": "4.0.12",
3
+ "version": "4.0.13",
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": "^4.0.6",
63
- "@libp2p/interface": "^1.2.0",
64
- "@libp2p/peer-id": "^4.0.10",
62
+ "@libp2p/crypto": "^4.1.0",
63
+ "@libp2p/interface": "^1.3.0",
64
+ "@libp2p/peer-id": "^4.1.0",
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": "^4.0.10",
73
- "@libp2p/peer-id-factory": "^4.0.10",
72
+ "@libp2p/logger": "^4.0.11",
73
+ "@libp2p/peer-id-factory": "^4.1.0",
74
74
  "aegir": "^42.2.5",
75
75
  "datastore-core": "^9.2.9"
76
76
  },
package/src/index.ts CHANGED
@@ -42,7 +42,7 @@
42
42
  * }
43
43
  * ```
44
44
  *
45
- * ![key storage](./doc/private-key.png?raw=true)
45
+ * ![key storage](https://github.com/libp2p/js-libp2p/blob/main/doc/private-key.png?raw=true)
46
46
  *
47
47
  * ## Physical storage
48
48
  *