@libp2p/interface-compliance-tests 6.4.2 → 6.4.3
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 +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/interface-compliance-tests",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.3",
|
|
4
4
|
"description": "Compliance tests for JS libp2p interfaces",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/interface-compliance-tests#readme",
|
|
@@ -104,17 +104,17 @@
|
|
|
104
104
|
"test:electron-main": "aegir test -t electron-main"
|
|
105
105
|
},
|
|
106
106
|
"dependencies": {
|
|
107
|
-
"@libp2p/crypto": "^5.0
|
|
108
|
-
"@libp2p/echo": "^2.1.
|
|
109
|
-
"@libp2p/interface": "^2.
|
|
110
|
-
"@libp2p/interface-internal": "^2.3.
|
|
111
|
-
"@libp2p/logger": "^5.1.
|
|
112
|
-
"@libp2p/memory": "^1.1.
|
|
113
|
-
"@libp2p/multistream-select": "^6.0.
|
|
114
|
-
"@libp2p/peer-collections": "^6.0.
|
|
115
|
-
"@libp2p/peer-id": "^5.1.
|
|
116
|
-
"@libp2p/plaintext": "^2.0.
|
|
117
|
-
"@libp2p/utils": "^6.6.
|
|
107
|
+
"@libp2p/crypto": "^5.1.0",
|
|
108
|
+
"@libp2p/echo": "^2.1.19",
|
|
109
|
+
"@libp2p/interface": "^2.8.0",
|
|
110
|
+
"@libp2p/interface-internal": "^2.3.10",
|
|
111
|
+
"@libp2p/logger": "^5.1.14",
|
|
112
|
+
"@libp2p/memory": "^1.1.5",
|
|
113
|
+
"@libp2p/multistream-select": "^6.0.21",
|
|
114
|
+
"@libp2p/peer-collections": "^6.0.26",
|
|
115
|
+
"@libp2p/peer-id": "^5.1.1",
|
|
116
|
+
"@libp2p/plaintext": "^2.0.21",
|
|
117
|
+
"@libp2p/utils": "^6.6.1",
|
|
118
118
|
"@multiformats/multiaddr": "^12.3.3",
|
|
119
119
|
"@multiformats/multiaddr-matcher": "^1.6.0",
|
|
120
120
|
"abortable-iterator": "^5.1.0",
|
|
@@ -122,17 +122,17 @@
|
|
|
122
122
|
"any-signal": "^4.1.1",
|
|
123
123
|
"delay": "^6.0.0",
|
|
124
124
|
"it-all": "^3.0.6",
|
|
125
|
-
"it-byte-stream": "^
|
|
125
|
+
"it-byte-stream": "^2.0.1",
|
|
126
126
|
"it-drain": "^3.0.7",
|
|
127
127
|
"it-map": "^3.1.1",
|
|
128
128
|
"it-ndjson": "^1.0.7",
|
|
129
129
|
"it-pair": "^2.0.6",
|
|
130
130
|
"it-pipe": "^3.0.1",
|
|
131
|
-
"it-protobuf-stream": "^
|
|
131
|
+
"it-protobuf-stream": "^2.0.1",
|
|
132
132
|
"it-pushable": "^3.2.3",
|
|
133
133
|
"it-stream-types": "^2.0.2",
|
|
134
134
|
"it-to-buffer": "^4.0.7",
|
|
135
|
-
"libp2p": "^2.8.
|
|
135
|
+
"libp2p": "^2.8.3",
|
|
136
136
|
"merge-options": "^3.0.4",
|
|
137
137
|
"p-defer": "^4.0.1",
|
|
138
138
|
"p-event": "^6.0.1",
|