@things-factory/operato-ecs 6.1.150 → 6.1.152
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/_index.html +1 -1
- package/package.json +25 -25
- package/views/auth-page.html +1 -1
- package/views/public/home.html +1 -1
package/_index.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<meta charset="utf-8" />
|
5
5
|
<title>Operato ECS</title>
|
6
6
|
<meta name="generator" content="Things Factory Starter Kit" />
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
8
8
|
<meta name="description" content="Reimagining Automation" />
|
9
9
|
|
10
10
|
<base href="/" />
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/operato-ecs",
|
3
|
-
"version": "6.1.
|
3
|
+
"version": "6.1.152",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -53,33 +53,33 @@
|
|
53
53
|
"@operato/scene-switch": "^1.0.0",
|
54
54
|
"@operato/scene-table": "^1.0.0",
|
55
55
|
"@operato/scene-timer": "^1.0.0",
|
56
|
-
"@things-factory/api": "^6.1.
|
57
|
-
"@things-factory/apptool-ui": "^6.1.
|
58
|
-
"@things-factory/auth-ui": "^6.1.
|
59
|
-
"@things-factory/board-service": "^6.1.
|
60
|
-
"@things-factory/board-ui": "^6.1.
|
61
|
-
"@things-factory/context-ui": "^6.1.
|
62
|
-
"@things-factory/dashboard": "^6.1.
|
63
|
-
"@things-factory/export-ui": "^6.1.
|
64
|
-
"@things-factory/help": "^6.1.
|
65
|
-
"@things-factory/i18n-base": "^6.1.
|
66
|
-
"@things-factory/integration-melsec": "^6.1.
|
67
|
-
"@things-factory/integration-modbus": "^6.1.
|
68
|
-
"@things-factory/integration-opc": "^6.1.
|
69
|
-
"@things-factory/integration-ui": "^6.1.
|
70
|
-
"@things-factory/lite-menu": "^6.1.
|
71
|
-
"@things-factory/more-ui": "^6.1.
|
72
|
-
"@things-factory/oauth2-client": "^6.1.
|
73
|
-
"@things-factory/print-ui": "^6.1.
|
74
|
-
"@things-factory/resource-ui": "^6.1.
|
75
|
-
"@things-factory/setting-base": "^6.1.
|
76
|
-
"@things-factory/setting-ui": "^6.1.
|
77
|
-
"@things-factory/shell": "^6.1.
|
78
|
-
"@things-factory/system-ui": "^6.1.
|
56
|
+
"@things-factory/api": "^6.1.152",
|
57
|
+
"@things-factory/apptool-ui": "^6.1.152",
|
58
|
+
"@things-factory/auth-ui": "^6.1.152",
|
59
|
+
"@things-factory/board-service": "^6.1.152",
|
60
|
+
"@things-factory/board-ui": "^6.1.152",
|
61
|
+
"@things-factory/context-ui": "^6.1.152",
|
62
|
+
"@things-factory/dashboard": "^6.1.152",
|
63
|
+
"@things-factory/export-ui": "^6.1.152",
|
64
|
+
"@things-factory/help": "^6.1.152",
|
65
|
+
"@things-factory/i18n-base": "^6.1.152",
|
66
|
+
"@things-factory/integration-melsec": "^6.1.152",
|
67
|
+
"@things-factory/integration-modbus": "^6.1.152",
|
68
|
+
"@things-factory/integration-opc": "^6.1.152",
|
69
|
+
"@things-factory/integration-ui": "^6.1.152",
|
70
|
+
"@things-factory/lite-menu": "^6.1.152",
|
71
|
+
"@things-factory/more-ui": "^6.1.152",
|
72
|
+
"@things-factory/oauth2-client": "^6.1.152",
|
73
|
+
"@things-factory/print-ui": "^6.1.152",
|
74
|
+
"@things-factory/resource-ui": "^6.1.152",
|
75
|
+
"@things-factory/setting-base": "^6.1.152",
|
76
|
+
"@things-factory/setting-ui": "^6.1.152",
|
77
|
+
"@things-factory/shell": "^6.1.152",
|
78
|
+
"@things-factory/system-ui": "^6.1.152",
|
79
79
|
"jsmodbus": "^4.0.2"
|
80
80
|
},
|
81
81
|
"devDependencies": {
|
82
82
|
"@things-factory/builder": "^6.1.145"
|
83
83
|
},
|
84
|
-
"gitHead": "
|
84
|
+
"gitHead": "9d0c8827cb25f037bcb4270ea53dcd95f73b2722"
|
85
85
|
}
|
package/views/auth-page.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<meta charset="utf-8" />
|
5
5
|
<title>Operato ECS</title>
|
6
6
|
<meta name="generator" content="Things Factory Starter Kit" />
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
8
8
|
<meta name="description" content="Reimagining Automation" />
|
9
9
|
|
10
10
|
<base href="/" />
|
package/views/public/home.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<meta charset="utf-8" />
|
5
5
|
<title>Operato ECS</title>
|
6
6
|
<meta name="generator" content="Things Factory Starter Kit" />
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
8
8
|
<meta name="description" content="Reimagining Automation" />
|
9
9
|
|
10
10
|
<base href="/" />
|