@omnia/tooling-vue 8.0.241-dev → 8.0.242-dev

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.
@@ -92,11 +92,10 @@ declare global {
92
92
  if (Object.keys(docResult).length > 0) {
93
93
  fsExtra.outputFileSync(docPath, `
94
94
  import { extendApi } from "@omnia/fx";
95
- import { ComponentDoc } from "@omnia/fx-models";
96
95
 
97
96
  extendApi(api => api.fx.docs.registrations, api => {
98
97
 
99
- const registrations: { [elementName: string]: ComponentDoc } = ${JSON.stringify(docResult)}
98
+ const registrations = ${JSON.stringify(docResult)}
100
99
 
101
100
  Object.keys(registrations).forEach(elementName => {
102
101
  api.register(elementName, registrations[elementName]);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/tooling-vue",
3
3
  "license": "MIT",
4
- "version": "8.0.241-dev",
4
+ "version": "8.0.242-dev",
5
5
  "description": "Used to bundle and serve manifests web component that build on Vue framework.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -19,8 +19,8 @@
19
19
  ],
20
20
  "author": "Precio Fishbone",
21
21
  "dependencies": {
22
- "@omnia/fx-models": "8.0.241-dev",
23
- "@omnia/tooling-composers": "8.0.241-dev",
22
+ "@omnia/fx-models": "8.0.242-dev",
23
+ "@omnia/tooling-composers": "8.0.242-dev",
24
24
  "@types/mousetrap": "1.5.34",
25
25
  "@types/quill": "1.3.6",
26
26
  "@types/zepto": "1.0.29",