vike 0.4.211-commit-be2fe23 → 0.4.212-commit-1c62ff2
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.
- package/dist/cjs/node/plugin/plugins/importUserCode/getVirtualFileImportUserCode.js +1 -1
- package/dist/cjs/utils/PROJECT_VERSION.js +1 -1
- package/dist/esm/node/plugin/plugins/importUserCode/getVirtualFileImportUserCode.js +1 -1
- package/dist/esm/utils/PROJECT_VERSION.d.ts +1 -1
- package/dist/esm/utils/PROJECT_VERSION.js +1 -1
- package/dist/esm/utils/projectInfo.d.ts +1 -1
- package/package.json +1 -1
- package/RenderErrorPage.js +0 -3
- package/__internal/setup.js +0 -3
- package/__internal.js +0 -3
- package/abort.js +0 -3
- package/cli.js +0 -3
- package/client/router.js +0 -3
- package/client.js +0 -3
- package/plugin.js +0 -3
- package/prerender.js +0 -3
- package/routing.js +0 -3
- package/server.js +0 -3
|
@@ -60,7 +60,7 @@ function determineInjection({ fileType, isForClientSide, isClientRouting, isPrer
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
async function generateGlobImports(globRoots, isBuild, isForClientSide, isClientRouting, configVike, isPrerendering, config, isDev, id) {
|
|
63
|
-
let fileContent = `//
|
|
63
|
+
let fileContent = `// Generated by https://github.com/vikejs/vike/blob/main/vike/node/plugin/plugins/importUserCode/getVirtualFileImportUserCode.ts
|
|
64
64
|
|
|
65
65
|
export const pageFilesLazy = {};
|
|
66
66
|
export const pageFilesEager = {};
|
|
@@ -55,7 +55,7 @@ function determineInjection({ fileType, isForClientSide, isClientRouting, isPrer
|
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
async function generateGlobImports(globRoots, isBuild, isForClientSide, isClientRouting, configVike, isPrerendering, config, isDev, id) {
|
|
58
|
-
let fileContent = `//
|
|
58
|
+
let fileContent = `// Generated by https://github.com/vikejs/vike/blob/main/vike/node/plugin/plugins/importUserCode/getVirtualFileImportUserCode.ts
|
|
59
59
|
|
|
60
60
|
export const pageFilesLazy = {};
|
|
61
61
|
export const pageFilesEager = {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const PROJECT_VERSION: "0.4.
|
|
1
|
+
export declare const PROJECT_VERSION: "0.4.212-commit-1c62ff2";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Automatically updated by @brillout/release-me
|
|
2
|
-
export const PROJECT_VERSION = '0.4.
|
|
2
|
+
export const PROJECT_VERSION = '0.4.212-commit-1c62ff2';
|
package/package.json
CHANGED
package/RenderErrorPage.js
DELETED
package/__internal/setup.js
DELETED
package/__internal.js
DELETED
package/abort.js
DELETED
package/cli.js
DELETED
package/client/router.js
DELETED
package/client.js
DELETED
package/plugin.js
DELETED
package/prerender.js
DELETED
package/routing.js
DELETED
package/server.js
DELETED