@symbo.ls/create 2.10.133 → 2.10.152

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 +0 -4
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -65,8 +65,6 @@ export const create = async (App, options = defaultOptions, RC_FILE) => {
65
65
 
66
66
  const doc = options.parent || document
67
67
 
68
- console.log(options)
69
-
70
68
  const designSystem = init(options.system || {}, {
71
69
  key,
72
70
  emotion,
@@ -76,8 +74,6 @@ export const create = async (App, options = defaultOptions, RC_FILE) => {
76
74
  ...initOptions
77
75
  })
78
76
 
79
- console.log(designSystem)
80
-
81
77
  const domqlApp = DOM.create({
82
78
  extend: [App],
83
79
  routes: options.pages,
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@symbo.ls/create",
3
- "version": "2.10.133",
3
+ "version": "2.10.152",
4
4
  "license": "MIT",
5
- "gitHead": "75d8f8e2aedb0d9791e7c7fc84990bd42231bbc7",
5
+ "gitHead": "2d292d25c681dbed822c339cdbc3d10aa97cfb50",
6
6
  "source": "index.js",
7
7
  "main": "index.js",
8
8
  "dependencies": {