@streamr/node 103.1.0-rc.3 → 103.1.0-rc.4

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.1.0-rc.3",
3
+ "version": "103.1.0-rc.4",
4
4
  "description": "A full-featured node implementation for the Streamr Network",
5
5
  "repository": {
6
6
  "type": "git",
@@ -39,9 +39,9 @@
39
39
  "dependencies": {
40
40
  "@inquirer/prompts": "^7.8.0",
41
41
  "@streamr/config": "^5.9.0",
42
- "@streamr/dht": "103.1.0-rc.3",
43
- "@streamr/sdk": "103.1.0-rc.3",
44
- "@streamr/utils": "103.1.0-rc.3",
42
+ "@streamr/dht": "103.1.0-rc.4",
43
+ "@streamr/sdk": "103.1.0-rc.4",
44
+ "@streamr/utils": "103.1.0-rc.4",
45
45
  "aedes": "^0.51.3",
46
46
  "ajv": "^8.17.1",
47
47
  "ajv-formats": "^3.0.1",
@@ -65,7 +65,7 @@
65
65
  "devDependencies": {
66
66
  "@inquirer/testing": "^2.1.49",
67
67
  "@streamr/network-contracts": "^9.1.0",
68
- "@streamr/test-utils": "103.1.0-rc.3",
68
+ "@streamr/test-utils": "103.1.0-rc.4",
69
69
  "@types/cors": "^2.8.19",
70
70
  "@types/express": "^5.0.1",
71
71
  "@types/heap": "^0.2.34",
@@ -16,7 +16,7 @@
16
16
  "maxSponsorshipCount": {
17
17
  "type": "integer",
18
18
  "description": "Maximum count of sponsorships which are staked at any given time",
19
- "minimum": 1,
19
+ "minimum": 0,
20
20
  "default": 25
21
21
  },
22
22
  "minTransactionDataTokenAmount": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamr/node",
3
- "version": "103.1.0-rc.3",
3
+ "version": "103.1.0-rc.4",
4
4
  "description": "A full-featured node implementation for the Streamr Network",
5
5
  "repository": {
6
6
  "type": "git",
@@ -39,9 +39,9 @@
39
39
  "dependencies": {
40
40
  "@inquirer/prompts": "^7.8.0",
41
41
  "@streamr/config": "^5.9.0",
42
- "@streamr/dht": "103.1.0-rc.3",
43
- "@streamr/sdk": "103.1.0-rc.3",
44
- "@streamr/utils": "103.1.0-rc.3",
42
+ "@streamr/dht": "103.1.0-rc.4",
43
+ "@streamr/sdk": "103.1.0-rc.4",
44
+ "@streamr/utils": "103.1.0-rc.4",
45
45
  "aedes": "^0.51.3",
46
46
  "ajv": "^8.17.1",
47
47
  "ajv-formats": "^3.0.1",
@@ -65,7 +65,7 @@
65
65
  "devDependencies": {
66
66
  "@inquirer/testing": "^2.1.49",
67
67
  "@streamr/network-contracts": "^9.1.0",
68
- "@streamr/test-utils": "103.1.0-rc.3",
68
+ "@streamr/test-utils": "103.1.0-rc.4",
69
69
  "@types/cors": "^2.8.19",
70
70
  "@types/express": "^5.0.1",
71
71
  "@types/heap": "^0.2.34",