vike 0.4.160-commit-30d535e → 0.4.160-commit-facd36e

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.
@@ -261,7 +261,6 @@ async function loadVikeConfig(userRootDir, outDirRoot, isDev, extensions) {
261
261
  configValueSources[configName] = sources;
262
262
  }));
263
263
  configValueSources = sortConfigValueSources(configValueSources, locationId);
264
- console.log(JSON.stringify(configValueSources, null, 2));
265
264
  const { routeFilesystem, isErrorPage } = determineRouteFilesystem(locationId, configValueSources);
266
265
  applyEffectsAll(configValueSources, configDefinitions);
267
266
  const configValuesComputed = getComputed(configValueSources, configDefinitions);
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PROJECT_VERSION = exports.projectInfo = void 0;
4
4
  const assertSingleInstance_js_1 = require("./assertSingleInstance.js");
5
- const PROJECT_VERSION = '0.4.160-commit-30d535e';
5
+ const PROJECT_VERSION = '0.4.160-commit-facd36e';
6
6
  exports.PROJECT_VERSION = PROJECT_VERSION;
7
7
  const projectInfo = {
8
8
  projectName: 'Vike',
@@ -256,7 +256,6 @@ async function loadVikeConfig(userRootDir, outDirRoot, isDev, extensions) {
256
256
  configValueSources[configName] = sources;
257
257
  }));
258
258
  configValueSources = sortConfigValueSources(configValueSources, locationId);
259
- console.log(JSON.stringify(configValueSources, null, 2));
260
259
  const { routeFilesystem, isErrorPage } = determineRouteFilesystem(locationId, configValueSources);
261
260
  applyEffectsAll(configValueSources, configDefinitions);
262
261
  const configValuesComputed = getComputed(configValueSources, configDefinitions);
@@ -1,7 +1,7 @@
1
1
  export { projectInfo };
2
2
  export { PROJECT_VERSION };
3
- declare const PROJECT_VERSION: "0.4.160-commit-30d535e";
3
+ declare const PROJECT_VERSION: "0.4.160-commit-facd36e";
4
4
  declare const projectInfo: {
5
5
  projectName: "Vike";
6
- projectVersion: "0.4.160-commit-30d535e";
6
+ projectVersion: "0.4.160-commit-facd36e";
7
7
  };
@@ -1,7 +1,7 @@
1
1
  export { projectInfo };
2
2
  export { PROJECT_VERSION };
3
3
  import { onProjectInfo } from './assertSingleInstance.js';
4
- const PROJECT_VERSION = '0.4.160-commit-30d535e';
4
+ const PROJECT_VERSION = '0.4.160-commit-facd36e';
5
5
  const projectInfo = {
6
6
  projectName: 'Vike',
7
7
  projectVersion: PROJECT_VERSION
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vike",
3
- "version": "0.4.160-commit-30d535e",
3
+ "version": "0.4.160-commit-facd36e",
4
4
  "scripts": {
5
5
  "dev": "tsc --watch",
6
6
  "build": "rimraf dist/ && pnpm run build:esm && pnpm run build:cjs",