@libp2p/peer-collections 6.0.12-8a9258a24 → 6.0.12-99f5f270b

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 +8 -8
  3. package/LICENSE +0 -4
package/README.md CHANGED
@@ -137,7 +137,7 @@ $ npm i @libp2p/peer-collections
137
137
 
138
138
  ## Browser `<script>` tag
139
139
 
140
- Loading this module through a script tag will make it's exports available as `Libp2pPeerCollections` in the global namespace.
140
+ Loading this module through a script tag will make its exports available as `Libp2pPeerCollections` in the global namespace.
141
141
 
142
142
  ```html
143
143
  <script src="https://unpkg.com/@libp2p/peer-collections/dist/index.min.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/peer-collections",
3
- "version": "6.0.12-8a9258a24",
3
+ "version": "6.0.12-99f5f270b",
4
4
  "description": "Stores values against a peer id",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/peer-collections#readme",
@@ -54,16 +54,16 @@
54
54
  "test:electron-main": "aegir test -t electron-main"
55
55
  },
56
56
  "dependencies": {
57
- "@libp2p/interface": "2.2.1-8a9258a24",
58
- "@libp2p/peer-id": "5.0.8-8a9258a24",
59
- "@libp2p/utils": "6.2.1-8a9258a24",
60
- "multiformats": "^13.2.2"
57
+ "@libp2p/interface": "2.2.1-99f5f270b",
58
+ "@libp2p/peer-id": "5.0.8-99f5f270b",
59
+ "@libp2p/utils": "6.2.1-99f5f270b",
60
+ "multiformats": "^13.3.1"
61
61
  },
62
62
  "devDependencies": {
63
- "@libp2p/crypto": "5.0.7-8a9258a24",
63
+ "@libp2p/crypto": "5.0.7-99f5f270b",
64
64
  "@types/sinon": "^17.0.3",
65
- "aegir": "^44.0.1",
66
- "sinon": "^18.0.0",
65
+ "aegir": "^45.0.5",
66
+ "sinon": "^19.0.2",
67
67
  "sinon-ts": "^2.0.0"
68
68
  },
69
69
  "sideEffects": false
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