@wibetter/json-editor 5.3.1 → 6.0.1
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 +3 -3
- package/lib/index.js +1056 -1738
- package/lib/index.js.LICENSE.txt +2 -2
- package/package.json +3 -3
- package/sdk/index.css +3 -3
- package/sdk/index.js +166216 -181283
- package/sdk/index.js.LICENSE.txt +3 -3
package/sdk/index.js.LICENSE.txt
CHANGED
|
@@ -19,10 +19,10 @@ object-assign
|
|
|
19
19
|
*/
|
|
20
20
|
|
|
21
21
|
/*!
|
|
22
|
-
* @wibetter/json-editor
|
|
22
|
+
* @wibetter/json-editor v6.0.1
|
|
23
23
|
* author: wibetter
|
|
24
24
|
* build tool: AKFun
|
|
25
|
-
* build time:
|
|
25
|
+
* build time: Tue May 20 2025 15:24:31 GMT+0800 (China Standard Time)
|
|
26
26
|
* build tool info: https://github.com/wibetter/akfun
|
|
27
27
|
*/
|
|
28
28
|
|
|
@@ -41,7 +41,7 @@ See the Apache Version 2.0 License for specific language governing permissions
|
|
|
41
41
|
and limitations under the License.
|
|
42
42
|
***************************************************************************** */
|
|
43
43
|
|
|
44
|
-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/
|
|
44
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
45
45
|
|
|
46
46
|
/**
|
|
47
47
|
* @license
|