@things-factory/operato-ecs 6.0.75 → 6.0.78
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/installer/config.production.js +2 -2
- package/package.json +27 -26
@@ -49,7 +49,7 @@ module.exports = {
|
|
49
49
|
},
|
50
50
|
scheduler: {
|
51
51
|
/* Name to be used for setting client's "application" properties when registering a schedule */
|
52
|
-
application: 'operato-
|
52
|
+
application: 'operato-fleet',
|
53
53
|
/* Base endpoint to be used for setting "callback" properties when registering a schedule */
|
54
54
|
callbackBase: 'http://app:3000',
|
55
55
|
/*
|
@@ -58,5 +58,5 @@ module.exports = {
|
|
58
58
|
https://github.com/node-fetch/node-fetch/issues/1624
|
59
59
|
*/
|
60
60
|
endpoint: 'http://scheduler:9902'
|
61
|
-
}
|
61
|
+
}
|
62
62
|
}
|
package/package.json
CHANGED
@@ -1,11 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/operato-ecs",
|
3
|
-
"version": "6.0.
|
3
|
+
"version": "6.0.78",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "client/index.js",
|
6
6
|
"things-factory": true,
|
7
7
|
"author": "heartyoh <heartyoh@hatiolab.com>",
|
8
8
|
"description": "Application for equipment control system",
|
9
|
+
"license": "MIT",
|
9
10
|
"publishConfig": {
|
10
11
|
"access": "public",
|
11
12
|
"@things-factory:registry": "https://registry.npmjs.org"
|
@@ -51,33 +52,33 @@
|
|
51
52
|
"@operato/scene-switch": "^1.0.0",
|
52
53
|
"@operato/scene-table": "^1.0.0",
|
53
54
|
"@operato/scene-timer": "^1.0.0",
|
54
|
-
"@things-factory/api": "^6.0.
|
55
|
-
"@things-factory/apptool-ui": "^6.0.
|
56
|
-
"@things-factory/auth-ui": "^6.0.
|
57
|
-
"@things-factory/board-service": "^6.0.
|
58
|
-
"@things-factory/board-ui": "^6.0.
|
59
|
-
"@things-factory/context-ui": "^6.0.
|
60
|
-
"@things-factory/dashboard": "^6.0.
|
61
|
-
"@things-factory/export-ui": "^6.0.
|
62
|
-
"@things-factory/grist-ui": "^6.0.
|
63
|
-
"@things-factory/help": "^6.0.
|
64
|
-
"@things-factory/i18n-base": "^6.0.
|
65
|
-
"@things-factory/integration-melsec": "^6.0.
|
66
|
-
"@things-factory/integration-modbus": "^6.0.
|
67
|
-
"@things-factory/integration-ui": "^6.0.
|
68
|
-
"@things-factory/lite-menu": "^6.0.
|
69
|
-
"@things-factory/more-ui": "^6.0.
|
70
|
-
"@things-factory/oauth2-client": "^6.0.
|
71
|
-
"@things-factory/print-ui": "^6.0.
|
72
|
-
"@things-factory/resource-ui": "^6.0.
|
73
|
-
"@things-factory/setting-base": "^6.0.
|
74
|
-
"@things-factory/setting-ui": "^6.0.
|
75
|
-
"@things-factory/shell": "^6.0.
|
76
|
-
"@things-factory/system-ui": "^6.0.
|
55
|
+
"@things-factory/api": "^6.0.78",
|
56
|
+
"@things-factory/apptool-ui": "^6.0.78",
|
57
|
+
"@things-factory/auth-ui": "^6.0.78",
|
58
|
+
"@things-factory/board-service": "^6.0.78",
|
59
|
+
"@things-factory/board-ui": "^6.0.78",
|
60
|
+
"@things-factory/context-ui": "^6.0.78",
|
61
|
+
"@things-factory/dashboard": "^6.0.78",
|
62
|
+
"@things-factory/export-ui": "^6.0.78",
|
63
|
+
"@things-factory/grist-ui": "^6.0.78",
|
64
|
+
"@things-factory/help": "^6.0.78",
|
65
|
+
"@things-factory/i18n-base": "^6.0.78",
|
66
|
+
"@things-factory/integration-melsec": "^6.0.78",
|
67
|
+
"@things-factory/integration-modbus": "^6.0.78",
|
68
|
+
"@things-factory/integration-ui": "^6.0.78",
|
69
|
+
"@things-factory/lite-menu": "^6.0.78",
|
70
|
+
"@things-factory/more-ui": "^6.0.78",
|
71
|
+
"@things-factory/oauth2-client": "^6.0.78",
|
72
|
+
"@things-factory/print-ui": "^6.0.78",
|
73
|
+
"@things-factory/resource-ui": "^6.0.78",
|
74
|
+
"@things-factory/setting-base": "^6.0.78",
|
75
|
+
"@things-factory/setting-ui": "^6.0.78",
|
76
|
+
"@things-factory/shell": "^6.0.78",
|
77
|
+
"@things-factory/system-ui": "^6.0.78",
|
77
78
|
"jsmodbus": "^4.0.2"
|
78
79
|
},
|
79
80
|
"devDependencies": {
|
80
|
-
"@things-factory/builder": "^6.0.
|
81
|
+
"@things-factory/builder": "^6.0.78"
|
81
82
|
},
|
82
|
-
"gitHead": "
|
83
|
+
"gitHead": "6d1b076baae617ee1c1df25e176c21d7b1a18e61"
|
83
84
|
}
|