vike 0.4.172-commit-24e2d90 → 0.4.172-commit-612974d

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.
@@ -80,6 +80,7 @@ function assertExtensionsPeerDependencies(interfaceFilesRelevantList) {
80
80
  const errBase = `${picocolors_1.default.bold(name)} requires ${picocolors_1.default.bold(reqName)}`;
81
81
  if (reqName === 'vike') {
82
82
  (0, utils_js_1.assertUsage)(isVersionRange(utils_js_1.PROJECT_VERSION, reqVersion), `${errBase} version ${picocolors_1.default.bold(reqVersion)} but ${picocolors_1.default.bold(utils_js_1.PROJECT_VERSION)} is installed.`);
83
+ return;
83
84
  }
84
85
  const extensionVersion = extensions[reqName];
85
86
  (0, utils_js_1.assertUsage)(extensionVersion, `${errBase}.`);
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PROJECT_VERSION = exports.projectInfo = void 0;
4
- const PROJECT_VERSION = '0.4.172-commit-24e2d90';
4
+ const PROJECT_VERSION = '0.4.172-commit-612974d';
5
5
  exports.PROJECT_VERSION = PROJECT_VERSION;
6
6
  const projectInfo = {
7
7
  projectName: 'Vike',
@@ -75,6 +75,7 @@ function assertExtensionsPeerDependencies(interfaceFilesRelevantList) {
75
75
  const errBase = `${pc.bold(name)} requires ${pc.bold(reqName)}`;
76
76
  if (reqName === 'vike') {
77
77
  assertUsage(isVersionRange(PROJECT_VERSION, reqVersion), `${errBase} version ${pc.bold(reqVersion)} but ${pc.bold(PROJECT_VERSION)} is installed.`);
78
+ return;
78
79
  }
79
80
  const extensionVersion = extensions[reqName];
80
81
  assertUsage(extensionVersion, `${errBase}.`);
@@ -1,7 +1,7 @@
1
1
  export { projectInfo };
2
2
  export { PROJECT_VERSION };
3
- declare const PROJECT_VERSION: "0.4.172-commit-24e2d90";
3
+ declare const PROJECT_VERSION: "0.4.172-commit-612974d";
4
4
  declare const projectInfo: {
5
5
  projectName: "Vike";
6
- projectVersion: "0.4.172-commit-24e2d90";
6
+ projectVersion: "0.4.172-commit-612974d";
7
7
  };
@@ -1,6 +1,6 @@
1
1
  export { projectInfo };
2
2
  export { PROJECT_VERSION };
3
- const PROJECT_VERSION = '0.4.172-commit-24e2d90';
3
+ const PROJECT_VERSION = '0.4.172-commit-612974d';
4
4
  const projectInfo = {
5
5
  projectName: 'Vike',
6
6
  projectVersion: PROJECT_VERSION
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vike",
3
- "version": "0.4.172-commit-24e2d90",
3
+ "version": "0.4.172-commit-612974d",
4
4
  "scripts": {
5
5
  "dev": "tsc --watch",
6
6
  "build": "rimraf dist/ && pnpm run build:esm && pnpm run build:cjs",