@symbo.ls/create 2.11.464 → 2.11.466

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.
@@ -13858,6 +13858,7 @@ var init_Collection = __esm({
13858
13858
  }
13859
13859
  if (!param)
13860
13860
  return;
13861
+ param = param.filter((v) => !v.$$typeof);
13861
13862
  if ((0, import_utils8.isString)(param)) {
13862
13863
  if (param === "state")
13863
13864
  param = state.parse();
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@symbo.ls/create",
3
- "version": "2.11.464",
3
+ "version": "2.11.466",
4
4
  "license": "MIT",
5
- "gitHead": "7a24490e102fa450e508f8527923647816e26ab9",
5
+ "gitHead": "ecdaeba51ab8c4d65fc84880530fc42b449e89b3",
6
6
  "files": [
7
7
  "src",
8
8
  "dist"
@@ -37,10 +37,10 @@
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.464",
41
- "@symbo.ls/uikit": "^2.11.464",
40
+ "@symbo.ls/sync": "^2.11.466",
41
+ "@symbo.ls/uikit": "^2.11.465",
42
42
  "@symbo.ls/utils": "^2.11.453",
43
- "domql": "^2.5.155"
43
+ "domql": "^2.5.158"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@babel/core": "^7.12.0"