@openremote/or-chart 1.2.0-snapshot.20240616202404 → 1.2.0-snapshot.20240819101332
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.
|
@@ -182,9 +182,9 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
182
182
|
/**
|
|
183
183
|
* [js-sha256]{@link https://github.com/emn178/js-sha256}
|
|
184
184
|
*
|
|
185
|
-
* @version 0.
|
|
185
|
+
* @version 0.11.0
|
|
186
186
|
* @author Chen, Yi-Cyuan [emn178@gmail.com]
|
|
187
|
-
* @copyright Chen, Yi-Cyuan 2014-
|
|
187
|
+
* @copyright Chen, Yi-Cyuan 2014-2024
|
|
188
188
|
* @license MIT
|
|
189
189
|
*/
|
|
190
190
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openremote/or-chart",
|
|
3
|
-
"version": "1.2.0-snapshot.
|
|
3
|
+
"version": "1.2.0-snapshot.20240819101332",
|
|
4
4
|
"description": "OpenRemote chart",
|
|
5
5
|
"main": "dist/umd/index.bundle.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@material/data-table": "^9.0.0",
|
|
20
20
|
"@material/dialog": "^9.0.0",
|
|
21
|
-
"@openremote/core": "1.2.0-snapshot.
|
|
22
|
-
"@openremote/or-asset-tree": "1.2.0-snapshot.
|
|
23
|
-
"@openremote/or-attribute-picker": "1.2.0-snapshot.
|
|
24
|
-
"@openremote/or-components": "1.2.0-snapshot.
|
|
25
|
-
"@openremote/or-icon": "1.2.0-snapshot.
|
|
26
|
-
"@openremote/or-mwc-components": "1.2.0-snapshot.
|
|
27
|
-
"@openremote/or-translate": "1.2.0-snapshot.
|
|
21
|
+
"@openremote/core": "1.2.0-snapshot.20240819101332",
|
|
22
|
+
"@openremote/or-asset-tree": "1.2.0-snapshot.20240819101332",
|
|
23
|
+
"@openremote/or-attribute-picker": "1.2.0-snapshot.20240819101332",
|
|
24
|
+
"@openremote/or-components": "1.2.0-snapshot.20240819101332",
|
|
25
|
+
"@openremote/or-icon": "1.2.0-snapshot.20240819101332",
|
|
26
|
+
"@openremote/or-mwc-components": "1.2.0-snapshot.20240819101332",
|
|
27
|
+
"@openremote/or-translate": "1.2.0-snapshot.20240819101332",
|
|
28
28
|
"chart.js": "^3.6.0",
|
|
29
29
|
"chartjs-adapter-moment": "^1.0.0",
|
|
30
30
|
"chartjs-plugin-annotation": "^1.1.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"moment": "^2.29.4"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@openremote/util": "1.2.0-snapshot.
|
|
36
|
+
"@openremote/util": "1.2.0-snapshot.20240819101332",
|
|
37
37
|
"@types/chart.js": "^2.9.34",
|
|
38
38
|
"@types/offscreencanvas": "^2019.6.4"
|
|
39
39
|
},
|