@things-factory/integration-base 6.1.160 → 6.1.164

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/integration-base",
3
- "version": "6.1.160",
3
+ "version": "6.1.164",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -26,12 +26,12 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@apollo/client": "^3.6.9",
29
- "@things-factory/api": "^6.1.160",
30
- "@things-factory/auth-base": "^6.1.160",
29
+ "@things-factory/api": "^6.1.162",
30
+ "@things-factory/auth-base": "^6.1.162",
31
31
  "@things-factory/env": "^6.1.160",
32
- "@things-factory/oauth2-client": "^6.1.160",
33
- "@things-factory/scheduler-client": "^6.1.160",
34
- "@things-factory/shell": "^6.1.160",
32
+ "@things-factory/oauth2-client": "^6.1.162",
33
+ "@things-factory/scheduler-client": "^6.1.164",
34
+ "@things-factory/shell": "^6.1.162",
35
35
  "async-mqtt": "^2.5.0",
36
36
  "chance": "^1.1.11",
37
37
  "cross-fetch": "^3.0.4",
@@ -46,5 +46,5 @@
46
46
  "devDependencies": {
47
47
  "@types/cron": "^2.0.1"
48
48
  },
49
- "gitHead": "7ba17019680b9853bbcaab675978ad0b6eb0f64e"
49
+ "gitHead": "ad5815aaeb135518e51b3be32295f1efa84cb8aa"
50
50
  }
@@ -345,7 +345,7 @@ export class ScenarioMutation {
345
345
  },
346
346
  history_check: true,
347
347
  failed_policy: 'retry_dlq',
348
- max_retry_count: 3,
348
+ max_retry_count: -1,
349
349
  retry_period: 60
350
350
  }
351
351
  })