@symbo.ls/create 2.10.9 → 2.10.11

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.
Files changed (2) hide show
  1. package/index.js +5 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -40,6 +40,10 @@ export const create = async (App, options = defaultOptions) => {
40
40
 
41
41
  DOM.define(options.define || define)
42
42
 
43
+ console.group(key)
44
+ console.dir(options)
45
+ console.groupEnd(key)
46
+
43
47
  return DOM.create({
44
48
  extend: [App, {
45
49
  routes: options.pages,
@@ -54,7 +58,7 @@ export const create = async (App, options = defaultOptions) => {
54
58
  pages: options.pages,
55
59
  system: designSystem
56
60
  },
57
- components
61
+ components,
58
62
  // TODO: move define here,
59
63
  })
60
64
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@symbo.ls/create",
3
- "version": "2.10.9",
3
+ "version": "2.10.11",
4
4
  "license": "MIT",
5
- "gitHead": "7f89884eef8358e34ca0b4cbd2679eebb4ac65fe",
5
+ "gitHead": "cc4d2b38b197ae7540e1eb84b1eb3a7c244c3a46",
6
6
  "source": "index.js",
7
7
  "main": "index.js",
8
8
  "dependencies": {