@libp2p/floodsub 10.1.11-3650283f7 → 10.1.11-406b3916c
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 +14 -14
- package/LICENSE +0 -4
package/README.md
CHANGED
@@ -62,7 +62,7 @@ $ npm i @libp2p/floodsub
|
|
62
62
|
|
63
63
|
## Browser `<script>` tag
|
64
64
|
|
65
|
-
Loading this module through a script tag will make
|
65
|
+
Loading this module through a script tag will make its exports available as `Libp2pFloodsub` in the global namespace.
|
66
66
|
|
67
67
|
```html
|
68
68
|
<script src="https://unpkg.com/@libp2p/floodsub/dist/index.min.js"></script>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/floodsub",
|
3
|
-
"version": "10.1.11-
|
3
|
+
"version": "10.1.11-406b3916c",
|
4
4
|
"description": "libp2p-floodsub, also known as pubsub-flood or just dumbsub, this implementation of pubsub focused on delivering an API for Publish/Subscribe, but with no CastTree Forming (it just floods the network).",
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/pubsub-floodsub#readme",
|
@@ -60,25 +60,25 @@
|
|
60
60
|
"test:electron-main": "aegir test -t electron-main"
|
61
61
|
},
|
62
62
|
"dependencies": {
|
63
|
-
"@libp2p/interface": "2.2.1-
|
64
|
-
"@libp2p/pubsub": "10.0.12-
|
65
|
-
"protons-runtime": "^5.
|
63
|
+
"@libp2p/interface": "2.2.1-406b3916c",
|
64
|
+
"@libp2p/pubsub": "10.0.12-406b3916c",
|
65
|
+
"protons-runtime": "^5.5.0",
|
66
66
|
"uint8arraylist": "^2.4.8",
|
67
67
|
"uint8arrays": "^5.1.0"
|
68
68
|
},
|
69
69
|
"devDependencies": {
|
70
|
-
"@libp2p/crypto": "5.0.7-
|
71
|
-
"@libp2p/interface-compliance-tests": "6.1.11-
|
72
|
-
"@libp2p/logger": "5.1.4-
|
73
|
-
"@libp2p/peer-collections": "6.0.12-
|
74
|
-
"@libp2p/peer-id": "5.0.8-
|
75
|
-
"@multiformats/multiaddr": "^12.
|
70
|
+
"@libp2p/crypto": "5.0.7-406b3916c",
|
71
|
+
"@libp2p/interface-compliance-tests": "6.1.11-406b3916c",
|
72
|
+
"@libp2p/logger": "5.1.4-406b3916c",
|
73
|
+
"@libp2p/peer-collections": "6.0.12-406b3916c",
|
74
|
+
"@libp2p/peer-id": "5.0.8-406b3916c",
|
75
|
+
"@multiformats/multiaddr": "^12.3.3",
|
76
76
|
"@types/sinon": "^17.0.3",
|
77
|
-
"aegir": "^
|
78
|
-
"multiformats": "^13.1
|
77
|
+
"aegir": "^45.0.5",
|
78
|
+
"multiformats": "^13.3.1",
|
79
79
|
"p-wait-for": "^5.0.2",
|
80
|
-
"protons": "^7.
|
81
|
-
"sinon": "^
|
80
|
+
"protons": "^7.6.0",
|
81
|
+
"sinon": "^19.0.2"
|
82
82
|
},
|
83
83
|
"sideEffects": false
|
84
84
|
}
|
package/LICENSE
DELETED