@libp2p/kad-dht 14.1.3-3650283f7 → 14.1.3-406b3916c
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 +33 -33
- package/LICENSE +0 -4
package/README.md
CHANGED
@@ -146,7 +146,7 @@ $ npm i @libp2p/kad-dht
|
|
146
146
|
|
147
147
|
## Browser `<script>` tag
|
148
148
|
|
149
|
-
Loading this module through a script tag will make
|
149
|
+
Loading this module through a script tag will make its exports available as `Libp2pKadDht` in the global namespace.
|
150
150
|
|
151
151
|
```html
|
152
152
|
<script src="https://unpkg.com/@libp2p/kad-dht/dist/index.min.js"></script>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/kad-dht",
|
3
|
-
"version": "14.1.3-
|
3
|
+
"version": "14.1.3-406b3916c",
|
4
4
|
"description": "JavaScript implementation of the Kad-DHT for libp2p",
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/kad-dht#readme",
|
@@ -57,60 +57,60 @@
|
|
57
57
|
"doc-check": "aegir doc-check"
|
58
58
|
},
|
59
59
|
"dependencies": {
|
60
|
-
"@libp2p/crypto": "5.0.7-
|
61
|
-
"@libp2p/interface": "2.2.1-
|
62
|
-
"@libp2p/interface-internal": "2.1.1-
|
63
|
-
"@libp2p/peer-collections": "6.0.12-
|
64
|
-
"@libp2p/peer-id": "5.0.8-
|
65
|
-
"@libp2p/record": "4.0.4-
|
66
|
-
"@libp2p/utils": "6.2.1-
|
67
|
-
"@multiformats/multiaddr": "^12.
|
60
|
+
"@libp2p/crypto": "5.0.7-406b3916c",
|
61
|
+
"@libp2p/interface": "2.2.1-406b3916c",
|
62
|
+
"@libp2p/interface-internal": "2.1.1-406b3916c",
|
63
|
+
"@libp2p/peer-collections": "6.0.12-406b3916c",
|
64
|
+
"@libp2p/peer-id": "5.0.8-406b3916c",
|
65
|
+
"@libp2p/record": "4.0.4-406b3916c",
|
66
|
+
"@libp2p/utils": "6.2.1-406b3916c",
|
67
|
+
"@multiformats/multiaddr": "^12.3.3",
|
68
68
|
"any-signal": "^4.1.1",
|
69
|
-
"interface-datastore": "^8.3.
|
69
|
+
"interface-datastore": "^8.3.1",
|
70
70
|
"it-all": "^3.0.6",
|
71
71
|
"it-drain": "^3.0.7",
|
72
72
|
"it-length": "^3.0.6",
|
73
|
-
"it-length-prefixed": "^9.0
|
74
|
-
"it-map": "^3.1.
|
73
|
+
"it-length-prefixed": "^9.1.0",
|
74
|
+
"it-map": "^3.1.1",
|
75
75
|
"it-merge": "^3.0.5",
|
76
|
-
"it-parallel": "^3.0.
|
76
|
+
"it-parallel": "^3.0.8",
|
77
77
|
"it-pipe": "^3.0.1",
|
78
|
-
"it-protobuf-stream": "^1.1.
|
79
|
-
"it-take": "^3.0.
|
80
|
-
"mortice": "^3.0.
|
81
|
-
"multiformats": "^13.1
|
78
|
+
"it-protobuf-stream": "^1.1.5",
|
79
|
+
"it-take": "^3.0.6",
|
80
|
+
"mortice": "^3.0.6",
|
81
|
+
"multiformats": "^13.3.1",
|
82
82
|
"p-defer": "^4.0.1",
|
83
83
|
"p-event": "^6.0.1",
|
84
|
-
"progress-events": "^1.0.
|
85
|
-
"protons-runtime": "^5.
|
86
|
-
"race-signal": "^1.0
|
84
|
+
"progress-events": "^1.0.1",
|
85
|
+
"protons-runtime": "^5.5.0",
|
86
|
+
"race-signal": "^1.1.0",
|
87
87
|
"uint8-varint": "^2.0.4",
|
88
88
|
"uint8arraylist": "^2.4.8",
|
89
89
|
"uint8arrays": "^5.1.0"
|
90
90
|
},
|
91
91
|
"devDependencies": {
|
92
|
-
"@libp2p/interface-compliance-tests": "6.1.11-
|
93
|
-
"@libp2p/logger": "5.1.4-
|
94
|
-
"@libp2p/peer-store": "11.0.12-
|
92
|
+
"@libp2p/interface-compliance-tests": "6.1.11-406b3916c",
|
93
|
+
"@libp2p/logger": "5.1.4-406b3916c",
|
94
|
+
"@libp2p/peer-store": "11.0.12-406b3916c",
|
95
95
|
"@types/lodash.random": "^3.2.9",
|
96
96
|
"@types/lodash.range": "^3.2.9",
|
97
97
|
"@types/sinon": "^17.0.3",
|
98
|
-
"@types/which": "^3.0.
|
99
|
-
"aegir": "^
|
100
|
-
"datastore-core": "^10.0.
|
98
|
+
"@types/which": "^3.0.4",
|
99
|
+
"aegir": "^45.0.5",
|
100
|
+
"datastore-core": "^10.0.2",
|
101
101
|
"delay": "^6.0.0",
|
102
|
-
"execa": "^9.1
|
103
|
-
"it-filter": "^3.1.
|
102
|
+
"execa": "^9.5.1",
|
103
|
+
"it-filter": "^3.1.1",
|
104
104
|
"it-last": "^3.0.6",
|
105
105
|
"it-pair": "^2.0.6",
|
106
|
-
"it-stream-types": "^2.0.
|
106
|
+
"it-stream-types": "^2.0.2",
|
107
107
|
"lodash.random": "^3.2.0",
|
108
108
|
"lodash.range": "^3.2.0",
|
109
|
-
"p-retry": "^6.2.
|
110
|
-
"protons": "^7.
|
111
|
-
"sinon": "^
|
109
|
+
"p-retry": "^6.2.1",
|
110
|
+
"protons": "^7.6.0",
|
111
|
+
"sinon": "^19.0.2",
|
112
112
|
"sinon-ts": "^2.0.0",
|
113
|
-
"which": "^
|
113
|
+
"which": "^5.0.0"
|
114
114
|
},
|
115
115
|
"browser": {
|
116
116
|
"./dist/src/routing-table/generated-prefix-list.js": "./dist/src/routing-table/generated-prefix-list-browser.js"
|
package/LICENSE
DELETED