@openremote/or-attribute-picker 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.
|
@@ -142,12 +142,21 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
142
142
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
143
143
|
*/
|
|
144
144
|
|
|
145
|
+
/**
|
|
146
|
+
* @license
|
|
147
|
+
* Lodash <https://lodash.com/>
|
|
148
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
149
|
+
* Released under MIT license <https://lodash.com/license>
|
|
150
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
151
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
152
|
+
*/
|
|
153
|
+
|
|
145
154
|
/**
|
|
146
155
|
* [js-sha256]{@link https://github.com/emn178/js-sha256}
|
|
147
156
|
*
|
|
148
|
-
* @version 0.
|
|
157
|
+
* @version 0.11.0
|
|
149
158
|
* @author Chen, Yi-Cyuan [emn178@gmail.com]
|
|
150
|
-
* @copyright Chen, Yi-Cyuan 2014-
|
|
159
|
+
* @copyright Chen, Yi-Cyuan 2014-2024
|
|
151
160
|
* @license MIT
|
|
152
161
|
*/
|
|
153
162
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openremote/or-attribute-picker",
|
|
3
|
-
"version": "1.2.0-snapshot.
|
|
3
|
+
"version": "1.2.0-snapshot.20240819114736",
|
|
4
4
|
"description": "OpenRemote attribute picker dialog",
|
|
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/or-asset-tree": "1.2.0-snapshot.
|
|
21
|
-
"@openremote/or-mwc-components": "1.2.0-snapshot.
|
|
22
|
-
"@openremote/or-translate": "1.2.0-snapshot.
|
|
19
|
+
"@openremote/core": "1.2.0-snapshot.20240819114736",
|
|
20
|
+
"@openremote/or-asset-tree": "1.2.0-snapshot.20240819114736",
|
|
21
|
+
"@openremote/or-mwc-components": "1.2.0-snapshot.20240819114736",
|
|
22
|
+
"@openremote/or-translate": "1.2.0-snapshot.20240819114736",
|
|
23
23
|
"lit": "^2.0.2"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@openremote/util": "1.2.0-snapshot.
|
|
26
|
+
"@openremote/util": "1.2.0-snapshot.20240819114736"
|
|
27
27
|
},
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public"
|