vike 0.4.230-commit-8b60b8c → 0.4.230-commit-dd11364

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.
@@ -87,6 +87,7 @@ async function getPlusFilesAll(userRootDir, esbuildCache) {
87
87
  }
88
88
  function assertPlusFiles(plusFilesAll) {
89
89
  const plusFiles = Object.values(plusFilesAll).flat();
90
+ // The earlier we call it the better, so that +require can be used by Vike extensions to depend on new Vike features
90
91
  (0, assertExtensions_js_1.assertExtensionsRequire)(plusFiles);
91
92
  }
92
93
  function getPlusFileFromConfigFile(configFile, isExtensionConfig, locationId, userRootDir) {
@@ -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.230-commit-8b60b8c';
5
+ exports.PROJECT_VERSION = '0.4.230-commit-dd11364';
@@ -85,6 +85,7 @@ async function getPlusFilesAll(userRootDir, esbuildCache) {
85
85
  }
86
86
  function assertPlusFiles(plusFilesAll) {
87
87
  const plusFiles = Object.values(plusFilesAll).flat();
88
+ // The earlier we call it the better, so that +require can be used by Vike extensions to depend on new Vike features
88
89
  assertExtensionsRequire(plusFiles);
89
90
  }
90
91
  function getPlusFileFromConfigFile(configFile, isExtensionConfig, locationId, userRootDir) {
@@ -1 +1 @@
1
- export declare const PROJECT_VERSION: "0.4.230-commit-8b60b8c";
1
+ export declare const PROJECT_VERSION: "0.4.230-commit-dd11364";
@@ -1,2 +1,2 @@
1
1
  // Automatically updated by @brillout/release-me
2
- export const PROJECT_VERSION = '0.4.230-commit-8b60b8c';
2
+ export const PROJECT_VERSION = '0.4.230-commit-dd11364';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vike",
3
- "version": "0.4.230-commit-8b60b8c",
3
+ "version": "0.4.230-commit-dd11364",
4
4
  "repository": "https://github.com/vikejs/vike",
5
5
  "exports": {
6
6
  "./server": {