@libp2p/interface-compliance-tests 5.1.2 → 5.1.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 +16 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/interface-compliance-tests",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.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",
|
|
@@ -11,6 +11,10 @@
|
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/libp2p/js-libp2p/issues"
|
|
13
13
|
},
|
|
14
|
+
"publishConfig": {
|
|
15
|
+
"access": "public",
|
|
16
|
+
"provenance": true
|
|
17
|
+
},
|
|
14
18
|
"keywords": [
|
|
15
19
|
"interface",
|
|
16
20
|
"libp2p"
|
|
@@ -103,14 +107,14 @@
|
|
|
103
107
|
"test:electron-main": "aegir test -t electron-main"
|
|
104
108
|
},
|
|
105
109
|
"dependencies": {
|
|
106
|
-
"@libp2p/interface": "^1.1.
|
|
107
|
-
"@libp2p/interface-internal": "^1.0.
|
|
108
|
-
"@libp2p/logger": "^4.0.
|
|
109
|
-
"@libp2p/multistream-select": "^5.1.
|
|
110
|
-
"@libp2p/peer-collections": "^5.1.
|
|
111
|
-
"@libp2p/peer-id": "^4.0.
|
|
112
|
-
"@libp2p/peer-id-factory": "^4.0.
|
|
113
|
-
"@libp2p/utils": "^5.2.
|
|
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",
|
|
114
118
|
"@multiformats/multiaddr": "^12.1.10",
|
|
115
119
|
"abortable-iterator": "^5.0.1",
|
|
116
120
|
"aegir": "^42.0.0",
|
|
@@ -121,8 +125,8 @@
|
|
|
121
125
|
"it-ndjson": "^1.0.3",
|
|
122
126
|
"it-pair": "^2.0.6",
|
|
123
127
|
"it-pipe": "^3.0.1",
|
|
124
|
-
"it-protobuf-stream": "^1.
|
|
125
|
-
"it-pushable": "^3.2.
|
|
128
|
+
"it-protobuf-stream": "^1.1.1",
|
|
129
|
+
"it-pushable": "^3.2.3",
|
|
126
130
|
"it-stream-types": "^2.0.1",
|
|
127
131
|
"it-to-buffer": "^4.0.2",
|
|
128
132
|
"merge-options": "^3.0.4",
|
|
@@ -132,7 +136,7 @@
|
|
|
132
136
|
"p-wait-for": "^5.0.2",
|
|
133
137
|
"protons-runtime": "^5.0.0",
|
|
134
138
|
"sinon": "^17.0.0",
|
|
135
|
-
"uint8arraylist": "^2.4.
|
|
139
|
+
"uint8arraylist": "^2.4.7",
|
|
136
140
|
"uint8arrays": "^5.0.0"
|
|
137
141
|
},
|
|
138
142
|
"devDependencies": {
|