@libp2p/interface-compliance-tests 7.0.9 → 7.0.10-05acd0c35
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/transport/utils.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/transport/utils.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,cAAc,CAAA;AACxC,OAAO,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AACzD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAA;AAClE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAA;AAE3C,wBAAsB,UAAU,CAAE,MAAM,GAAE,OAAO,CAAC,aAAa,CAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IAAE,IAAI,EAAE,IAAI,CAAA;CAAE,CAAC,CAAC,CAuBtG;AAED,wBAAgB,WAAW,CAAE,MAAM,EAAE,GAAG,GAAG,QAAQ,CAElD;AAED,wBAAgB,mBAAmB,CAAE,MAAM,EAAE,GAAG,GAAG,gBAAgB,CAElE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/transport/utils.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/transport/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAA;AACnC,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAA;AACvC,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAC7C,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAA;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAA;AAMrC,MAAM,CAAC,KAAK,UAAU,UAAU,CAAE,SAAiC,EAAE;IACnE,OAAO,YAAY,CAAC;QAClB,UAAU,EAAE;YACV,MAAM,EAAE;SACT;QACD,oBAAoB,EAAE;YACpB,SAAS,EAAE;SACZ;QACD,YAAY,EAAE;YACZ,GAAG,EAAE,CAAC,SAAS,EAAE;SAClB;QACD,eAAe,EAAE;YACf,iBAAiB,EAAE,GAAG,EAAE,CAAC,KAAK;SAC/B;QACD,GAAG,MAAM;QACT,QAAQ,EAAE;YACR,GAAG,MAAM,CAAC,QAAQ;YAClB,IAAI,EAAE,IAAI,CAAC;gBACT,iBAAiB,EAAE,KAAK;gBACxB,OAAO,EAAE,OAAO;aACjB,CAAC;SACH;KACF,CAAC,CAAA;AACJ,CAAC;AAED,MAAM,UAAU,WAAW,CAAE,MAAW;IACtC,OAAO,MAAM,CAAC,UAAU,CAAC,QAAQ,CAAA;AACnC,CAAC;AAED,MAAM,UAAU,mBAAmB,CAAE,MAAW;IAC9C,OAAO,MAAM,CAAC,UAAU,CAAC,gBAAgB,CAAA;AAC3C,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/interface-compliance-tests",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.10-05acd0c35",
|
|
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",
|
|
@@ -81,15 +81,15 @@
|
|
|
81
81
|
"test:electron-main": "aegir test -t electron-main"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@libp2p/crypto": "
|
|
85
|
-
"@libp2p/echo": "
|
|
86
|
-
"@libp2p/interface": "
|
|
87
|
-
"@libp2p/interface-internal": "
|
|
88
|
-
"@libp2p/logger": "
|
|
89
|
-
"@libp2p/memory": "
|
|
90
|
-
"@libp2p/peer-id": "
|
|
91
|
-
"@libp2p/plaintext": "
|
|
92
|
-
"@libp2p/utils": "
|
|
84
|
+
"@libp2p/crypto": "5.1.13-05acd0c35",
|
|
85
|
+
"@libp2p/echo": "3.0.10-05acd0c35",
|
|
86
|
+
"@libp2p/interface": "3.1.0-05acd0c35",
|
|
87
|
+
"@libp2p/interface-internal": "3.0.9-05acd0c35",
|
|
88
|
+
"@libp2p/logger": "6.2.2-05acd0c35",
|
|
89
|
+
"@libp2p/memory": "2.0.9-05acd0c35",
|
|
90
|
+
"@libp2p/peer-id": "6.0.4-05acd0c35",
|
|
91
|
+
"@libp2p/plaintext": "3.0.9-05acd0c35",
|
|
92
|
+
"@libp2p/utils": "7.0.9-05acd0c35",
|
|
93
93
|
"@multiformats/multiaddr": "^13.0.1",
|
|
94
94
|
"@multiformats/multiaddr-matcher": "^3.0.1",
|
|
95
95
|
"aegir": "^47.0.22",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"it-map": "^3.1.4",
|
|
100
100
|
"it-pushable": "^3.2.3",
|
|
101
101
|
"it-to-buffer": "^4.0.10",
|
|
102
|
-
"libp2p": "
|
|
102
|
+
"libp2p": "3.1.2-05acd0c35",
|
|
103
103
|
"p-defer": "^4.0.1",
|
|
104
104
|
"p-event": "^7.0.0",
|
|
105
105
|
"p-retry": "^7.0.0",
|
package/src/transport/utils.ts
CHANGED
package/dist/typedoc-urls.json
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ConnectionEncrypterSetupArgs": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface-compliance-tests.connection-encryption.ConnectionEncrypterSetupArgs.html",
|
|
3
|
-
"./connection-encryption:ConnectionEncrypterSetupArgs": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface-compliance-tests.connection-encryption.ConnectionEncrypterSetupArgs.html",
|
|
4
|
-
"default": "https://libp2p.github.io/js-libp2p/variables/_libp2p_interface-compliance-tests.connection-encryption.default.html",
|
|
5
|
-
"./connection-encryption:default": "https://libp2p.github.io/js-libp2p/variables/_libp2p_interface-compliance-tests.connection-encryption.default.html",
|
|
6
|
-
"TestSetup": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface-compliance-tests.index.TestSetup.html",
|
|
7
|
-
".:TestSetup": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface-compliance-tests.index.TestSetup.html",
|
|
8
|
-
"./peer-discovery:default": "https://libp2p.github.io/js-libp2p/variables/_libp2p_interface-compliance-tests.peer-discovery.default.html",
|
|
9
|
-
"./stream-muxer:default": "https://libp2p.github.io/js-libp2p/variables/_libp2p_interface-compliance-tests.stream-muxer.default.html",
|
|
10
|
-
"TransportTestFixtures": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface-compliance-tests.transport.TransportTestFixtures.html",
|
|
11
|
-
"./transport:TransportTestFixtures": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface-compliance-tests.transport.TransportTestFixtures.html",
|
|
12
|
-
"./transport:default": "https://libp2p.github.io/js-libp2p/variables/_libp2p_interface-compliance-tests.transport.default.html"
|
|
13
|
-
}
|