vike 0.4.212-commit-1c62ff2 → 0.4.212-commit-962127b

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.
@@ -0,0 +1,3 @@
1
+ // Some tools still need this as of January 2025
2
+ export * from './dist/esm/shared/RenderErrorPage.js'
3
+ export { default } from './dist/esm/shared/RenderErrorPage.js'
@@ -0,0 +1,3 @@
1
+ // Some tools still need this as of January 2025
2
+ export * from '../dist/esm/node/runtime/page-files/setup.js'
3
+ export { default } from '../dist/esm/node/runtime/page-files/setup.js'
package/__internal.js ADDED
@@ -0,0 +1,3 @@
1
+ // Some tools still need this as of January 2025
2
+ export * from './dist/esm/__internal/index.js'
3
+ export { default } from './dist/esm/__internal/index.js'
package/abort.js ADDED
@@ -0,0 +1,3 @@
1
+ // Some tools still need this as of January 2025
2
+ export * from './dist/esm/shared/abort.js'
3
+ export { default } from './dist/esm/shared/abort.js'
package/cli.js ADDED
@@ -0,0 +1,3 @@
1
+ // Some tools still need this as of January 2025
2
+ export * from './dist/esm/node/cli/index.js'
3
+ export { default } from './dist/esm/node/cli/index.js'
@@ -0,0 +1,3 @@
1
+ // Some tools still need this as of January 2025
2
+ export * from '../dist/esm/client/client-routing-runtime/index.js'
3
+ export { default } from '../dist/esm/client/client-routing-runtime/index.js'
package/client.js ADDED
@@ -0,0 +1,3 @@
1
+ // Some tools still need this as of January 2025
2
+ export * from './dist/esm/client/server-routing-runtime/index.js'
3
+ export { default } from './dist/esm/client/server-routing-runtime/index.js'
@@ -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.212-commit-1c62ff2';
5
+ exports.PROJECT_VERSION = '0.4.212-commit-962127b';
@@ -1 +1 @@
1
- export declare const PROJECT_VERSION: "0.4.212-commit-1c62ff2";
1
+ export declare const PROJECT_VERSION: "0.4.212-commit-962127b";
@@ -1,2 +1,2 @@
1
1
  // Automatically updated by @brillout/release-me
2
- export const PROJECT_VERSION = '0.4.212-commit-1c62ff2';
2
+ export const PROJECT_VERSION = '0.4.212-commit-962127b';
@@ -1,4 +1,4 @@
1
1
  export declare const projectInfo: {
2
2
  projectName: "Vike";
3
- projectVersion: "0.4.212-commit-1c62ff2";
3
+ projectVersion: "0.4.212-commit-962127b";
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vike",
3
- "version": "0.4.212-commit-1c62ff2",
3
+ "version": "0.4.212-commit-962127b",
4
4
  "repository": "https://github.com/vikejs/vike",
5
5
  "exports": {
6
6
  "./server": {
package/plugin.js ADDED
@@ -0,0 +1,3 @@
1
+ // Some tools still need this as of January 2025
2
+ export * from './dist/esm/node/plugin/index.js'
3
+ export { default } from './dist/esm/node/plugin/index.js'
package/prerender.js ADDED
@@ -0,0 +1,3 @@
1
+ // Some tools still need this as of January 2025
2
+ export * from './dist/esm/node/prerender/index.js'
3
+ export { default } from './dist/esm/node/prerender/index.js'
package/routing.js ADDED
@@ -0,0 +1,3 @@
1
+ // Some tools still need this as of January 2025
2
+ export * from './dist/esm/shared/route/routing.js'
3
+ export { default } from './dist/esm/shared/route/routing.js'
package/server.js ADDED
@@ -0,0 +1,3 @@
1
+ // Some tools still need this as of January 2025
2
+ export * from './dist/esm/node/runtime/index.js'
3
+ export { default } from './dist/esm/node/runtime/index.js'