@things-factory/integration-base 8.0.0 → 8.0.3

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": "8.0.0",
3
+ "version": "8.0.3",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -27,13 +27,13 @@
27
27
  "dependencies": {
28
28
  "@apollo/client": "^3.6.9",
29
29
  "@operato/moment-timezone-es": "^8.0.0",
30
- "@things-factory/api": "^8.0.0",
31
- "@things-factory/auth-base": "^8.0.0",
32
- "@things-factory/cache-service": "^8.0.0",
33
- "@things-factory/env": "^8.0.0",
34
- "@things-factory/oauth2-client": "^8.0.0",
35
- "@things-factory/scheduler-client": "^8.0.0",
36
- "@things-factory/shell": "^8.0.0",
30
+ "@things-factory/api": "^8.0.2",
31
+ "@things-factory/auth-base": "^8.0.2",
32
+ "@things-factory/cache-service": "^8.0.2",
33
+ "@things-factory/env": "^8.0.2",
34
+ "@things-factory/oauth2-client": "^8.0.2",
35
+ "@things-factory/scheduler-client": "^8.0.2",
36
+ "@things-factory/shell": "^8.0.2",
37
37
  "@things-factory/utils": "^8.0.0",
38
38
  "async-mqtt": "^2.5.0",
39
39
  "chance": "^1.1.11",
@@ -44,5 +44,5 @@
44
44
  "readline": "^1.3.0",
45
45
  "ses": "^1.5.0"
46
46
  },
47
- "gitHead": "07ef27d272dd9a067a9648ac7013748510556a18"
47
+ "gitHead": "a040c124aa33e9bb8a691e00e0afbded1f378b62"
48
48
  }
@@ -133,8 +133,6 @@ export async function stopScenario(
133
133
 
134
134
  debug('stopScenario', instanceName)
135
135
 
136
- runScenario
137
-
138
136
  var scenarioInstance = ScenarioEngine.getScenarioInstance(domain, instanceName)
139
137
 
140
138
  if (!scenarioInstance) {