@symbo.ls/create 2.11.500 → 2.11.501

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.
@@ -27196,6 +27196,7 @@ var DEFAULT_CONFIG = {
27196
27196
  },
27197
27197
  DEVICES: {},
27198
27198
  CASES: {},
27199
+ CLASS: {},
27199
27200
  SVG: {}
27200
27201
  // TODO: Check with @nikoloza on this
27201
27202
  };
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@symbo.ls/create",
3
- "version": "2.11.500",
3
+ "version": "2.11.501",
4
4
  "license": "MIT",
5
- "gitHead": "26be30022a9bbce9288b98f013bb1c3381767960",
5
+ "gitHead": "fc87e36ca99f7c465a5261482fc88a62e0ba5dd0",
6
6
  "files": [
7
7
  "src",
8
8
  "dist"
@@ -35,9 +35,9 @@
35
35
  "@domql/report": "^2.5.0",
36
36
  "@domql/router": "^2.5.0",
37
37
  "@symbo.ls/fetch": "^2.11.475",
38
- "@symbo.ls/init": "^2.11.500",
38
+ "@symbo.ls/init": "^2.11.501",
39
39
  "@symbo.ls/scratch": "^2.11.500",
40
- "@symbo.ls/sync": "^2.11.500",
40
+ "@symbo.ls/sync": "^2.11.501",
41
41
  "@symbo.ls/uikit": "^2.11.500",
42
42
  "@symbo.ls/utils": "^2.11.497",
43
43
  "domql": "^2.5.158"