vike 0.4.211-commit-be2fe23 → 0.4.212

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.
@@ -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 = `// Generatead by node/plugin/plugins/virtualFiles/index.ts
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 = {};
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PROJECT_VERSION = void 0;
4
4
  // Automatically updated by @brillout/release-me
5
- exports.PROJECT_VERSION = '0.4.211-commit-be2fe23';
5
+ exports.PROJECT_VERSION = '0.4.212';
@@ -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 = `// Generatead by node/plugin/plugins/virtualFiles/index.ts
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.211-commit-be2fe23";
1
+ export declare const PROJECT_VERSION: "0.4.212";
@@ -1,2 +1,2 @@
1
1
  // Automatically updated by @brillout/release-me
2
- export const PROJECT_VERSION = '0.4.211-commit-be2fe23';
2
+ export const PROJECT_VERSION = '0.4.212';
@@ -1,4 +1,4 @@
1
1
  export declare const projectInfo: {
2
2
  projectName: "Vike";
3
- projectVersion: "0.4.211-commit-be2fe23";
3
+ projectVersion: "0.4.212";
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vike",
3
- "version": "0.4.211-commit-be2fe23",
3
+ "version": "0.4.212",
4
4
  "repository": "https://github.com/vikejs/vike",
5
5
  "exports": {
6
6
  "./server": {