@openremote/or-smart-notify 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.
|
@@ -28,12 +28,21 @@
|
|
|
28
28
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
29
29
|
*/
|
|
30
30
|
|
|
31
|
+
/**
|
|
32
|
+
* @license
|
|
33
|
+
* Lodash <https://lodash.com/>
|
|
34
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
35
|
+
* Released under MIT license <https://lodash.com/license>
|
|
36
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
37
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
38
|
+
*/
|
|
39
|
+
|
|
31
40
|
/**
|
|
32
41
|
* [js-sha256]{@link https://github.com/emn178/js-sha256}
|
|
33
42
|
*
|
|
34
|
-
* @version 0.
|
|
43
|
+
* @version 0.11.0
|
|
35
44
|
* @author Chen, Yi-Cyuan [emn178@gmail.com]
|
|
36
|
-
* @copyright Chen, Yi-Cyuan 2014-
|
|
45
|
+
* @copyright Chen, Yi-Cyuan 2014-2024
|
|
37
46
|
* @license MIT
|
|
38
47
|
*/
|
|
39
48
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openremote/or-smart-notify",
|
|
3
|
-
"version": "1.2.0-snapshot.
|
|
3
|
+
"version": "1.2.0-snapshot.20240819114736",
|
|
4
4
|
"description": "OpenRemote Smarty Notify element",
|
|
5
5
|
"main": "dist/umd/index.bundle.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
"@fortawesome/fontawesome-svg-core": "^1.2.12",
|
|
20
20
|
"@fortawesome/free-regular-svg-icons": "^5.6.3",
|
|
21
21
|
"@fortawesome/free-solid-svg-icons": "^5.6.3",
|
|
22
|
-
"@openremote/core": "1.2.0-snapshot.
|
|
23
|
-
"@openremote/model": "1.2.0-snapshot.
|
|
24
|
-
"@openremote/rest": "1.2.0-snapshot.
|
|
22
|
+
"@openremote/core": "1.2.0-snapshot.20240819114736",
|
|
23
|
+
"@openremote/model": "1.2.0-snapshot.20240819114736",
|
|
24
|
+
"@openremote/rest": "1.2.0-snapshot.20240819114736",
|
|
25
25
|
"lit": "^2.0.2",
|
|
26
26
|
"moment": "^2.29.4"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@openremote/util": "1.2.0-snapshot.
|
|
29
|
+
"@openremote/util": "1.2.0-snapshot.20240819114736"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
32
|
"access": "public"
|