@things-factory/operato-tools 6.1.8 → 6.1.11

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 CHANGED
@@ -1,6 +1,5 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
-
4
3
  <head>
5
4
  <meta charset="utf-8" />
6
5
  <title>Operato Tools</title>
@@ -51,7 +50,7 @@
51
50
 
52
51
  <!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
53
52
  <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
54
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" />
53
+ <link href="node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
55
54
 
56
55
  <!-- Add any global styles for body, document, etc. -->
57
56
  <style>
@@ -78,14 +77,11 @@
78
77
 
79
78
  <body>
80
79
  <things-app></things-app>
81
- <noscript>
82
- Please enable JavaScript to view this website.
83
- </noscript>
80
+ <noscript> Please enable JavaScript to view this website. </noscript>
84
81
  <!-- Load webcomponents-loader.js to check and load any polyfills your browser needs -->
85
82
  <script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
86
83
  <script src="node_modules/web-animations-js/web-animations-next.min.js"></script>
87
84
  <script src="node_modules/@hatiolab/things-scene/things-scene-min.js"></script>
88
85
  <!-- Built with love using PWA Starter Kit -->
89
86
  </body>
90
-
91
- </html>
87
+ </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-tools",
3
- "version": "6.1.8",
3
+ "version": "6.1.11",
4
4
  "main": "server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -29,12 +29,12 @@
29
29
  "docker:run": "docker run -it -p 4000:3000 hatiolab/operato-tools:latest"
30
30
  },
31
31
  "dependencies": {
32
- "@things-factory/meta-ui": "^6.1.8",
32
+ "@things-factory/meta-ui": "^6.1.11",
33
33
  "@things-factory/operato-license-checker": "^3.1.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@things-factory/builder": "^6.1.8",
36
+ "@things-factory/builder": "^6.1.11",
37
37
  "@things-factory/meta-ui": "^6.0.0-alpha.6"
38
38
  },
39
- "gitHead": "7e9226de4f60ec179dcba405271b9ea76ac44629"
39
+ "gitHead": "484864c861289750237b70b336dfb09c83ceb65a"
40
40
  }
@@ -50,7 +50,7 @@
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 rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" />
53
+ <link href="node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
54
54
  <link rel="stylesheet" href="/theme.css" />
55
55
 
56
56
  <style>
@@ -50,7 +50,7 @@
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 rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" />
53
+ <link href="node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
54
54
  <link rel="stylesheet" href="/theme.css" />
55
55
 
56
56
  <style>