@libp2p/interface-compliance-tests 5.1.3-3e47d88fd → 5.1.3-74477f6ea
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 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/interface-compliance-tests",
|
|
3
|
-
"version": "5.1.3-
|
|
3
|
+
"version": "5.1.3-74477f6ea",
|
|
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",
|
|
@@ -107,14 +107,14 @@
|
|
|
107
107
|
"test:electron-main": "aegir test -t electron-main"
|
|
108
108
|
},
|
|
109
109
|
"dependencies": {
|
|
110
|
-
"@libp2p/interface": "1.1.2-
|
|
111
|
-
"@libp2p/interface-internal": "1.0.7-
|
|
112
|
-
"@libp2p/logger": "4.0.5-
|
|
113
|
-
"@libp2p/multistream-select": "5.1.2-
|
|
114
|
-
"@libp2p/peer-collections": "5.1.5-
|
|
115
|
-
"@libp2p/peer-id": "4.0.5-
|
|
116
|
-
"@libp2p/peer-id-factory": "4.0.5-
|
|
117
|
-
"@libp2p/utils": "5.2.2-
|
|
110
|
+
"@libp2p/interface": "1.1.2-74477f6ea",
|
|
111
|
+
"@libp2p/interface-internal": "1.0.7-74477f6ea",
|
|
112
|
+
"@libp2p/logger": "4.0.5-74477f6ea",
|
|
113
|
+
"@libp2p/multistream-select": "5.1.2-74477f6ea",
|
|
114
|
+
"@libp2p/peer-collections": "5.1.5-74477f6ea",
|
|
115
|
+
"@libp2p/peer-id": "4.0.5-74477f6ea",
|
|
116
|
+
"@libp2p/peer-id-factory": "4.0.5-74477f6ea",
|
|
117
|
+
"@libp2p/utils": "5.2.2-74477f6ea",
|
|
118
118
|
"@multiformats/multiaddr": "^12.1.10",
|
|
119
119
|
"abortable-iterator": "^5.0.1",
|
|
120
120
|
"aegir": "^42.0.0",
|