@things-factory/operato-tools 9.0.0-beta.0 → 9.0.0-beta.16
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/operato-tools",
|
3
|
-
"version": "9.0.0-beta.
|
3
|
+
"version": "9.0.0-beta.16",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -38,8 +38,8 @@
|
|
38
38
|
"@things-factory/operato-license-checker": "^4.0.4"
|
39
39
|
},
|
40
40
|
"devDependencies": {
|
41
|
-
"@things-factory/builder": "^
|
42
|
-
"@things-factory/meta-ui": "^9.0.0-beta.
|
41
|
+
"@things-factory/builder": "^9.0.0-beta.12",
|
42
|
+
"@things-factory/meta-ui": "^9.0.0-beta.16"
|
43
43
|
},
|
44
|
-
"gitHead": "
|
44
|
+
"gitHead": "d2279186300f2832f6bb736584f0feddb2e23b45"
|
45
45
|
}
|
package/views/auth-page.html
CHANGED
@@ -50,7 +50,6 @@
|
|
50
50
|
|
51
51
|
<!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
|
52
52
|
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
53
|
-
<link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
54
53
|
<link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
|
55
54
|
<link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
|
56
55
|
<link rel="stylesheet" href="/theme.css" />
|
package/views/public/home.html
CHANGED
@@ -50,7 +50,6 @@
|
|
50
50
|
|
51
51
|
<!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
|
52
52
|
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
53
|
-
<link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
54
53
|
<link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
|
55
54
|
<link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
|
56
55
|
<link rel="stylesheet" href="/theme.css" />
|