@openremote/or-survey 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.
@@ -23,12 +23,21 @@
23
23
  * SPDX-License-Identifier: BSD-3-Clause
24
24
  */
25
25
 
26
+ /**
27
+ * @license
28
+ * Lodash <https://lodash.com/>
29
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
30
+ * Released under MIT license <https://lodash.com/license>
31
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
32
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
33
+ */
34
+
26
35
  /**
27
36
  * [js-sha256]{@link https://github.com/emn178/js-sha256}
28
37
  *
29
- * @version 0.10.1
38
+ * @version 0.11.0
30
39
  * @author Chen, Yi-Cyuan [emn178@gmail.com]
31
- * @copyright Chen, Yi-Cyuan 2014-2023
40
+ * @copyright Chen, Yi-Cyuan 2014-2024
32
41
  * @license MIT
33
42
  */
34
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openremote/or-survey",
3
- "version": "1.2.0-snapshot.20240616202404",
3
+ "version": "1.2.0-snapshot.20240819101332",
4
4
  "description": "Displays survey",
5
5
  "main": "dist/umd/index.bundle.js",
6
6
  "module": "lib/index.js",
@@ -16,16 +16,16 @@
16
16
  "author": "OpenRemote",
17
17
  "license": "AGPL-3.0-or-later",
18
18
  "dependencies": {
19
- "@openremote/core": "1.2.0-snapshot.20240616202404",
20
- "@openremote/model": "1.2.0-snapshot.20240616202404",
21
- "@openremote/or-translate": "1.2.0-snapshot.20240616202404",
19
+ "@openremote/core": "1.2.0-snapshot.20240819101332",
20
+ "@openremote/model": "1.2.0-snapshot.20240819101332",
21
+ "@openremote/or-translate": "1.2.0-snapshot.20240819101332",
22
22
  "@types/lodash-es": "^4.17.5",
23
23
  "lit": "^2.0.2",
24
24
  "lodash-es": "^4.17.15",
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"