vike 0.4.241-commit-60b0676 → 0.4.242

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.
@@ -1,4 +1,5 @@
1
1
  export { pluginReplaceConstantsGlobalThis };
2
+ export type _LoadDeclareGlobal__VIKE__IS = never;
2
3
  import type { Plugin } from 'vite';
3
4
  declare global {
4
5
  /** Like `import.meta.env.DEV` but works for `node_modules/` packages with `ssr.external` */
@@ -13,6 +13,7 @@ export type { VikeConfig } from '../node/vite/shared/resolveVikeConfigInternal.j
13
13
  export type { UrlPublic as Url } from '../utils/parseUrl.js';
14
14
  export type { InjectFilterEntry } from '../node/runtime/renderPage/html/injectAssets/getHtmlTags.js';
15
15
  export { defineConfig } from './defineConfig.js';
16
+ export type { _LoadDeclareGlobal__VIKE__IS } from '../node/vite/plugins/pluginReplaceConstantsGlobalThis.js';
16
17
  import type { ConfigEnv } from './PageConfig.js';
17
18
  /** @deprecated Replace:
18
19
  * `import type { Env } from 'vike/types'`
@@ -1 +1 @@
1
- export declare const PROJECT_VERSION: "0.4.241-commit-60b0676";
1
+ export declare const PROJECT_VERSION: "0.4.242";
@@ -1,2 +1,2 @@
1
1
  // Automatically updated by @brillout/release-me
2
- export const PROJECT_VERSION = '0.4.241-commit-60b0676';
2
+ export const PROJECT_VERSION = '0.4.242';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vike",
3
- "version": "0.4.241-commit-60b0676",
3
+ "version": "0.4.242",
4
4
  "repository": "https://github.com/vikejs/vike",
5
5
  "exports": {
6
6
  "./server": {