@symbo.ls/create 2.11.150 → 2.11.160

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.
package/dist/cjs/index.js CHANGED
@@ -165,7 +165,7 @@ const createSync = (App, options = import_options.default, optionsExternalFile)
165
165
  document
166
166
  }
167
167
  }, parent, key, {
168
- // extend: [uikit.Box],
168
+ extend: [uikit.Box],
169
169
  verbose: options.verbose,
170
170
  ...options.domqlOptions
171
171
  });
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@symbo.ls/create",
3
- "version": "2.11.150",
3
+ "version": "2.11.160",
4
4
  "license": "MIT",
5
- "gitHead": "cd6667cfdf36c4f26203167255e870c26ca36bf1",
5
+ "gitHead": "f36bc99a2d0c1b771e3d8e104d1b1005b2b0a33a",
6
6
  "files": [
7
7
  "src",
8
8
  "dist"
package/src/index.js CHANGED
@@ -142,7 +142,7 @@ export const createSync = (App, options = DEFAULT_CREATE_OPTIONS, optionsExterna
142
142
  document
143
143
  }
144
144
  }, parent, key, {
145
- // extend: [uikit.Box],
145
+ extend: [uikit.Box],
146
146
  verbose: options.verbose,
147
147
  ...options.domqlOptions
148
148
  })