smbls 2.11.464 → 2.11.465

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.
@@ -12233,6 +12233,7 @@ var init_Collection = __esm({
12233
12233
  }
12234
12234
  if (!param)
12235
12235
  return;
12236
+ param = param.filter((v) => !v.$$typeof);
12236
12237
  if ((0, import_utils8.isString)(param)) {
12237
12238
  if (param === "state")
12238
12239
  param = state.parse();
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "smbls",
3
- "version": "2.11.464",
3
+ "version": "2.11.465",
4
4
  "license": "MIT",
5
5
  "repository": "https://github.com/symbo-ls/smbls",
6
- "gitHead": "7a24490e102fa450e508f8527923647816e26ab9",
6
+ "gitHead": "8c9348b397e667aba5fcb17797000c2014885ee2",
7
7
  "source": "index.js",
8
8
  "main": "index.js",
9
9
  "module": "index.js",
@@ -14,16 +14,16 @@
14
14
  ],
15
15
  "dependencies": {
16
16
  "@symbo.ls/cli": "^2.11.464",
17
- "@symbo.ls/create": "^2.11.464",
17
+ "@symbo.ls/create": "^2.11.465",
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.464",
22
- "@symbo.ls/uikit": "^2.11.464",
21
+ "@symbo.ls/sync": "^2.11.465",
22
+ "@symbo.ls/uikit": "^2.11.465",
23
23
  "@symbo.ls/utils": "^2.11.453",
24
24
  "attrs-in-props": "^2.11.455",
25
- "css-in-props": "^2.11.464",
26
- "domql": "^2.5.155"
25
+ "css-in-props": "^2.11.465",
26
+ "domql": "^2.5.158"
27
27
  },
28
28
  "type": "module",
29
29
  "exports": "./dist/cjs/index.js",