@things-factory/integration-base 7.0.1-beta.19 → 7.0.1-beta.21
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": "7.0.1-beta.
|
3
|
+
"version": "7.0.1-beta.21",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -44,5 +44,5 @@
|
|
44
44
|
"readline": "^1.3.0",
|
45
45
|
"vm2": "^3.9.11"
|
46
46
|
},
|
47
|
-
"gitHead": "
|
47
|
+
"gitHead": "5d90e585a56153488e6ce728f7463245cf6df6a5"
|
48
48
|
}
|
@@ -61,8 +61,8 @@ scenarioScheduleCallbackRouter.post('/callback-schedule-for-scenario', async (co
|
|
61
61
|
|
62
62
|
ScenarioEngine.load(scenario.name, scenario, {
|
63
63
|
domain,
|
64
|
-
user
|
65
|
-
variables:
|
64
|
+
user
|
65
|
+
/* variables: schedule 등록시 variables 는 설정할 방법이 없음. */
|
66
66
|
})
|
67
67
|
|
68
68
|
context.status = 200
|