@libp2p/pubsub 7.0.3-fdd80820 → 8.0.0-8d49602f
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 +9 -13
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/pubsub",
|
3
|
-
"version": "
|
3
|
+
"version": "8.0.0-8d49602f",
|
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",
|
@@ -61,11 +61,7 @@
|
|
61
61
|
"extends": "ipfs",
|
62
62
|
"parserOptions": {
|
63
63
|
"sourceType": "module"
|
64
|
-
}
|
65
|
-
"ignorePatterns": [
|
66
|
-
"test/message/*.d.ts",
|
67
|
-
"test/message/*.js"
|
68
|
-
]
|
64
|
+
}
|
69
65
|
},
|
70
66
|
"scripts": {
|
71
67
|
"clean": "aegir clean",
|
@@ -82,12 +78,12 @@
|
|
82
78
|
"test:electron-main": "aegir test -t electron-main"
|
83
79
|
},
|
84
80
|
"dependencies": {
|
85
|
-
"@libp2p/crypto": "2.0.0-
|
86
|
-
"@libp2p/interface": "0.1.0-
|
87
|
-
"@libp2p/interface-internal": "0.1.0-
|
88
|
-
"@libp2p/logger": "3.0.0-
|
89
|
-
"@libp2p/peer-collections": "4.0.0-
|
90
|
-
"@libp2p/peer-id": "3.0.0-
|
81
|
+
"@libp2p/crypto": "2.0.0-8d49602f",
|
82
|
+
"@libp2p/interface": "0.1.0-8d49602f",
|
83
|
+
"@libp2p/interface-internal": "0.1.0-8d49602f",
|
84
|
+
"@libp2p/logger": "3.0.0-8d49602f",
|
85
|
+
"@libp2p/peer-collections": "4.0.0-8d49602f",
|
86
|
+
"@libp2p/peer-id": "3.0.0-8d49602f",
|
91
87
|
"abortable-iterator": "^5.0.1",
|
92
88
|
"it-length-prefixed": "^9.0.1",
|
93
89
|
"it-pipe": "^3.0.1",
|
@@ -98,7 +94,7 @@
|
|
98
94
|
"uint8arrays": "^4.0.4"
|
99
95
|
},
|
100
96
|
"devDependencies": {
|
101
|
-
"@libp2p/peer-id-factory": "3.0.0-
|
97
|
+
"@libp2p/peer-id-factory": "3.0.0-8d49602f",
|
102
98
|
"@types/sinon": "^10.0.15",
|
103
99
|
"aegir": "^40.0.1",
|
104
100
|
"delay": "^6.0.0",
|