@libp2p/peer-id 6.0.4-e2bdc7e63 → 6.0.4-f88ec96cf

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -52,7 +52,7 @@ Loading this module through a script tag will make its exports available as `Lib
52
52
 
53
53
  # API Docs
54
54
 
55
- - <https://libp2p.github.io/js-libp2p/modules/_libp2p_peer_id.html>
55
+ - <https://libp2p.github.io/js-libp2p/modules/_libp2p_peer-id.html>
56
56
 
57
57
  # License
58
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/peer-id",
3
- "version": "6.0.4-e2bdc7e63",
3
+ "version": "6.0.4-f88ec96cf",
4
4
  "description": "Implementation of @libp2p/interface-peer-id",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/peer-id#readme",
@@ -47,8 +47,8 @@
47
47
  "test:electron-main": "aegir test -t electron-main"
48
48
  },
49
49
  "dependencies": {
50
- "@libp2p/crypto": "5.1.13-e2bdc7e63",
51
- "@libp2p/interface": "3.1.0-e2bdc7e63",
50
+ "@libp2p/crypto": "5.1.13-f88ec96cf",
51
+ "@libp2p/interface": "3.1.0-f88ec96cf",
52
52
  "multiformats": "^13.4.0",
53
53
  "uint8arrays": "^5.1.0"
54
54
  },