@libp2p/pubsub 9.0.9 → 9.0.10-fb7c51c3c

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.
package/README.md CHANGED
@@ -5,20 +5,6 @@
5
5
 
6
6
  > libp2p pubsub base class
7
7
 
8
- # About
9
-
10
- A set of components to be extended in order to create a pubsub implementation.
11
-
12
- ## Example
13
-
14
- ```javascript
15
- import { PubSubBaseProtocol } from '@libp2p/pubsub'
16
-
17
- class MyPubsubImplementation extends PubSubBaseProtocol {
18
- // .. extra methods here
19
- }
20
- ```
21
-
22
8
  # Install
23
9
 
24
10
  ```console
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/pubsub",
3
- "version": "9.0.9",
3
+ "version": "9.0.10-fb7c51c3c",
4
4
  "description": "libp2p pubsub base class",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/pubsub#readme",
@@ -83,12 +83,12 @@
83
83
  "test:electron-main": "aegir test -t electron-main"
84
84
  },
85
85
  "dependencies": {
86
- "@libp2p/crypto": "^4.0.2",
87
- "@libp2p/interface": "^1.1.3",
88
- "@libp2p/interface-internal": "^1.0.8",
89
- "@libp2p/peer-collections": "^5.1.6",
90
- "@libp2p/peer-id": "^4.0.6",
91
- "@libp2p/utils": "^5.2.4",
86
+ "@libp2p/crypto": "4.0.2-fb7c51c3c",
87
+ "@libp2p/interface": "1.1.3-fb7c51c3c",
88
+ "@libp2p/interface-internal": "1.0.8-fb7c51c3c",
89
+ "@libp2p/peer-collections": "5.1.6-fb7c51c3c",
90
+ "@libp2p/peer-id": "4.0.6-fb7c51c3c",
91
+ "@libp2p/utils": "5.2.5-fb7c51c3c",
92
92
  "it-length-prefixed": "^9.0.4",
93
93
  "it-pipe": "^3.0.1",
94
94
  "it-pushable": "^3.2.3",
@@ -98,8 +98,8 @@
98
98
  "uint8arrays": "^5.0.1"
99
99
  },
100
100
  "devDependencies": {
101
- "@libp2p/logger": "^4.0.6",
102
- "@libp2p/peer-id-factory": "^4.0.6",
101
+ "@libp2p/logger": "4.0.6-fb7c51c3c",
102
+ "@libp2p/peer-id-factory": "4.0.6-fb7c51c3c",
103
103
  "@types/sinon": "^17.0.3",
104
104
  "aegir": "^42.2.3",
105
105
  "delay": "^6.0.0",
@@ -1,32 +0,0 @@
1
- {
2
- "codes": "https://libp2p.github.io/js-libp2p/variables/_libp2p_pubsub.errors.codes.html",
3
- "./errors:codes": "https://libp2p.github.io/js-libp2p/variables/_libp2p_pubsub.errors.codes.html",
4
- "PubSubBaseProtocol": "https://libp2p.github.io/js-libp2p/classes/_libp2p_pubsub.index.PubSubBaseProtocol.html",
5
- ".:PubSubBaseProtocol": "https://libp2p.github.io/js-libp2p/classes/_libp2p_pubsub.index.PubSubBaseProtocol.html",
6
- "PubSubComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pubsub.index.PubSubComponents.html",
7
- ".:PubSubComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pubsub.index.PubSubComponents.html",
8
- "PeerStreams": "https://libp2p.github.io/js-libp2p/classes/_libp2p_pubsub.peer_streams.PeerStreams.html",
9
- "./peer-streams:PeerStreams": "https://libp2p.github.io/js-libp2p/classes/_libp2p_pubsub.peer_streams.PeerStreams.html",
10
- "PeerStreamsComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pubsub.peer_streams.PeerStreamsComponents.html",
11
- "./peer-streams:PeerStreamsComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pubsub.peer_streams.PeerStreamsComponents.html",
12
- "PeerStreamsInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pubsub.peer_streams.PeerStreamsInit.html",
13
- "./peer-streams:PeerStreamsInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pubsub.peer_streams.PeerStreamsInit.html",
14
- "anyMatch": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.anyMatch.html",
15
- "./utils:anyMatch": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.anyMatch.html",
16
- "bigIntFromBytes": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.bigIntFromBytes.html",
17
- "./utils:bigIntFromBytes": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.bigIntFromBytes.html",
18
- "bigIntToBytes": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.bigIntToBytes.html",
19
- "./utils:bigIntToBytes": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.bigIntToBytes.html",
20
- "ensureArray": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.ensureArray.html",
21
- "./utils:ensureArray": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.ensureArray.html",
22
- "msgId": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.msgId.html",
23
- "./utils:msgId": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.msgId.html",
24
- "noSignMsgId": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.noSignMsgId.html",
25
- "./utils:noSignMsgId": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.noSignMsgId.html",
26
- "randomSeqno": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.randomSeqno.html",
27
- "./utils:randomSeqno": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.randomSeqno.html",
28
- "toMessage": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.toMessage.html",
29
- "./utils:toMessage": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.toMessage.html",
30
- "toRpcMessage": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.toRpcMessage.html",
31
- "./utils:toRpcMessage": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.toRpcMessage.html"
32
- }