@symbo.ls/create 2.11.466 → 2.11.467

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.
@@ -13855,6 +13855,8 @@ var init_Collection = __esm({
13855
13855
  });
13856
13856
  if (childrenAs)
13857
13857
  param = param.map((v) => ({ extend: childExtends, [childrenAs]: v }));
13858
+ } else if (childrenExec) {
13859
+ param = [{ text: param }];
13858
13860
  }
13859
13861
  if (!param)
13860
13862
  return;
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@symbo.ls/create",
3
- "version": "2.11.466",
3
+ "version": "2.11.467",
4
4
  "license": "MIT",
5
- "gitHead": "ecdaeba51ab8c4d65fc84880530fc42b449e89b3",
5
+ "gitHead": "9939ac3ac62d76a4ed14590c78b0a74dc66f5c93",
6
6
  "files": [
7
7
  "src",
8
8
  "dist"
@@ -37,8 +37,8 @@
37
37
  "@symbo.ls/fetch": "^2.11.453",
38
38
  "@symbo.ls/init": "^2.11.464",
39
39
  "@symbo.ls/scratch": "^2.11.464",
40
- "@symbo.ls/sync": "^2.11.466",
41
- "@symbo.ls/uikit": "^2.11.465",
40
+ "@symbo.ls/sync": "^2.11.467",
41
+ "@symbo.ls/uikit": "^2.11.467",
42
42
  "@symbo.ls/utils": "^2.11.453",
43
43
  "domql": "^2.5.158"
44
44
  },