@things-factory/operato-dataset 7.0.7 → 7.0.8
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/operato-dataset",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.8",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@things-factory/apptool-base": "^7.0.6",
|
|
68
68
|
"@things-factory/apptool-ui": "^7.0.6",
|
|
69
69
|
"@things-factory/auth-base": "^7.0.6",
|
|
70
|
-
"@things-factory/auth-ui": "^7.0.
|
|
70
|
+
"@things-factory/auth-ui": "^7.0.8",
|
|
71
71
|
"@things-factory/board-service": "^7.0.7",
|
|
72
72
|
"@things-factory/board-ui": "^7.0.7",
|
|
73
73
|
"@things-factory/ccp": "^7.0.7",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"@things-factory/oauth2-client": "^7.0.7",
|
|
91
91
|
"@things-factory/organization": "^7.0.7",
|
|
92
92
|
"@things-factory/qc": "^7.0.7",
|
|
93
|
-
"@things-factory/resource-ui": "^7.0.
|
|
93
|
+
"@things-factory/resource-ui": "^7.0.8",
|
|
94
94
|
"@things-factory/setting-base": "^7.0.6",
|
|
95
95
|
"@things-factory/setting-ui": "^7.0.7",
|
|
96
96
|
"@things-factory/shell": "^7.0.6",
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
"devDependencies": {
|
|
103
103
|
"@things-factory/builder": "^7.0.5"
|
|
104
104
|
},
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "d6da72d456978c0b044fbcbaf235f8d21f628aab"
|
|
106
106
|
}
|
package/views/auth-page.html
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<link rel="manifest" href="/assets/manifest.json" />
|
|
18
18
|
|
|
19
19
|
<!-- See https://goo.gl/qRE0vM -->
|
|
20
|
-
<meta name="theme-color" content="#
|
|
20
|
+
<meta name="theme-color" content="#35618e" />
|
|
21
21
|
|
|
22
22
|
<!-- Add to homescreen for Chrome on Android. Fallback for manifest.json -->
|
|
23
23
|
<meta name="mobile-web-app-capable" content="yes" />
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
|
|
41
41
|
<!-- Tile icon for Windows 8 (144x144 + tile color) -->
|
|
42
42
|
<meta name="msapplication-TileImage" content="/assets/manifest/icon-144x144.png" />
|
|
43
|
-
<meta name="msapplication-TileColor" content="#
|
|
43
|
+
<meta name="msapplication-TileColor" content="#35618e" />
|
|
44
44
|
<meta name="msapplication-tap-highlight" content="no" />
|
|
45
45
|
|
|
46
46
|
<!-- Default twitter cards -->
|
package/views/public/home.html
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<link rel="manifest" href="/assets/manifest.json" />
|
|
17
17
|
|
|
18
18
|
<!-- See https://goo.gl/qRE0vM -->
|
|
19
|
-
<meta name="theme-color" content="#
|
|
19
|
+
<meta name="theme-color" content="#35618e" />
|
|
20
20
|
|
|
21
21
|
<!-- Add to homescreen for Chrome on Android. Fallback for manifest.json -->
|
|
22
22
|
<meta name="mobile-web-app-capable" content="yes" />
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
|
|
40
40
|
<!-- Tile icon for Windows 8 (144x144 + tile color) -->
|
|
41
41
|
<meta name="msapplication-TileImage" content="/assets/manifest/icon-144x144.png" />
|
|
42
|
-
<meta name="msapplication-TileColor" content="#
|
|
42
|
+
<meta name="msapplication-TileColor" content="#35618e" />
|
|
43
43
|
<meta name="msapplication-tap-highlight" content="no" />
|
|
44
44
|
|
|
45
45
|
<!-- Default twitter cards -->
|