@streamr/node 103.1.2 → 103.2.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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamr/node",
3
- "version": "103.1.2",
3
+ "version": "103.2.0",
4
4
  "description": "A full-featured node implementation for the Streamr Network",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,8 +25,8 @@
25
25
  "configuration.md"
26
26
  ],
27
27
  "scripts": {
28
- "build": "tsc -b tsconfig.node.json",
29
- "check": "tsc -p ./tsconfig.jest.json",
28
+ "build": "tsc -b",
29
+ "check": "tsc -p tsconfig.jest.json",
30
30
  "clean": "jest --clearCache || true; rm -rf dist *.tsbuildinfo node_modules/.cache || true",
31
31
  "eslint": "eslint --cache --cache-location=node_modules/.cache/.eslintcache/ '*/**/*.{js,ts}'",
32
32
  "test": "npm run test-unit && npm run test-integration && npm run test-sequential",
@@ -39,9 +39,9 @@
39
39
  "dependencies": {
40
40
  "@inquirer/prompts": "^7.9.0",
41
41
  "@streamr/config": "^5.9.2",
42
- "@streamr/dht": "103.1.2",
43
- "@streamr/sdk": "103.1.2",
44
- "@streamr/utils": "103.1.2",
42
+ "@streamr/dht": "103.2.0",
43
+ "@streamr/sdk": "103.2.0",
44
+ "@streamr/utils": "103.2.0",
45
45
  "aedes": "^0.51.3",
46
46
  "ajv": "^8.17.1",
47
47
  "ajv-formats": "^3.0.1",
@@ -52,7 +52,7 @@
52
52
  "cors": "^2.8.5",
53
53
  "ethers": "^6.13.0",
54
54
  "eventemitter3": "^5.0.0",
55
- "express": "^5.1.0",
55
+ "express": "^5.2.0",
56
56
  "heap": "^0.2.6",
57
57
  "lodash": "^4.17.21",
58
58
  "merge2": "^1.4.1",
@@ -60,16 +60,16 @@
60
60
  "qs": "^6.14.0",
61
61
  "uuid": "^11.1.0",
62
62
  "ws": "^8.18.3",
63
- "zod": "^4.1.12"
63
+ "zod": "^4.1.13"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@inquirer/testing": "^2.1.51",
67
67
  "@streamr/network-contracts": "^9.1.0",
68
- "@streamr/test-utils": "103.1.2",
68
+ "@streamr/test-utils": "103.2.0",
69
69
  "@types/cors": "^2.8.19",
70
70
  "@types/express": "^5.0.1",
71
71
  "@types/heap": "^0.2.35",
72
- "@types/lodash": "^4.17.20",
72
+ "@types/lodash": "^4.17.21",
73
73
  "@types/merge2": "^1.4.4",
74
74
  "@types/qs": "^6.14.0",
75
75
  "@types/stream-to-array": "^2.3.3",
@@ -19,7 +19,7 @@ const logger = new utils_1.Logger(module);
19
19
  const MIN_SPONSORSHIP_TOTAL_PAYOUT_PER_SECOND = 1000000000000n;
20
20
  const ACTION_SUBMIT_RETRY_COUNT = 5;
21
21
  const ACTION_SUBMIT_RETRY_DELAY_MS = 5000;
22
- const ACTION_GAS_LIMIT = 500000n;
22
+ const ACTION_GAS_LIMIT = 750000n;
23
23
  const TRANSACTION_TIMEOUT = 180 * 1000;
24
24
  const fetchMinStakePerSponsorship = async (theGraphClient) => {
25
25
  const queryResult = await theGraphClient.queryEntity({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamr/node",
3
- "version": "103.1.2",
3
+ "version": "103.2.0",
4
4
  "description": "A full-featured node implementation for the Streamr Network",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,8 +25,8 @@
25
25
  "configuration.md"
26
26
  ],
27
27
  "scripts": {
28
- "build": "tsc -b tsconfig.node.json",
29
- "check": "tsc -p ./tsconfig.jest.json",
28
+ "build": "tsc -b",
29
+ "check": "tsc -p tsconfig.jest.json",
30
30
  "clean": "jest --clearCache || true; rm -rf dist *.tsbuildinfo node_modules/.cache || true",
31
31
  "eslint": "eslint --cache --cache-location=node_modules/.cache/.eslintcache/ '*/**/*.{js,ts}'",
32
32
  "test": "npm run test-unit && npm run test-integration && npm run test-sequential",
@@ -39,9 +39,9 @@
39
39
  "dependencies": {
40
40
  "@inquirer/prompts": "^7.9.0",
41
41
  "@streamr/config": "^5.9.2",
42
- "@streamr/dht": "103.1.2",
43
- "@streamr/sdk": "103.1.2",
44
- "@streamr/utils": "103.1.2",
42
+ "@streamr/dht": "103.2.0",
43
+ "@streamr/sdk": "103.2.0",
44
+ "@streamr/utils": "103.2.0",
45
45
  "aedes": "^0.51.3",
46
46
  "ajv": "^8.17.1",
47
47
  "ajv-formats": "^3.0.1",
@@ -52,7 +52,7 @@
52
52
  "cors": "^2.8.5",
53
53
  "ethers": "^6.13.0",
54
54
  "eventemitter3": "^5.0.0",
55
- "express": "^5.1.0",
55
+ "express": "^5.2.0",
56
56
  "heap": "^0.2.6",
57
57
  "lodash": "^4.17.21",
58
58
  "merge2": "^1.4.1",
@@ -60,16 +60,16 @@
60
60
  "qs": "^6.14.0",
61
61
  "uuid": "^11.1.0",
62
62
  "ws": "^8.18.3",
63
- "zod": "^4.1.12"
63
+ "zod": "^4.1.13"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@inquirer/testing": "^2.1.51",
67
67
  "@streamr/network-contracts": "^9.1.0",
68
- "@streamr/test-utils": "103.1.2",
68
+ "@streamr/test-utils": "103.2.0",
69
69
  "@types/cors": "^2.8.19",
70
70
  "@types/express": "^5.0.1",
71
71
  "@types/heap": "^0.2.35",
72
- "@types/lodash": "^4.17.20",
72
+ "@types/lodash": "^4.17.21",
73
73
  "@types/merge2": "^1.4.4",
74
74
  "@types/qs": "^6.14.0",
75
75
  "@types/stream-to-array": "^2.3.3",