@streamr/dht 100.2.3 → 100.2.4-beta.0

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/README.md CHANGED
@@ -70,7 +70,7 @@ const DhtNode = new DhtNode({
70
70
 
71
71
  ### Setting up a custom DHT network
72
72
 
73
- To setup a custom DHT network outside the Streamr Networks Mumbai or Polygon environments, you simply need to set up one or multiple entry point DhtNodes to the network and point all newly joining DhtNodes to them. It is also a good idea to configure the entry points to know each other. This makes it possible to restart them without causing network partitioning.
73
+ To setup a custom DHT network outside the Streamr Networks Amoy or Polygon environments, you simply need to set up one or multiple entry point DhtNodes to the network and point all newly joining DhtNodes to them. It is also a good idea to configure the entry points to know each other. This makes it possible to restart them without causing network partitioning.
74
74
 
75
75
  ## Development
76
76
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamr/dht",
3
- "version": "100.2.3",
3
+ "version": "100.2.4-beta.0",
4
4
  "description": "Streamr Network DHT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,10 +29,10 @@
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": "100.2.3",
33
- "@streamr/cdn-location": "100.2.3",
34
- "@streamr/proto-rpc": "100.2.3",
35
- "@streamr/utils": "100.2.3",
32
+ "@streamr/autocertifier-client": "100.2.4-beta.0",
33
+ "@streamr/cdn-location": "100.2.4-beta.0",
34
+ "@streamr/proto-rpc": "100.2.4-beta.0",
35
+ "@streamr/utils": "100.2.4-beta.0",
36
36
  "eventemitter3": "^5.0.0",
37
37
  "heap": "^0.2.6",
38
38
  "ipaddr.js": "^2.0.1",
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "devDependencies": {
49
49
  "@streamr/browser-test-runner": "^0.0.1",
50
- "@streamr/test-utils": "100.2.3",
50
+ "@streamr/test-utils": "100.2.4-beta.0",
51
51
  "@types/express": "^4.17.21",
52
52
  "@types/heap": "^0.2.34",
53
53
  "@types/k-bucket": "^5.0.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamr/dht",
3
- "version": "100.2.3",
3
+ "version": "100.2.4-beta.0",
4
4
  "description": "Streamr Network DHT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,10 +29,10 @@
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": "100.2.3",
33
- "@streamr/cdn-location": "100.2.3",
34
- "@streamr/proto-rpc": "100.2.3",
35
- "@streamr/utils": "100.2.3",
32
+ "@streamr/autocertifier-client": "100.2.4-beta.0",
33
+ "@streamr/cdn-location": "100.2.4-beta.0",
34
+ "@streamr/proto-rpc": "100.2.4-beta.0",
35
+ "@streamr/utils": "100.2.4-beta.0",
36
36
  "eventemitter3": "^5.0.0",
37
37
  "heap": "^0.2.6",
38
38
  "ipaddr.js": "^2.0.1",
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "devDependencies": {
49
49
  "@streamr/browser-test-runner": "^0.0.1",
50
- "@streamr/test-utils": "100.2.3",
50
+ "@streamr/test-utils": "100.2.4-beta.0",
51
51
  "@types/express": "^4.17.21",
52
52
  "@types/heap": "^0.2.34",
53
53
  "@types/k-bucket": "^5.0.1",