@libp2p/peer-collections 6.0.12-8a9258a24 → 6.0.12-92cc74082
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +8 -8
- 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
|
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-
|
3
|
+
"version": "6.0.12-92cc74082",
|
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-
|
58
|
-
"@libp2p/peer-id": "5.0.8-
|
59
|
-
"@libp2p/utils": "6.2.1-
|
60
|
-
"multiformats": "^13.
|
57
|
+
"@libp2p/interface": "2.2.1-92cc74082",
|
58
|
+
"@libp2p/peer-id": "5.0.8-92cc74082",
|
59
|
+
"@libp2p/utils": "6.2.1-92cc74082",
|
60
|
+
"multiformats": "^13.3.1"
|
61
61
|
},
|
62
62
|
"devDependencies": {
|
63
|
-
"@libp2p/crypto": "5.0.7-
|
63
|
+
"@libp2p/crypto": "5.0.7-92cc74082",
|
64
64
|
"@types/sinon": "^17.0.3",
|
65
|
-
"aegir": "^
|
66
|
-
"sinon": "^
|
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