@things-factory/operato-wms 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/_index.html CHANGED
@@ -76,7 +76,7 @@
76
76
 
77
77
  <!-- Global site tag (gtag.js) - Google Analytics -->
78
78
  <script async src="https://www.googletagmanager.com/gtag/js?id=G-3B948P4EP1"></script>
79
- <script>
79
+ <script nonce="<%= nonce %>">
80
80
  window.dataLayer = window.dataLayer || []
81
81
  function gtag() {
82
82
  dataLayer.push(arguments)
@@ -86,13 +86,7 @@
86
86
  gtag('config', 'G-3B948P4EP1')
87
87
  </script>
88
88
 
89
- <script>
90
- if ('serviceWorker' in navigator) {
91
- navigator.serviceWorker.register('/service-worker.js', {
92
- scope: '/'
93
- })
94
- }
95
- </script>
89
+ <script src="/index.js" defer></script>
96
90
  </head>
97
91
  <body class="light">
98
92
  <things-app></things-app>
package/_index.js ADDED
@@ -0,0 +1,5 @@
1
+ if ('serviceWorker' in navigator) {
2
+ navigator.serviceWorker.register('/service-worker.js', {
3
+ scope: '/'
4
+ })
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-wms",
3
- "version": "7.0.47",
3
+ "version": "7.0.48",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -73,49 +73,49 @@
73
73
  "@operato/scene-table": "^7.0.0",
74
74
  "@operato/scene-visualizer": "^7.0.0",
75
75
  "@operato/scene-wheel-sorter": "^7.0.0",
76
- "@things-factory/apptool-ui": "^7.0.44",
77
- "@things-factory/auth-ui": "^7.0.44",
78
- "@things-factory/barcode-ui": "^7.0.44",
79
- "@things-factory/biz-ui": "^7.0.44",
80
- "@things-factory/board-service": "^7.0.44",
81
- "@things-factory/board-ui": "^7.0.47",
82
- "@things-factory/code-ui": "^7.0.44",
83
- "@things-factory/context-ui": "^7.0.44",
76
+ "@things-factory/apptool-ui": "^7.0.48",
77
+ "@things-factory/auth-ui": "^7.0.48",
78
+ "@things-factory/barcode-ui": "^7.0.48",
79
+ "@things-factory/biz-ui": "^7.0.48",
80
+ "@things-factory/board-service": "^7.0.48",
81
+ "@things-factory/board-ui": "^7.0.48",
82
+ "@things-factory/code-ui": "^7.0.48",
83
+ "@things-factory/context-ui": "^7.0.48",
84
84
  "@things-factory/env": "^7.0.33",
85
- "@things-factory/export-ui": "^7.0.44",
86
- "@things-factory/export-ui-csv": "^7.0.44",
87
- "@things-factory/export-ui-excel": "^7.0.44",
88
- "@things-factory/fav-base": "^7.0.44",
85
+ "@things-factory/export-ui": "^7.0.48",
86
+ "@things-factory/export-ui-csv": "^7.0.48",
87
+ "@things-factory/export-ui-excel": "^7.0.48",
88
+ "@things-factory/fav-base": "^7.0.48",
89
89
  "@things-factory/form-ui": "^7.0.33",
90
- "@things-factory/geography": "^7.0.44",
91
- "@things-factory/help": "^7.0.44",
92
- "@things-factory/i18n-base": "^7.0.44",
93
- "@things-factory/id-rule-base": "^7.0.44",
94
- "@things-factory/import-ui": "^7.0.44",
95
- "@things-factory/import-ui-excel": "^7.0.44",
96
- "@things-factory/more-ui": "^7.0.44",
97
- "@things-factory/notification": "^7.0.44",
98
- "@things-factory/operato-tools": "^7.0.47",
99
- "@things-factory/pdf": "^7.0.44",
100
- "@things-factory/print-proxy-service": "^7.0.44",
101
- "@things-factory/print-service": "^7.0.44",
102
- "@things-factory/print-ui": "^7.0.44",
103
- "@things-factory/product-base": "^7.0.44",
104
- "@things-factory/resource-ui": "^7.0.44",
105
- "@things-factory/sales-ui": "^7.0.44",
106
- "@things-factory/setting-ui": "^7.0.44",
107
- "@things-factory/system": "^7.0.44",
108
- "@things-factory/transport-base": "^7.0.44",
109
- "@things-factory/tutorial-ui": "^7.0.44",
110
- "@things-factory/warehouse-base": "^7.0.44",
111
- "@things-factory/worksheet-base": "^7.0.44"
90
+ "@things-factory/geography": "^7.0.48",
91
+ "@things-factory/help": "^7.0.48",
92
+ "@things-factory/i18n-base": "^7.0.48",
93
+ "@things-factory/id-rule-base": "^7.0.48",
94
+ "@things-factory/import-ui": "^7.0.48",
95
+ "@things-factory/import-ui-excel": "^7.0.48",
96
+ "@things-factory/more-ui": "^7.0.48",
97
+ "@things-factory/notification": "^7.0.48",
98
+ "@things-factory/operato-tools": "^7.0.48",
99
+ "@things-factory/pdf": "^7.0.48",
100
+ "@things-factory/print-proxy-service": "^7.0.48",
101
+ "@things-factory/print-service": "^7.0.48",
102
+ "@things-factory/print-ui": "^7.0.48",
103
+ "@things-factory/product-base": "^7.0.48",
104
+ "@things-factory/resource-ui": "^7.0.48",
105
+ "@things-factory/sales-ui": "^7.0.48",
106
+ "@things-factory/setting-ui": "^7.0.48",
107
+ "@things-factory/system": "^7.0.48",
108
+ "@things-factory/transport-base": "^7.0.48",
109
+ "@things-factory/tutorial-ui": "^7.0.48",
110
+ "@things-factory/warehouse-base": "^7.0.48",
111
+ "@things-factory/worksheet-base": "^7.0.48"
112
112
  },
113
113
  "devDependencies": {
114
- "@things-factory/builder": "^7.0.33",
114
+ "@things-factory/builder": "^7.0.48",
115
115
  "cypress": "^9.4.1",
116
116
  "cypress-file-upload": "^5.0.8",
117
117
  "cypress-localstorage-commands": "^1.6.1",
118
118
  "eslint-plugin-cypress": "^2.12.1"
119
119
  },
120
- "gitHead": "785ae44608f27d3c4c16b48cd8be5e6fce14ea6c"
120
+ "gitHead": "516772ebee08900790bcc43477419d60adcb4dcd"
121
121
  }
@@ -92,7 +92,7 @@
92
92
 
93
93
  <script src="<%- elementScript %>"></script>
94
94
  <script src="/theme.js"></script>
95
- <script>
95
+ <script nonce="<%= nonce %>">
96
96
  var pageEl = document.querySelector('#page')
97
97
  page.data = <%- JSON.stringify(data) %>
98
98
  </script>