@streamr/node 103.0.0-rc.15 → 103.0.0-rc.17

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamr/node",
3
- "version": "103.0.0-rc.15",
3
+ "version": "103.0.0-rc.17",
4
4
  "description": "A full-featured node implementation for the Streamr Network",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,11 +37,11 @@
37
37
  "author": "Streamr Network AG <contact@streamr.network>",
38
38
  "license": "STREAMR NETWORK OPEN SOURCE LICENSE",
39
39
  "dependencies": {
40
- "@inquirer/prompts": "^7.5.0",
40
+ "@inquirer/prompts": "^7.5.1",
41
41
  "@streamr/config": "^5.5.6",
42
- "@streamr/dht": "103.0.0-rc.15",
43
- "@streamr/sdk": "103.0.0-rc.15",
44
- "@streamr/utils": "103.0.0-rc.15",
42
+ "@streamr/dht": "103.0.0-rc.17",
43
+ "@streamr/sdk": "103.0.0-rc.17",
44
+ "@streamr/utils": "103.0.0-rc.17",
45
45
  "aedes": "^0.51.3",
46
46
  "ajv": "^8.17.1",
47
47
  "ajv-formats": "^3.0.1",
@@ -65,8 +65,8 @@
65
65
  "devDependencies": {
66
66
  "@inquirer/testing": "^2.1.46",
67
67
  "@streamr/network-contracts": "^9.1.0",
68
- "@streamr/test-utils": "103.0.0-rc.15",
69
- "@types/cors": "^2.8.17",
68
+ "@streamr/test-utils": "103.0.0-rc.17",
69
+ "@types/cors": "^2.8.18",
70
70
  "@types/express": "^5.0.1",
71
71
  "@types/heap": "^0.2.34",
72
72
  "@types/lodash": "^4.17.16",
@@ -77,6 +77,6 @@
77
77
  "@types/ws": "^8.18.1",
78
78
  "async-mqtt": "^2.6.1",
79
79
  "stream-to-array": "^2.3.0",
80
- "supertest": "^7.1.0"
80
+ "supertest": "^7.1.1"
81
81
  }
82
82
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamr/node",
3
- "version": "103.0.0-rc.15",
3
+ "version": "103.0.0-rc.17",
4
4
  "description": "A full-featured node implementation for the Streamr Network",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,11 +37,11 @@
37
37
  "author": "Streamr Network AG <contact@streamr.network>",
38
38
  "license": "STREAMR NETWORK OPEN SOURCE LICENSE",
39
39
  "dependencies": {
40
- "@inquirer/prompts": "^7.5.0",
40
+ "@inquirer/prompts": "^7.5.1",
41
41
  "@streamr/config": "^5.5.6",
42
- "@streamr/dht": "103.0.0-rc.15",
43
- "@streamr/sdk": "103.0.0-rc.15",
44
- "@streamr/utils": "103.0.0-rc.15",
42
+ "@streamr/dht": "103.0.0-rc.17",
43
+ "@streamr/sdk": "103.0.0-rc.17",
44
+ "@streamr/utils": "103.0.0-rc.17",
45
45
  "aedes": "^0.51.3",
46
46
  "ajv": "^8.17.1",
47
47
  "ajv-formats": "^3.0.1",
@@ -65,8 +65,8 @@
65
65
  "devDependencies": {
66
66
  "@inquirer/testing": "^2.1.46",
67
67
  "@streamr/network-contracts": "^9.1.0",
68
- "@streamr/test-utils": "103.0.0-rc.15",
69
- "@types/cors": "^2.8.17",
68
+ "@streamr/test-utils": "103.0.0-rc.17",
69
+ "@types/cors": "^2.8.18",
70
70
  "@types/express": "^5.0.1",
71
71
  "@types/heap": "^0.2.34",
72
72
  "@types/lodash": "^4.17.16",
@@ -77,6 +77,6 @@
77
77
  "@types/ws": "^8.18.1",
78
78
  "async-mqtt": "^2.6.1",
79
79
  "stream-to-array": "^2.3.0",
80
- "supertest": "^7.1.0"
80
+ "supertest": "^7.1.1"
81
81
  }
82
82
  }