@openremote/or-json-forms 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,12 +175,21 @@ For more information about SproutCore, visit http://www.sproutcore.com
175
175
  * SPDX-License-Identifier: BSD-3-Clause
176
176
  */
177
177
 
178
+ /**
179
+ * @license
180
+ * Lodash <https://lodash.com/>
181
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
182
+ * Released under MIT license <https://lodash.com/license>
183
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
184
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
185
+ */
186
+
178
187
  /**
179
188
  * [js-sha256]{@link https://github.com/emn178/js-sha256}
180
189
  *
181
- * @version 0.10.1
190
+ * @version 0.11.0
182
191
  * @author Chen, Yi-Cyuan [emn178@gmail.com]
183
- * @copyright Chen, Yi-Cyuan 2014-2023
192
+ * @copyright Chen, Yi-Cyuan 2014-2024
184
193
  * @license MIT
185
194
  */
186
195
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openremote/or-json-forms",
3
- "version": "1.2.0-snapshot.20240616202404",
3
+ "version": "1.2.0-snapshot.20240819101332",
4
4
  "description": "Renders a JSON schema and provides instance editing",
5
5
  "main": "dist/umd/index.bundle.js",
6
6
  "module": "lib/index.js",
@@ -18,14 +18,14 @@
18
18
  "license": "AGPL-3.0-or-later",
19
19
  "dependencies": {
20
20
  "@jsonforms/core": "3.0.0-beta.1",
21
- "@openremote/or-components": "1.2.0-snapshot.20240616202404",
22
- "@openremote/or-mwc-components": "1.2.0-snapshot.20240616202404",
21
+ "@openremote/or-components": "1.2.0-snapshot.20240819101332",
22
+ "@openremote/or-mwc-components": "1.2.0-snapshot.20240819101332",
23
23
  "@polymer/polymer": "^3.3.1",
24
24
  "ajv": "^8.8.2",
25
25
  "lit": "^2.0.2"
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"