@saltcorn/builder 1.4.1 → 1.4.3

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.
@@ -1,13 +1,7 @@
1
- /*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
6
-
7
1
  /*!
8
- Copyright (c) 2017 Jed Watson.
9
- Licensed under the MIT License (MIT), see
10
- http://jedwatson.github.io/classnames
2
+ Copyright (c) 2018 Jed Watson.
3
+ Licensed under the MIT License (MIT), see
4
+ http://jedwatson.github.io/classnames
11
5
  */
12
6
 
13
7
  /*!
@@ -15,40 +9,7 @@ object-assign
15
9
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
16
10
  */
17
11
 
18
- /*! *****************************************************************************
19
- Copyright (c) Microsoft Corporation.
20
-
21
- Permission to use, copy, modify, and/or distribute this software for any
22
- purpose with or without fee is hereby granted.
23
-
24
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
25
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
26
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
27
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
28
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
29
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
30
- PERFORMANCE OF THIS SOFTWARE.
31
- ***************************************************************************** */
32
-
33
- /*! *****************************************************************************
34
- Copyright (c) Microsoft Corporation. All rights reserved.
35
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
36
- this file except in compliance with the License. You may obtain a copy of the
37
- License at http://www.apache.org/licenses/LICENSE-2.0
38
-
39
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
40
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
41
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
42
- MERCHANTABLITY OR NON-INFRINGEMENT.
43
-
44
- See the Apache Version 2.0 License for specific language governing permissions
45
- and limitations under the License.
46
- ***************************************************************************** */
47
-
48
- /*!*
49
- * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
50
- * For licensing, see LICENSE.md.
51
- */
12
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
52
13
 
53
14
  /**
54
15
  * @license
@@ -59,8 +20,14 @@ and limitations under the License.
59
20
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
60
21
  */
61
22
 
62
- /** @license React v0.19.1
63
- * scheduler.production.min.js
23
+ /**
24
+ * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
25
+ * For licensing, see LICENSE.md.
26
+ */
27
+
28
+ /**
29
+ * @license React
30
+ * react-dom.production.min.js
64
31
  *
65
32
  * Copyright (c) Facebook, Inc. and its affiliates.
66
33
  *
@@ -68,8 +35,9 @@ and limitations under the License.
68
35
  * LICENSE file in the root directory of this source tree.
69
36
  */
70
37
 
71
- /** @license React v16.13.1
72
- * react-dom.production.min.js
38
+ /**
39
+ * @license React
40
+ * react.production.min.js
73
41
  *
74
42
  * Copyright (c) Facebook, Inc. and its affiliates.
75
43
  *
@@ -77,8 +45,9 @@ and limitations under the License.
77
45
  * LICENSE file in the root directory of this source tree.
78
46
  */
79
47
 
80
- /** @license React v16.13.1
81
- * react-is.production.min.js
48
+ /**
49
+ * @license React
50
+ * scheduler.production.min.js
82
51
  *
83
52
  * Copyright (c) Facebook, Inc. and its affiliates.
84
53
  *
@@ -87,7 +56,7 @@ and limitations under the License.
87
56
  */
88
57
 
89
58
  /** @license React v16.13.1
90
- * react.production.min.js
59
+ * react-is.production.min.js
91
60
  *
92
61
  * Copyright (c) Facebook, Inc. and its affiliates.
93
62
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saltcorn/builder",
3
- "version": "1.4.1",
3
+ "version": "1.4.3",
4
4
  "description": "Drag and drop view builder for Saltcorn, open-source no-code platform",
5
5
  "main": "index.js",
6
6
  "homepage": "https://saltcorn.com",
@@ -20,7 +20,7 @@
20
20
  "@babel/preset-react": "7.24.7",
21
21
  "@craftjs/core": "0.1.0-beta.20",
22
22
  "@craftjs/utils": "0.1.0-beta.20",
23
- "@saltcorn/common-code": "1.4.1",
23
+ "@saltcorn/common-code": "1.4.3",
24
24
  "saltcorn-craft-layers-noeye": "0.1.0-beta.22",
25
25
  "@fonticonpicker/react-fonticonpicker": "1.2.0",
26
26
  "@fortawesome/fontawesome-svg-core": "1.2.34",