smbls 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.
- package/dist/cjs/index.bundle.js +1 -0
- package/package.json +6 -6
package/dist/cjs/index.bundle.js
CHANGED
|
@@ -12225,6 +12225,7 @@ var init_Collection = __esm({
|
|
|
12225
12225
|
} else if ((0, import_utils8.isObject)(childrenExec)) {
|
|
12226
12226
|
if (childrenExec.$$typeof)
|
|
12227
12227
|
return;
|
|
12228
|
+
param = (0, import_utils8.deepCloneWithExtend)(childrenExec);
|
|
12228
12229
|
param = Object.keys(param).map((v) => {
|
|
12229
12230
|
const val = param[v];
|
|
12230
12231
|
return (0, import_utils8.addAdditionalExtend)(v, val);
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "smbls",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.473",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "https://github.com/symbo-ls/smbls",
|
|
6
|
-
"gitHead": "
|
|
6
|
+
"gitHead": "2347404b8074616b109a119a008a1e99b5f33348",
|
|
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.470",
|
|
17
|
-
"@symbo.ls/create": "^2.11.
|
|
17
|
+
"@symbo.ls/create": "^2.11.473",
|
|
18
18
|
"@symbo.ls/default-config": "^2.11.470",
|
|
19
19
|
"@symbo.ls/init": "^2.11.470",
|
|
20
20
|
"@symbo.ls/scratch": "^2.11.470",
|
|
21
|
-
"@symbo.ls/sync": "^2.11.
|
|
22
|
-
"@symbo.ls/uikit": "^2.11.
|
|
21
|
+
"@symbo.ls/sync": "^2.11.473",
|
|
22
|
+
"@symbo.ls/uikit": "^2.11.473",
|
|
23
23
|
"@symbo.ls/utils": "^2.11.470",
|
|
24
24
|
"attrs-in-props": "^2.11.470",
|
|
25
|
-
"css-in-props": "^2.11.
|
|
25
|
+
"css-in-props": "^2.11.473",
|
|
26
26
|
"domql": "^2.5.158"
|
|
27
27
|
},
|
|
28
28
|
"type": "module",
|