@libp2p/floodsub 9.0.16 → 9.0.17-90cfd25e2

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -76,8 +76,8 @@ Loading this module through a script tag will make it's exports available as `Li
76
76
 
77
77
  Licensed under either of
78
78
 
79
- - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
80
- - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
79
+ - Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/pubsub-floodsub/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
80
+ - MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/pubsub-floodsub/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
81
81
 
82
82
  # Contribution
83
83
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/floodsub",
3
- "version": "9.0.16",
3
+ "version": "9.0.17-90cfd25e2",
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,17 +60,17 @@
60
60
  "test:electron-main": "aegir test -t electron-main"
61
61
  },
62
62
  "dependencies": {
63
- "@libp2p/interface": "^1.2.0",
64
- "@libp2p/pubsub": "^9.0.15",
63
+ "@libp2p/interface": "1.3.0-90cfd25e2",
64
+ "@libp2p/pubsub": "9.0.16-90cfd25e2",
65
65
  "protons-runtime": "^5.4.0",
66
66
  "uint8arraylist": "^2.4.8",
67
67
  "uint8arrays": "^5.0.3"
68
68
  },
69
69
  "devDependencies": {
70
- "@libp2p/interface-compliance-tests": "^5.4.1",
71
- "@libp2p/logger": "^4.0.10",
72
- "@libp2p/peer-collections": "^5.1.10",
73
- "@libp2p/peer-id-factory": "^4.0.10",
70
+ "@libp2p/interface-compliance-tests": "5.4.2-90cfd25e2",
71
+ "@libp2p/logger": "4.0.11-90cfd25e2",
72
+ "@libp2p/peer-collections": "5.1.11-90cfd25e2",
73
+ "@libp2p/peer-id-factory": "4.1.0-90cfd25e2",
74
74
  "@multiformats/multiaddr": "^12.2.1",
75
75
  "@types/sinon": "^17.0.3",
76
76
  "aegir": "^42.2.5",
@@ -1,11 +0,0 @@
1
- {
2
- "FloodSub": "https://libp2p.github.io/js-libp2p/classes/_libp2p_floodsub.FloodSub.html",
3
- ".:FloodSub": "https://libp2p.github.io/js-libp2p/classes/_libp2p_floodsub.FloodSub.html",
4
- "FloodSubComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_floodsub.FloodSubComponents.html",
5
- ".:FloodSubComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_floodsub.FloodSubComponents.html",
6
- "FloodSubInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_floodsub.FloodSubInit.html",
7
- ".:FloodSubInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_floodsub.FloodSubInit.html",
8
- "multicodec": "https://libp2p.github.io/js-libp2p/variables/_libp2p_floodsub.multicodec.html",
9
- "floodsub": "https://libp2p.github.io/js-libp2p/functions/_libp2p_floodsub.floodsub-1.html",
10
- ".:floodsub": "https://libp2p.github.io/js-libp2p/functions/_libp2p_floodsub.floodsub-1.html"
11
- }