@omnia/tooling-vue 8.0.432-dev → 8.0.434-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.
|
@@ -15,6 +15,7 @@ const vueJsx_1 = require("./vueJsx");
|
|
|
15
15
|
const $ = tslib_1.__importStar(require("../../variables"));
|
|
16
16
|
const shared_1 = require("../../shared");
|
|
17
17
|
const doc_1 = require("../../tasks/doc");
|
|
18
|
+
const path_2 = require("./utils/path");
|
|
18
19
|
let fileGraphs = {};
|
|
19
20
|
let manifests = {};
|
|
20
21
|
const esbuildTransformOptions = {
|
|
@@ -30,7 +31,7 @@ function getFileGraph(unknownId) {
|
|
|
30
31
|
function toFileGraphId(unknownId) {
|
|
31
32
|
let id = unknownId;
|
|
32
33
|
if (utils_1.pathUtils.isTsPath(id)) {
|
|
33
|
-
id = utils_1.pathUtils.resolveTsPath(id);
|
|
34
|
+
id = utils_1.pathUtils.resolveTsPath(id.replace(`?${path_2.WORKER_IDENTIFIER}`, ""));
|
|
34
35
|
}
|
|
35
36
|
if (path_1.default.isAbsolute(id)) {
|
|
36
37
|
// return '.' + normalizePath(id.replace(normalizePath(envUtils.getRootDirPath()), ''));
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omnia/tooling-vue",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "8.0.
|
|
4
|
+
"version": "8.0.434-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": "Omnia Digital Workplace AB",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@omnia/fx-models": "8.0.
|
|
23
|
-
"@omnia/tooling-composers": "8.0.
|
|
22
|
+
"@omnia/fx-models": "8.0.434-dev",
|
|
23
|
+
"@omnia/tooling-composers": "8.0.434-dev",
|
|
24
24
|
"@types/mousetrap": "1.5.34",
|
|
25
25
|
"@types/quill": "1.3.6",
|
|
26
26
|
"@types/zepto": "1.0.29",
|