@libp2p/config 0.0.0 → 1.0.0

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.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @packageDocumentation
3
3
  *
4
- * @example Load or create a private key in a datastore
4
+ * @example Load or create the "self" private key in a datastore
5
5
  *
6
6
  * Most nodes will want to persist the same private key between restarts so this
7
7
  * function helps you extract one from a datastore if it exists, otherwise it
package/dist/src/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @packageDocumentation
3
3
  *
4
- * @example Load or create a private key in a datastore
4
+ * @example Load or create the "self" private key in a datastore
5
5
  *
6
6
  * Most nodes will want to persist the same private key between restarts so this
7
7
  * function helps you extract one from a datastore if it exists, otherwise it
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/config",
3
- "version": "0.0.0",
3
+ "version": "1.0.0",
4
4
  "description": "Helper functions to make dealing with libp2p config easier",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/config#readme",