@streamr/dht 101.0.0 → 101.0.1
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/dist/package.json +9 -11
- package/package.json +9 -11
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamr/dht",
|
|
3
|
-
"version": "101.0.
|
|
3
|
+
"version": "101.0.1",
|
|
4
4
|
"description": "Streamr Network DHT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -29,17 +29,17 @@
|
|
|
29
29
|
"@js-sdsl/ordered-map": "^4.4.2",
|
|
30
30
|
"@protobuf-ts/runtime": "^2.8.2",
|
|
31
31
|
"@protobuf-ts/runtime-rpc": "^2.8.2",
|
|
32
|
-
"@streamr/autocertifier-client": "101.0.
|
|
33
|
-
"@streamr/cdn-location": "101.0.
|
|
34
|
-
"@streamr/geoip-location": "101.0.
|
|
35
|
-
"@streamr/proto-rpc": "101.0.
|
|
36
|
-
"@streamr/utils": "101.0.
|
|
32
|
+
"@streamr/autocertifier-client": "101.0.1",
|
|
33
|
+
"@streamr/cdn-location": "101.0.1",
|
|
34
|
+
"@streamr/geoip-location": "101.0.1",
|
|
35
|
+
"@streamr/proto-rpc": "101.0.1",
|
|
36
|
+
"@streamr/utils": "101.0.1",
|
|
37
37
|
"eventemitter3": "^5.0.0",
|
|
38
38
|
"heap": "^0.2.6",
|
|
39
39
|
"ipaddr.js": "^2.0.1",
|
|
40
40
|
"k-bucket": "^5.1.0",
|
|
41
41
|
"lodash": "^4.17.21",
|
|
42
|
-
"lru-cache": "10.
|
|
42
|
+
"lru-cache": "10.4.0",
|
|
43
43
|
"node-datachannel": "^0.10.1",
|
|
44
44
|
"querystring": "0.2.1",
|
|
45
45
|
"uuid": "^10.0.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@streamr/browser-test-runner": "^0.0.1",
|
|
51
|
-
"@streamr/test-utils": "101.0.
|
|
51
|
+
"@streamr/test-utils": "101.0.1",
|
|
52
52
|
"@types/heap": "^0.2.34",
|
|
53
53
|
"@types/k-bucket": "^5.0.1",
|
|
54
54
|
"@types/lodash": "^4.17.6",
|
|
@@ -57,9 +57,7 @@
|
|
|
57
57
|
"@types/ws": "^8.5.10",
|
|
58
58
|
"jest-leak-detector": "^27.3.1",
|
|
59
59
|
"jest-matcher-utils": "^29.5.0",
|
|
60
|
-
"
|
|
61
|
-
"ts-essentials": "^10.0.1",
|
|
62
|
-
"ts-node": "^10.9.2"
|
|
60
|
+
"ts-essentials": "^10.0.1"
|
|
63
61
|
},
|
|
64
62
|
"optionalDependencies": {
|
|
65
63
|
"bufferutil": "^4.0.8",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamr/dht",
|
|
3
|
-
"version": "101.0.
|
|
3
|
+
"version": "101.0.1",
|
|
4
4
|
"description": "Streamr Network DHT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -29,17 +29,17 @@
|
|
|
29
29
|
"@js-sdsl/ordered-map": "^4.4.2",
|
|
30
30
|
"@protobuf-ts/runtime": "^2.8.2",
|
|
31
31
|
"@protobuf-ts/runtime-rpc": "^2.8.2",
|
|
32
|
-
"@streamr/autocertifier-client": "101.0.
|
|
33
|
-
"@streamr/cdn-location": "101.0.
|
|
34
|
-
"@streamr/geoip-location": "101.0.
|
|
35
|
-
"@streamr/proto-rpc": "101.0.
|
|
36
|
-
"@streamr/utils": "101.0.
|
|
32
|
+
"@streamr/autocertifier-client": "101.0.1",
|
|
33
|
+
"@streamr/cdn-location": "101.0.1",
|
|
34
|
+
"@streamr/geoip-location": "101.0.1",
|
|
35
|
+
"@streamr/proto-rpc": "101.0.1",
|
|
36
|
+
"@streamr/utils": "101.0.1",
|
|
37
37
|
"eventemitter3": "^5.0.0",
|
|
38
38
|
"heap": "^0.2.6",
|
|
39
39
|
"ipaddr.js": "^2.0.1",
|
|
40
40
|
"k-bucket": "^5.1.0",
|
|
41
41
|
"lodash": "^4.17.21",
|
|
42
|
-
"lru-cache": "10.
|
|
42
|
+
"lru-cache": "10.4.0",
|
|
43
43
|
"node-datachannel": "^0.10.1",
|
|
44
44
|
"querystring": "0.2.1",
|
|
45
45
|
"uuid": "^10.0.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@streamr/browser-test-runner": "^0.0.1",
|
|
51
|
-
"@streamr/test-utils": "101.0.
|
|
51
|
+
"@streamr/test-utils": "101.0.1",
|
|
52
52
|
"@types/heap": "^0.2.34",
|
|
53
53
|
"@types/k-bucket": "^5.0.1",
|
|
54
54
|
"@types/lodash": "^4.17.6",
|
|
@@ -57,9 +57,7 @@
|
|
|
57
57
|
"@types/ws": "^8.5.10",
|
|
58
58
|
"jest-leak-detector": "^27.3.1",
|
|
59
59
|
"jest-matcher-utils": "^29.5.0",
|
|
60
|
-
"
|
|
61
|
-
"ts-essentials": "^10.0.1",
|
|
62
|
-
"ts-node": "^10.9.2"
|
|
60
|
+
"ts-essentials": "^10.0.1"
|
|
63
61
|
},
|
|
64
62
|
"optionalDependencies": {
|
|
65
63
|
"bufferutil": "^4.0.8",
|