@symbo.ls/create 2.11.472 → 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.
@@ -13850,6 +13850,7 @@ var init_Collection = __esm({
13850
13850
  } else if ((0, import_utils8.isObject)(childrenExec)) {
13851
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.472",
3
+ "version": "2.11.473",
4
4
  "license": "MIT",
5
- "gitHead": "c9fbacedf2ed6618e98ddf89cf10a12ab98633a4",
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.472",
41
- "@symbo.ls/uikit": "^2.11.472",
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
  },