vike 0.4.196-commit-9d5270e → 0.4.196-commit-df033dd
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.
|
@@ -38,7 +38,7 @@ function clean() {
|
|
|
38
38
|
let filePathAbsoluteUserRootDir = href.slice(0, -suffix.length);
|
|
39
39
|
const prefix = '/@fs/';
|
|
40
40
|
if (filePathAbsoluteUserRootDir.startsWith(prefix))
|
|
41
|
-
filePathAbsoluteUserRootDir.slice(prefix.length);
|
|
41
|
+
filePathAbsoluteUserRootDir = filePathAbsoluteUserRootDir.slice(prefix.length);
|
|
42
42
|
if (injectedByVite.some((filePathAbsoluteFilesystem) => filePathAbsoluteFilesystem.endsWith(filePathAbsoluteUserRootDir))) {
|
|
43
43
|
linkVike.remove();
|
|
44
44
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const PROJECT_VERSION: "0.4.196-commit-
|
|
1
|
+
export declare const PROJECT_VERSION: "0.4.196-commit-df033dd";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Automatically updated by @brillout/release-me
|
|
2
|
-
export const PROJECT_VERSION = '0.4.196-commit-
|
|
2
|
+
export const PROJECT_VERSION = '0.4.196-commit-df033dd';
|