@libp2p/pubsub 7.0.3-b36ec7f2 → 7.0.3-c2232166
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 +8 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/pubsub",
|
3
|
-
"version": "7.0.3-
|
3
|
+
"version": "7.0.3-c2232166",
|
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/master/packages/pubsub#readme",
|
@@ -86,12 +86,12 @@
|
|
86
86
|
"test:electron-main": "aegir test -t electron-main"
|
87
87
|
},
|
88
88
|
"dependencies": {
|
89
|
-
"@libp2p/crypto": "1.0.17-
|
90
|
-
"@libp2p/interface": "0.0.1-
|
91
|
-
"@libp2p/interface-internal": "0.0.1-
|
92
|
-
"@libp2p/logger": "2.1.1-
|
93
|
-
"@libp2p/peer-collections": "3.0.2-
|
94
|
-
"@libp2p/peer-id": "2.0.3-
|
89
|
+
"@libp2p/crypto": "1.0.17-c2232166",
|
90
|
+
"@libp2p/interface": "0.0.1-c2232166",
|
91
|
+
"@libp2p/interface-internal": "0.0.1-c2232166",
|
92
|
+
"@libp2p/logger": "2.1.1-c2232166",
|
93
|
+
"@libp2p/peer-collections": "3.0.2-c2232166",
|
94
|
+
"@libp2p/peer-id": "2.0.3-c2232166",
|
95
95
|
"abortable-iterator": "^5.0.1",
|
96
96
|
"it-length-prefixed": "^9.0.1",
|
97
97
|
"it-pipe": "^3.0.1",
|
@@ -102,7 +102,7 @@
|
|
102
102
|
"uint8arrays": "^4.0.4"
|
103
103
|
},
|
104
104
|
"devDependencies": {
|
105
|
-
"@libp2p/peer-id-factory": "2.0.3-
|
105
|
+
"@libp2p/peer-id-factory": "2.0.3-c2232166",
|
106
106
|
"@types/sinon": "^10.0.15",
|
107
107
|
"aegir": "^39.0.13",
|
108
108
|
"delay": "^6.0.0",
|