@openremote/or-attribute-card 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.
@@ -175,9 +175,9 @@ PERFORMANCE OF THIS SOFTWARE.
175
175
  /**
176
176
  * [js-sha256]{@link https://github.com/emn178/js-sha256}
177
177
  *
178
- * @version 0.10.1
178
+ * @version 0.11.0
179
179
  * @author Chen, Yi-Cyuan [emn178@gmail.com]
180
- * @copyright Chen, Yi-Cyuan 2014-2023
180
+ * @copyright Chen, Yi-Cyuan 2014-2024
181
181
  * @license MIT
182
182
  */
183
183
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openremote/or-attribute-card",
3
- "version": "1.2.0-snapshot.20240616202404",
3
+ "version": "1.2.0-snapshot.20240819101332",
4
4
  "description": "OpenRemote attribute card",
5
5
  "main": "dist/umd/index.bundle.js",
6
6
  "module": "lib/index.js",
@@ -17,15 +17,15 @@
17
17
  "author": "OpenRemote",
18
18
  "license": "AGPL-3.0-or-later",
19
19
  "dependencies": {
20
- "@openremote/core": "1.2.0-snapshot.20240616202404",
21
- "@openremote/or-attribute-picker": "1.2.0-snapshot.20240616202404",
22
- "@openremote/or-chart": "1.2.0-snapshot.20240616202404",
23
- "@openremote/or-mwc-components": "1.2.0-snapshot.20240616202404",
20
+ "@openremote/core": "1.2.0-snapshot.20240819101332",
21
+ "@openremote/or-attribute-picker": "1.2.0-snapshot.20240819101332",
22
+ "@openremote/or-chart": "1.2.0-snapshot.20240819101332",
23
+ "@openremote/or-mwc-components": "1.2.0-snapshot.20240819101332",
24
24
  "lit": "^2.0.2",
25
25
  "moment": "^2.29.4"
26
26
  },
27
27
  "devDependencies": {
28
- "@openremote/util": "1.2.0-snapshot.20240616202404"
28
+ "@openremote/util": "1.2.0-snapshot.20240819101332"
29
29
  },
30
30
  "publishConfig": {
31
31
  "access": "public"