@symbo.ls/create 2.11.471 → 2.11.473
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/dist/cjs/bundle/index.js +2 -1
- package/package.json +4 -4
package/dist/cjs/bundle/index.js
CHANGED
|
@@ -13848,8 +13848,9 @@ var init_Collection = __esm({
|
|
|
13848
13848
|
if (childrenAs)
|
|
13849
13849
|
param = param.map((v) => ({ extend: childExtends, [childrenAs]: v }));
|
|
13850
13850
|
} else if ((0, import_utils8.isObject)(childrenExec)) {
|
|
13851
|
-
if (
|
|
13851
|
+
if (childrenExec.$$typeof)
|
|
13852
13852
|
return;
|
|
13853
|
+
param = (0, import_utils8.deepCloneWithExtend)(childrenExec);
|
|
13853
13854
|
param = Object.keys(param).map((v) => {
|
|
13854
13855
|
const val = param[v];
|
|
13855
13856
|
return (0, import_utils8.addAdditionalExtend)(v, val);
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/create",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.473",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"gitHead": "
|
|
5
|
+
"gitHead": "2347404b8074616b109a119a008a1e99b5f33348",
|
|
6
6
|
"files": [
|
|
7
7
|
"src",
|
|
8
8
|
"dist"
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"@symbo.ls/fetch": "^2.11.470",
|
|
38
38
|
"@symbo.ls/init": "^2.11.470",
|
|
39
39
|
"@symbo.ls/scratch": "^2.11.470",
|
|
40
|
-
"@symbo.ls/sync": "^2.11.
|
|
41
|
-
"@symbo.ls/uikit": "^2.11.
|
|
40
|
+
"@symbo.ls/sync": "^2.11.473",
|
|
41
|
+
"@symbo.ls/uikit": "^2.11.473",
|
|
42
42
|
"@symbo.ls/utils": "^2.11.470",
|
|
43
43
|
"domql": "^2.5.158"
|
|
44
44
|
},
|