@libp2p/interface-compliance-tests 7.0.15 → 7.0.16-2151144c3
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 +22 -17
- package/dist/typedoc-urls.json +0 -13
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.16-2151144c3",
|
|
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",
|
|
@@ -46,23 +46,28 @@
|
|
|
46
46
|
"exports": {
|
|
47
47
|
".": {
|
|
48
48
|
"types": "./dist/src/index.d.ts",
|
|
49
|
-
"import": "./dist/src/index.js"
|
|
49
|
+
"import": "./dist/src/index.js",
|
|
50
|
+
"module-sync": "./dist/src/index.js"
|
|
50
51
|
},
|
|
51
52
|
"./connection-encryption": {
|
|
52
53
|
"types": "./dist/src/connection-encryption/index.d.ts",
|
|
53
|
-
"import": "./dist/src/connection-encryption/index.js"
|
|
54
|
+
"import": "./dist/src/connection-encryption/index.js",
|
|
55
|
+
"module-sync": "./dist/src/connection-encryption/index.js"
|
|
54
56
|
},
|
|
55
57
|
"./peer-discovery": {
|
|
56
58
|
"types": "./dist/src/peer-discovery/index.d.ts",
|
|
57
|
-
"import": "./dist/src/peer-discovery/index.js"
|
|
59
|
+
"import": "./dist/src/peer-discovery/index.js",
|
|
60
|
+
"module-sync": "./dist/src/peer-discovery/index.js"
|
|
58
61
|
},
|
|
59
62
|
"./stream-muxer": {
|
|
60
63
|
"types": "./dist/src/stream-muxer/index.d.ts",
|
|
61
|
-
"import": "./dist/src/stream-muxer/index.js"
|
|
64
|
+
"import": "./dist/src/stream-muxer/index.js",
|
|
65
|
+
"module-sync": "./dist/src/stream-muxer/index.js"
|
|
62
66
|
},
|
|
63
67
|
"./transport": {
|
|
64
68
|
"types": "./dist/src/transport/index.d.ts",
|
|
65
|
-
"import": "./dist/src/transport/index.js"
|
|
69
|
+
"import": "./dist/src/transport/index.js",
|
|
70
|
+
"module-sync": "./dist/src/transport/index.js"
|
|
66
71
|
}
|
|
67
72
|
},
|
|
68
73
|
"scripts": {
|
|
@@ -81,15 +86,15 @@
|
|
|
81
86
|
"test:electron-main": "aegir test -t electron-main"
|
|
82
87
|
},
|
|
83
88
|
"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": "
|
|
89
|
+
"@libp2p/crypto": "5.1.15-2151144c3",
|
|
90
|
+
"@libp2p/echo": "3.1.0-2151144c3",
|
|
91
|
+
"@libp2p/interface": "3.2.0-2151144c3",
|
|
92
|
+
"@libp2p/interface-internal": "3.1.0-2151144c3",
|
|
93
|
+
"@libp2p/logger": "6.2.4-2151144c3",
|
|
94
|
+
"@libp2p/memory": "2.0.15-2151144c3",
|
|
95
|
+
"@libp2p/peer-id": "6.0.6-2151144c3",
|
|
96
|
+
"@libp2p/plaintext": "3.0.15-2151144c3",
|
|
97
|
+
"@libp2p/utils": "7.0.15-2151144c3",
|
|
93
98
|
"@multiformats/multiaddr": "^13.0.1",
|
|
94
99
|
"@multiformats/multiaddr-matcher": "^3.0.1",
|
|
95
100
|
"aegir": "^47.0.22",
|
|
@@ -99,10 +104,10 @@
|
|
|
99
104
|
"it-map": "^3.1.4",
|
|
100
105
|
"it-pushable": "^3.2.3",
|
|
101
106
|
"it-to-buffer": "^4.0.10",
|
|
102
|
-
"libp2p": "
|
|
107
|
+
"libp2p": "3.2.0-2151144c3",
|
|
103
108
|
"p-defer": "^4.0.1",
|
|
104
109
|
"p-event": "^7.0.0",
|
|
105
|
-
"p-retry": "^
|
|
110
|
+
"p-retry": "^8.0.0",
|
|
106
111
|
"p-wait-for": "^6.0.0",
|
|
107
112
|
"protons-runtime": "^6.0.1",
|
|
108
113
|
"race-signal": "^2.0.0",
|
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
|
-
}
|