@libp2p/pubsub 8.0.5-f3fd7b62 → 8.0.6-28794fe4
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/dist/index.min.js +12 -15
- package/package.json +10 -9
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/pubsub",
|
3
|
-
"version": "8.0.
|
3
|
+
"version": "8.0.6-28794fe4",
|
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",
|
@@ -60,6 +60,7 @@
|
|
60
60
|
"eslintConfig": {
|
61
61
|
"extends": "ipfs",
|
62
62
|
"parserOptions": {
|
63
|
+
"project": true,
|
63
64
|
"sourceType": "module"
|
64
65
|
}
|
65
66
|
},
|
@@ -78,12 +79,12 @@
|
|
78
79
|
"test:electron-main": "aegir test -t electron-main"
|
79
80
|
},
|
80
81
|
"dependencies": {
|
81
|
-
"@libp2p/crypto": "2.0.
|
82
|
-
"@libp2p/interface": "0.1.2-
|
83
|
-
"@libp2p/interface-internal": "0.1.
|
84
|
-
"@libp2p/logger": "3.0.2-
|
85
|
-
"@libp2p/peer-collections": "4.0.
|
86
|
-
"@libp2p/peer-id": "3.0.2-
|
82
|
+
"@libp2p/crypto": "2.0.4-28794fe4",
|
83
|
+
"@libp2p/interface": "0.1.2-28794fe4",
|
84
|
+
"@libp2p/interface-internal": "0.1.5-28794fe4",
|
85
|
+
"@libp2p/logger": "3.0.2-28794fe4",
|
86
|
+
"@libp2p/peer-collections": "4.0.4-28794fe4",
|
87
|
+
"@libp2p/peer-id": "3.0.2-28794fe4",
|
87
88
|
"abortable-iterator": "^5.0.1",
|
88
89
|
"it-length-prefixed": "^9.0.1",
|
89
90
|
"it-pipe": "^3.0.1",
|
@@ -94,7 +95,7 @@
|
|
94
95
|
"uint8arrays": "^4.0.6"
|
95
96
|
},
|
96
97
|
"devDependencies": {
|
97
|
-
"@libp2p/peer-id-factory": "3.0.
|
98
|
+
"@libp2p/peer-id-factory": "3.0.4-28794fe4",
|
98
99
|
"@types/sinon": "^10.0.15",
|
99
100
|
"aegir": "^40.0.8",
|
100
101
|
"delay": "^6.0.0",
|
@@ -103,6 +104,6 @@
|
|
103
104
|
"p-wait-for": "^5.0.2",
|
104
105
|
"protons": "^7.0.2",
|
105
106
|
"protons-runtime": "^5.0.0",
|
106
|
-
"sinon": "^
|
107
|
+
"sinon": "^16.0.0"
|
107
108
|
}
|
108
109
|
}
|