@wibetter/json-schema-editor 5.0.23 → 5.1.0
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/lib/index.css +2 -2
- package/lib/index.js +3508 -1
- package/lib/index.js.LICENSE.txt +2 -2
- package/package.json +1 -1
- package/sdk/index.css +2 -2
- package/sdk/index.js +202668 -143603
package/lib/index.js.LICENSE.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @wibetter/json-schema-editor v5.0
|
|
2
|
+
* @wibetter/json-schema-editor v5.1.0
|
|
3
3
|
* author: wibetter
|
|
4
4
|
* build tool: AKFun
|
|
5
|
-
* build time: Thu Jan
|
|
5
|
+
* build time: Thu Jan 09 2025 11:08:23 GMT+0800 (中国标准时间)
|
|
6
6
|
* build tool info: https://github.com/wibetter/akfun
|
|
7
7
|
*/
|
package/package.json
CHANGED
package/sdk/index.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @wibetter/json-schema-editor v5.0
|
|
2
|
+
* @wibetter/json-schema-editor v5.1.0
|
|
3
3
|
* author: wibetter
|
|
4
4
|
* build tool: AKFun
|
|
5
|
-
* build time: Thu Jan
|
|
5
|
+
* build time: Thu Jan 09 2025 11:09:15 GMT+0800 (中国标准时间)
|
|
6
6
|
* build tool info: https://github.com/wibetter/akfun
|
|
7
7
|
*/
|
|
8
8
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|