@openremote/or-rules 1.2.0-snapshot.20240616202404 → 1.2.0-snapshot.20240819114736
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/dist/umd/index.bundle.js +13 -10
- package/dist/umd/index.bundle.js.LICENSE.txt +2 -2
- package/package.json +10 -10
|
@@ -198,9 +198,9 @@ For more information about SproutCore, visit http://www.sproutcore.com
|
|
|
198
198
|
/**
|
|
199
199
|
* [js-sha256]{@link https://github.com/emn178/js-sha256}
|
|
200
200
|
*
|
|
201
|
-
* @version 0.
|
|
201
|
+
* @version 0.11.0
|
|
202
202
|
* @author Chen, Yi-Cyuan [emn178@gmail.com]
|
|
203
|
-
* @copyright Chen, Yi-Cyuan 2014-
|
|
203
|
+
* @copyright Chen, Yi-Cyuan 2014-2024
|
|
204
204
|
* @license MIT
|
|
205
205
|
*/
|
|
206
206
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openremote/or-rules",
|
|
3
|
-
"version": "1.2.0-snapshot.
|
|
3
|
+
"version": "1.2.0-snapshot.20240819114736",
|
|
4
4
|
"description": "OpenRemote rules related UI components",
|
|
5
5
|
"main": "dist/umd/index.bundle.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -16,14 +16,14 @@
|
|
|
16
16
|
"author": "OpenRemote",
|
|
17
17
|
"license": "AGPL-3.0-or-later",
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@openremote/core": "1.2.0-snapshot.
|
|
20
|
-
"@openremote/model": "1.2.0-snapshot.
|
|
21
|
-
"@openremote/or-attribute-input": "1.2.0-snapshot.
|
|
22
|
-
"@openremote/or-components": "1.2.0-snapshot.
|
|
23
|
-
"@openremote/or-icon": "1.2.0-snapshot.
|
|
24
|
-
"@openremote/or-mwc-components": "1.2.0-snapshot.
|
|
25
|
-
"@openremote/or-translate": "1.2.0-snapshot.
|
|
26
|
-
"@openremote/rest": "1.2.0-snapshot.
|
|
19
|
+
"@openremote/core": "1.2.0-snapshot.20240819114736",
|
|
20
|
+
"@openremote/model": "1.2.0-snapshot.20240819114736",
|
|
21
|
+
"@openremote/or-attribute-input": "1.2.0-snapshot.20240819114736",
|
|
22
|
+
"@openremote/or-components": "1.2.0-snapshot.20240819114736",
|
|
23
|
+
"@openremote/or-icon": "1.2.0-snapshot.20240819114736",
|
|
24
|
+
"@openremote/or-mwc-components": "1.2.0-snapshot.20240819114736",
|
|
25
|
+
"@openremote/or-translate": "1.2.0-snapshot.20240819114736",
|
|
26
|
+
"@openremote/rest": "1.2.0-snapshot.20240819114736",
|
|
27
27
|
"ace-builds": "^1.4.13",
|
|
28
28
|
"linqts": "^1.12.6",
|
|
29
29
|
"lit": "^2.0.2",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"shortid": "^2.2.15"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@openremote/util": "1.2.0-snapshot.
|
|
36
|
+
"@openremote/util": "1.2.0-snapshot.20240819114736",
|
|
37
37
|
"@types/shortid": "^0.0.29"
|
|
38
38
|
},
|
|
39
39
|
"publishConfig": {
|