@libp2p/interface-compliance-tests 5.3.1 → 5.3.2
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/README.md +2 -0
- package/package.json +12 -11
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# @libp2p/interface-compliance-tests
|
|
2
|
+
|
|
1
3
|
[](http://libp2p.io/)
|
|
2
4
|
[](https://discuss.libp2p.io)
|
|
3
5
|
[](https://codecov.io/gh/libp2p/js-libp2p)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/interface-compliance-tests",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.2",
|
|
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",
|
|
@@ -100,6 +100,7 @@
|
|
|
100
100
|
"clean": "aegir clean",
|
|
101
101
|
"lint": "aegir lint",
|
|
102
102
|
"dep-check": "aegir dep-check",
|
|
103
|
+
"doc-check": "aegir doc-check",
|
|
103
104
|
"build": "aegir build",
|
|
104
105
|
"generate": "protons src/stream-muxer/fixtures/pb/message.proto",
|
|
105
106
|
"test": "aegir test",
|
|
@@ -111,17 +112,17 @@
|
|
|
111
112
|
"test:electron-main": "aegir test -t electron-main"
|
|
112
113
|
},
|
|
113
114
|
"dependencies": {
|
|
114
|
-
"@libp2p/interface": "^1.1.
|
|
115
|
-
"@libp2p/interface-internal": "^1.0.
|
|
116
|
-
"@libp2p/logger": "^4.0.
|
|
117
|
-
"@libp2p/multistream-select": "^5.1.
|
|
118
|
-
"@libp2p/peer-collections": "^5.1.
|
|
119
|
-
"@libp2p/peer-id": "^4.0.
|
|
120
|
-
"@libp2p/peer-id-factory": "^4.0.
|
|
121
|
-
"@libp2p/utils": "^5.2.
|
|
115
|
+
"@libp2p/interface": "^1.1.4",
|
|
116
|
+
"@libp2p/interface-internal": "^1.0.9",
|
|
117
|
+
"@libp2p/logger": "^4.0.7",
|
|
118
|
+
"@libp2p/multistream-select": "^5.1.4",
|
|
119
|
+
"@libp2p/peer-collections": "^5.1.7",
|
|
120
|
+
"@libp2p/peer-id": "^4.0.7",
|
|
121
|
+
"@libp2p/peer-id-factory": "^4.0.7",
|
|
122
|
+
"@libp2p/utils": "^5.2.6",
|
|
122
123
|
"@multiformats/multiaddr": "^12.1.14",
|
|
123
124
|
"abortable-iterator": "^5.0.1",
|
|
124
|
-
"aegir": "^42.2.
|
|
125
|
+
"aegir": "^42.2.4",
|
|
125
126
|
"delay": "^6.0.0",
|
|
126
127
|
"it-all": "^3.0.4",
|
|
127
128
|
"it-byte-stream": "^1.0.8",
|
|
@@ -142,7 +143,7 @@
|
|
|
142
143
|
"protons-runtime": "^5.4.0",
|
|
143
144
|
"sinon": "^17.0.1",
|
|
144
145
|
"uint8arraylist": "^2.4.8",
|
|
145
|
-
"uint8arrays": "^5.0.
|
|
146
|
+
"uint8arrays": "^5.0.2"
|
|
146
147
|
},
|
|
147
148
|
"devDependencies": {
|
|
148
149
|
"protons": "^7.5.0"
|