@things-factory/operato-ecs 7.0.47 → 7.0.48

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-ecs",
3
- "version": "7.0.47",
3
+ "version": "7.0.48",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -65,36 +65,36 @@
65
65
  "@operato/scene-table": "^7.0.0",
66
66
  "@operato/scene-timer": "^7.0.0",
67
67
  "@operato/scene-wellstek-gantt": "^7.0.0",
68
- "@things-factory/api": "^7.0.44",
69
- "@things-factory/apptool-ui": "^7.0.44",
70
- "@things-factory/auth-ui": "^7.0.44",
71
- "@things-factory/board-service": "^7.0.44",
72
- "@things-factory/board-ui": "^7.0.47",
73
- "@things-factory/context-ui": "^7.0.44",
74
- "@things-factory/dashboard": "^7.0.47",
75
- "@things-factory/export-ui": "^7.0.44",
76
- "@things-factory/help": "^7.0.44",
77
- "@things-factory/i18n-base": "^7.0.44",
78
- "@things-factory/integration-email": "^7.0.44",
79
- "@things-factory/integration-headless": "^7.0.44",
80
- "@things-factory/integration-influxdb": "^7.0.44",
81
- "@things-factory/integration-melsec": "^7.0.44",
82
- "@things-factory/integration-modbus": "^7.0.44",
83
- "@things-factory/integration-opc": "^7.0.44",
84
- "@things-factory/integration-ui": "^7.0.44",
85
- "@things-factory/lite-menu": "^7.0.47",
86
- "@things-factory/more-ui": "^7.0.44",
87
- "@things-factory/notification": "^7.0.44",
88
- "@things-factory/oauth2-client": "^7.0.44",
89
- "@things-factory/print-ui": "^7.0.44",
90
- "@things-factory/resource-ui": "^7.0.44",
91
- "@things-factory/setting-base": "^7.0.44",
92
- "@things-factory/setting-ui": "^7.0.44",
93
- "@things-factory/shell": "^7.0.44",
94
- "@things-factory/system": "^7.0.44"
68
+ "@things-factory/api": "^7.0.48",
69
+ "@things-factory/apptool-ui": "^7.0.48",
70
+ "@things-factory/auth-ui": "^7.0.48",
71
+ "@things-factory/board-service": "^7.0.48",
72
+ "@things-factory/board-ui": "^7.0.48",
73
+ "@things-factory/context-ui": "^7.0.48",
74
+ "@things-factory/dashboard": "^7.0.48",
75
+ "@things-factory/export-ui": "^7.0.48",
76
+ "@things-factory/help": "^7.0.48",
77
+ "@things-factory/i18n-base": "^7.0.48",
78
+ "@things-factory/integration-email": "^7.0.48",
79
+ "@things-factory/integration-headless": "^7.0.48",
80
+ "@things-factory/integration-influxdb": "^7.0.48",
81
+ "@things-factory/integration-melsec": "^7.0.48",
82
+ "@things-factory/integration-modbus": "^7.0.48",
83
+ "@things-factory/integration-opc": "^7.0.48",
84
+ "@things-factory/integration-ui": "^7.0.48",
85
+ "@things-factory/lite-menu": "^7.0.48",
86
+ "@things-factory/more-ui": "^7.0.48",
87
+ "@things-factory/notification": "^7.0.48",
88
+ "@things-factory/oauth2-client": "^7.0.48",
89
+ "@things-factory/print-ui": "^7.0.48",
90
+ "@things-factory/resource-ui": "^7.0.48",
91
+ "@things-factory/setting-base": "^7.0.48",
92
+ "@things-factory/setting-ui": "^7.0.48",
93
+ "@things-factory/shell": "^7.0.48",
94
+ "@things-factory/system": "^7.0.48"
95
95
  },
96
96
  "devDependencies": {
97
- "@things-factory/builder": "^7.0.33"
97
+ "@things-factory/builder": "^7.0.48"
98
98
  },
99
- "gitHead": "785ae44608f27d3c4c16b48cd8be5e6fce14ea6c"
99
+ "gitHead": "516772ebee08900790bcc43477419d60adcb4dcd"
100
100
  }
@@ -93,7 +93,7 @@
93
93
 
94
94
  <script src="<%- elementScript %>"></script>
95
95
  <script src="/theme.js"></script>
96
- <script>
96
+ <script nonce="<%= nonce %>">
97
97
  var pageEl = document.querySelector('#page')
98
98
  page.data = <%- JSON.stringify(data) %>
99
99
  </script>