@libp2p/pubsub 8.0.6-91842c93 → 8.0.6-ae36e86b
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": "8.0.6-
|
3
|
+
"version": "8.0.6-ae36e86b",
|
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",
|
@@ -78,12 +78,12 @@
|
|
78
78
|
"test:electron-main": "aegir test -t electron-main"
|
79
79
|
},
|
80
80
|
"dependencies": {
|
81
|
-
"@libp2p/crypto": "2.0.4-
|
82
|
-
"@libp2p/interface": "0.1.2-
|
83
|
-
"@libp2p/interface-internal": "0.1.5-
|
84
|
-
"@libp2p/logger": "3.0.2-
|
85
|
-
"@libp2p/peer-collections": "4.0.4-
|
86
|
-
"@libp2p/peer-id": "3.0.2-
|
81
|
+
"@libp2p/crypto": "2.0.4-ae36e86b",
|
82
|
+
"@libp2p/interface": "0.1.2-ae36e86b",
|
83
|
+
"@libp2p/interface-internal": "0.1.5-ae36e86b",
|
84
|
+
"@libp2p/logger": "3.0.2-ae36e86b",
|
85
|
+
"@libp2p/peer-collections": "4.0.4-ae36e86b",
|
86
|
+
"@libp2p/peer-id": "3.0.2-ae36e86b",
|
87
87
|
"abortable-iterator": "^5.0.1",
|
88
88
|
"it-length-prefixed": "^9.0.1",
|
89
89
|
"it-pipe": "^3.0.1",
|
@@ -94,7 +94,7 @@
|
|
94
94
|
"uint8arrays": "^4.0.6"
|
95
95
|
},
|
96
96
|
"devDependencies": {
|
97
|
-
"@libp2p/peer-id-factory": "3.0.4-
|
97
|
+
"@libp2p/peer-id-factory": "3.0.4-ae36e86b",
|
98
98
|
"@types/sinon": "^10.0.15",
|
99
99
|
"aegir": "^40.0.8",
|
100
100
|
"delay": "^6.0.0",
|