@libp2p/peer-record 8.0.12-d6cd25d0d → 8.0.12-f2f9008b8

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 (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -10
  3. package/LICENSE +0 -4
package/README.md CHANGED
@@ -157,7 +157,7 @@ $ npm i @libp2p/peer-record
157
157
 
158
158
  ## Browser `<script>` tag
159
159
 
160
- Loading this module through a script tag will make it's exports available as `Libp2pPeerRecord` in the global namespace.
160
+ Loading this module through a script tag will make its exports available as `Libp2pPeerRecord` in the global namespace.
161
161
 
162
162
  ```html
163
163
  <script src="https://unpkg.com/@libp2p/peer-record/dist/index.min.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/peer-record",
3
- "version": "8.0.12-d6cd25d0d",
3
+ "version": "8.0.12-f2f9008b8",
4
4
  "description": "Used to transfer signed peer data across the network",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/peer-record#readme",
@@ -61,20 +61,20 @@
61
61
  "test:electron-main": "aegir test -t electron-main"
62
62
  },
63
63
  "dependencies": {
64
- "@libp2p/crypto": "5.0.7-d6cd25d0d",
65
- "@libp2p/interface": "2.2.1-d6cd25d0d",
66
- "@libp2p/peer-id": "5.0.8-d6cd25d0d",
67
- "@libp2p/utils": "6.2.1-d6cd25d0d",
68
- "@multiformats/multiaddr": "^12.2.3",
69
- "multiformats": "^13.2.2",
70
- "protons-runtime": "^5.4.0",
64
+ "@libp2p/crypto": "5.0.7-f2f9008b8",
65
+ "@libp2p/interface": "2.2.1-f2f9008b8",
66
+ "@libp2p/peer-id": "5.0.8-f2f9008b8",
67
+ "@libp2p/utils": "6.2.1-f2f9008b8",
68
+ "@multiformats/multiaddr": "^12.3.3",
69
+ "multiformats": "^13.3.1",
70
+ "protons-runtime": "^5.5.0",
71
71
  "uint8-varint": "^2.0.4",
72
72
  "uint8arraylist": "^2.4.8",
73
73
  "uint8arrays": "^5.1.0"
74
74
  },
75
75
  "devDependencies": {
76
- "aegir": "^44.0.1",
77
- "protons": "^7.5.0"
76
+ "aegir": "^45.0.5",
77
+ "protons": "^7.6.0"
78
78
  },
79
79
  "sideEffects": false
80
80
  }
package/LICENSE DELETED
@@ -1,4 +0,0 @@
1
- This project is dual licensed under MIT and Apache-2.0.
2
-
3
- MIT: https://www.opensource.org/licenses/mit
4
- Apache-2.0: https://www.apache.org/licenses/license-2.0