@omnia/tooling-vue 8.0.360-dev → 8.0.362-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.
|
@@ -29,8 +29,8 @@ export declare function parseHmrEsmPath(value: string): OmniaEsmUrl;
|
|
|
29
29
|
export declare function parseHmrDynamicBundlePath(value: string): OmniaEsmUrl;
|
|
30
30
|
export declare function parsePhysicalPath(value: string): OmniaPhysicalPath;
|
|
31
31
|
export declare function modify(value: string): {
|
|
32
|
-
appendWorkerIdentifier(checker: boolean): any;
|
|
33
|
-
appendTimestamp(timestamp: number): any;
|
|
32
|
+
appendWorkerIdentifier(checker: boolean): /*elided*/ any;
|
|
33
|
+
appendTimestamp(timestamp: number): /*elided*/ any;
|
|
34
34
|
getValue(): string;
|
|
35
35
|
};
|
|
36
36
|
export declare function resolveModulePath(modulePath: string, external?: boolean): string;
|
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.362-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.362-dev",
|
|
23
|
+
"@omnia/tooling-composers": "8.0.362-dev",
|
|
24
24
|
"@types/mousetrap": "1.5.34",
|
|
25
25
|
"@types/quill": "1.3.6",
|
|
26
26
|
"@types/zepto": "1.0.29",
|