@omnia/tooling-vue 8.0.22-vnext → 8.0.23-vnext

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.
@@ -1,5 +1,5 @@
1
1
  import { Configuration } from 'webpack';
2
- import { BuildOptions } from '../../composers/models/index';
2
+ import { BuildOptions } from '@omnia/tooling-composers';
3
3
  import { GuidValue } from "@omnia/fx-models";
4
4
  declare function bundleManifest(entries: any): Promise<void>;
5
5
  declare function createVueWebpackConfig(currentEntry: any, entries: any, bundleOutputDir: any, hotModuleReload?: any, viteHmrOption?: 'prebundle' | 'dynamic'): Configuration;
@@ -9,7 +9,7 @@ const globby = tslib_1.__importStar(require("globby"));
9
9
  const terser_1 = require("terser");
10
10
  const ts_loader_1 = tslib_1.__importDefault(require("../webpack-loaders/ts-loader"));
11
11
  const tsx_loader_1 = tslib_1.__importDefault(require("../webpack-loaders/tsx-loader"));
12
- const index_1 = require("../../composers/models/index");
12
+ const tooling_composers_1 = require("@omnia/tooling-composers");
13
13
  const fx_models_1 = require("@omnia/fx-models");
14
14
  const $ = tslib_1.__importStar(require("../variables"));
15
15
  const shared_1 = require("../shared");
@@ -202,7 +202,7 @@ function buildEntries(serve = false) {
202
202
  var componentRegistry = $.composers.ComponentRegistry;
203
203
  let componentRegistrations = componentRegistry.getRegistrations();
204
204
  const serviceInfo = $.composers.ServiceManifestRegistry.getServiceInfo();
205
- if (serviceInfo.serviceType === index_1.ServiceTypes.WebApp) {
205
+ if (serviceInfo.serviceType === tooling_composers_1.ServiceTypes.WebApp) {
206
206
  await generateComponentTypingsAndDoc(componentRegistrations);
207
207
  }
208
208
  $.tooling.logTime("Found [" + componentRegistrations.length + "] component registrations", startTime);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/tooling-vue",
3
3
  "license": "MIT",
4
- "version": "8.0.22-vnext",
4
+ "version": "8.0.23-vnext",
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.22-vnext",
23
- "@omnia/tooling-composers": "8.0.22-vnext",
22
+ "@omnia/fx-models": "8.0.23-vnext",
23
+ "@omnia/tooling-composers": "8.0.23-vnext",
24
24
  "@types/mousetrap": "1.5.34",
25
25
  "@types/quill": "1.3.6",
26
26
  "@types/zepto": "1.0.29",