@libp2p/circuit-relay-v2 3.1.3-8a9258a24 → 3.1.3-a0c8ceb99
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +23 -23
- package/LICENSE +0 -4
package/README.md
CHANGED
@@ -69,7 +69,7 @@ $ npm i @libp2p/circuit-relay-v2
|
|
69
69
|
|
70
70
|
## Browser `<script>` tag
|
71
71
|
|
72
|
-
Loading this module through a script tag will make
|
72
|
+
Loading this module through a script tag will make its exports available as `Libp2pCircuitRelayV2` in the global namespace.
|
73
73
|
|
74
74
|
```html
|
75
75
|
<script src="https://unpkg.com/@libp2p/circuit-relay-v2/dist/index.min.js"></script>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/circuit-relay-v2",
|
3
|
-
"version": "3.1.3-
|
3
|
+
"version": "3.1.3-a0c8ceb99",
|
4
4
|
"description": "Implementation of Circuit Relay v2",
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/transport-circuit-relay-v2#readme",
|
@@ -52,39 +52,39 @@
|
|
52
52
|
"doc-check": "aegir doc-check"
|
53
53
|
},
|
54
54
|
"dependencies": {
|
55
|
-
"@libp2p/crypto": "5.0.7-
|
56
|
-
"@libp2p/interface": "2.2.1-
|
57
|
-
"@libp2p/interface-internal": "2.1.1-
|
58
|
-
"@libp2p/peer-collections": "6.0.12-
|
59
|
-
"@libp2p/peer-id": "5.0.8-
|
60
|
-
"@libp2p/peer-record": "8.0.12-
|
61
|
-
"@libp2p/utils": "6.2.1-
|
62
|
-
"@multiformats/multiaddr": "^12.
|
63
|
-
"@multiformats/multiaddr-matcher": "^1.
|
55
|
+
"@libp2p/crypto": "5.0.7-a0c8ceb99",
|
56
|
+
"@libp2p/interface": "2.2.1-a0c8ceb99",
|
57
|
+
"@libp2p/interface-internal": "2.1.1-a0c8ceb99",
|
58
|
+
"@libp2p/peer-collections": "6.0.12-a0c8ceb99",
|
59
|
+
"@libp2p/peer-id": "5.0.8-a0c8ceb99",
|
60
|
+
"@libp2p/peer-record": "8.0.12-a0c8ceb99",
|
61
|
+
"@libp2p/utils": "6.2.1-a0c8ceb99",
|
62
|
+
"@multiformats/multiaddr": "^12.3.3",
|
63
|
+
"@multiformats/multiaddr-matcher": "^1.6.0",
|
64
64
|
"any-signal": "^4.1.1",
|
65
|
-
"it-protobuf-stream": "^1.1.
|
66
|
-
"it-stream-types": "^2.0.
|
67
|
-
"multiformats": "^13.1
|
68
|
-
"nanoid": "^5.0.
|
69
|
-
"progress-events": "^1.0.
|
70
|
-
"protons-runtime": "^5.
|
71
|
-
"retimeable-signal": "^
|
65
|
+
"it-protobuf-stream": "^1.1.5",
|
66
|
+
"it-stream-types": "^2.0.2",
|
67
|
+
"multiformats": "^13.3.1",
|
68
|
+
"nanoid": "^5.0.9",
|
69
|
+
"progress-events": "^1.0.1",
|
70
|
+
"protons-runtime": "^5.5.0",
|
71
|
+
"retimeable-signal": "^1.0.0",
|
72
72
|
"uint8arraylist": "^2.4.8",
|
73
73
|
"uint8arrays": "^5.1.0"
|
74
74
|
},
|
75
75
|
"devDependencies": {
|
76
|
-
"@libp2p/interface-compliance-tests": "6.1.11-
|
77
|
-
"@libp2p/logger": "5.1.4-
|
78
|
-
"aegir": "^
|
76
|
+
"@libp2p/interface-compliance-tests": "6.1.11-a0c8ceb99",
|
77
|
+
"@libp2p/logger": "5.1.4-a0c8ceb99",
|
78
|
+
"aegir": "^45.0.5",
|
79
79
|
"delay": "^6.0.0",
|
80
80
|
"it-drain": "^3.0.7",
|
81
81
|
"it-pair": "^2.0.6",
|
82
82
|
"it-pushable": "^3.2.3",
|
83
83
|
"it-to-buffer": "^4.0.7",
|
84
84
|
"p-wait-for": "^5.0.2",
|
85
|
-
"protons": "^7.
|
86
|
-
"race-signal": "^1.0
|
87
|
-
"sinon": "^
|
85
|
+
"protons": "^7.6.0",
|
86
|
+
"race-signal": "^1.1.0",
|
87
|
+
"sinon": "^19.0.2",
|
88
88
|
"sinon-ts": "^2.0.0"
|
89
89
|
},
|
90
90
|
"sideEffects": false
|
package/LICENSE
DELETED