@libp2p/pubsub 10.1.12 → 10.1.13-2a7425cdb

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/pubsub",
3
- "version": "10.1.12",
3
+ "version": "10.1.13-2a7425cdb",
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",
@@ -73,29 +73,29 @@
73
73
  "test:electron-main": "aegir test -t electron-main"
74
74
  },
75
75
  "dependencies": {
76
- "@libp2p/crypto": "^5.1.3",
77
- "@libp2p/interface": "^2.10.1",
78
- "@libp2p/interface-internal": "^2.3.13",
79
- "@libp2p/peer-collections": "^6.0.29",
80
- "@libp2p/peer-id": "^5.1.4",
81
- "@libp2p/utils": "^6.6.4",
76
+ "@libp2p/crypto": "5.1.4-2a7425cdb",
77
+ "@libp2p/interface": "2.10.2-2a7425cdb",
78
+ "@libp2p/interface-internal": "2.3.14-2a7425cdb",
79
+ "@libp2p/peer-collections": "6.0.30-2a7425cdb",
80
+ "@libp2p/peer-id": "5.1.5-2a7425cdb",
81
+ "@libp2p/utils": "6.6.5-2a7425cdb",
82
82
  "it-length-prefixed": "^10.0.1",
83
83
  "it-pipe": "^3.0.1",
84
84
  "it-pushable": "^3.2.3",
85
- "multiformats": "^13.3.4",
85
+ "multiformats": "^13.3.6",
86
86
  "p-queue": "^8.1.0",
87
87
  "uint8arraylist": "^2.4.8",
88
88
  "uint8arrays": "^5.1.0"
89
89
  },
90
90
  "devDependencies": {
91
- "@libp2p/logger": "^5.1.17",
91
+ "@libp2p/logger": "5.1.18-2a7425cdb",
92
92
  "@types/sinon": "^17.0.4",
93
- "aegir": "^47.0.6",
93
+ "aegir": "^47.0.14",
94
94
  "delay": "^6.0.0",
95
95
  "it-pair": "^2.0.6",
96
96
  "p-defer": "^4.0.1",
97
97
  "p-wait-for": "^5.0.2",
98
- "protons": "^7.6.0",
98
+ "protons": "^7.6.1",
99
99
  "protons-runtime": "^5.5.0",
100
100
  "sinon": "^20.0.0"
101
101
  },
@@ -1,32 +0,0 @@
1
- {
2
- "PubSubBaseProtocol": "https://libp2p.github.io/js-libp2p/classes/_libp2p_pubsub.index.PubSubBaseProtocol.html",
3
- ".:PubSubBaseProtocol": "https://libp2p.github.io/js-libp2p/classes/_libp2p_pubsub.index.PubSubBaseProtocol.html",
4
- "PubSubComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pubsub.index.PubSubComponents.html",
5
- ".:PubSubComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pubsub.index.PubSubComponents.html",
6
- "PeerStreams": "https://libp2p.github.io/js-libp2p/classes/_libp2p_pubsub.peer-streams.PeerStreams.html",
7
- "./peer-streams:PeerStreams": "https://libp2p.github.io/js-libp2p/classes/_libp2p_pubsub.peer-streams.PeerStreams.html",
8
- "DecoderOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pubsub.peer-streams.DecoderOptions.html",
9
- "./peer-streams:DecoderOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pubsub.peer-streams.DecoderOptions.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
- }