smbls 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.
- package/dist/cjs/index.bundle.js +2 -0
- package/package.json +6 -6
package/dist/cjs/index.bundle.js
CHANGED
|
@@ -12230,6 +12230,8 @@ var init_Collection = __esm({
|
|
|
12230
12230
|
});
|
|
12231
12231
|
if (childrenAs)
|
|
12232
12232
|
param = param.map((v) => ({ extend: childExtends, [childrenAs]: v }));
|
|
12233
|
+
} else if (childrenExec) {
|
|
12234
|
+
param = [{ text: param }];
|
|
12233
12235
|
}
|
|
12234
12236
|
if (!param)
|
|
12235
12237
|
return;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "smbls",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.467",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "https://github.com/symbo-ls/smbls",
|
|
6
|
-
"gitHead": "
|
|
6
|
+
"gitHead": "9939ac3ac62d76a4ed14590c78b0a74dc66f5c93",
|
|
7
7
|
"source": "index.js",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"module": "index.js",
|
|
@@ -14,15 +14,15 @@
|
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@symbo.ls/cli": "^2.11.464",
|
|
17
|
-
"@symbo.ls/create": "^2.11.
|
|
17
|
+
"@symbo.ls/create": "^2.11.467",
|
|
18
18
|
"@symbo.ls/default-config": "^2.11.464",
|
|
19
19
|
"@symbo.ls/init": "^2.11.464",
|
|
20
20
|
"@symbo.ls/scratch": "^2.11.464",
|
|
21
|
-
"@symbo.ls/sync": "^2.11.
|
|
22
|
-
"@symbo.ls/uikit": "^2.11.
|
|
21
|
+
"@symbo.ls/sync": "^2.11.467",
|
|
22
|
+
"@symbo.ls/uikit": "^2.11.467",
|
|
23
23
|
"@symbo.ls/utils": "^2.11.453",
|
|
24
24
|
"attrs-in-props": "^2.11.455",
|
|
25
|
-
"css-in-props": "^2.11.
|
|
25
|
+
"css-in-props": "^2.11.467",
|
|
26
26
|
"domql": "^2.5.158"
|
|
27
27
|
},
|
|
28
28
|
"type": "module",
|