vike 0.4.228-commit-1553dee → 0.4.228-commit-51f0080

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.
@@ -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.228-commit-1553dee';
5
+ exports.PROJECT_VERSION = '0.4.228-commit-51f0080';
@@ -1 +1 @@
1
- export declare const PROJECT_VERSION: "0.4.228-commit-1553dee";
1
+ export declare const PROJECT_VERSION: "0.4.228-commit-51f0080";
@@ -1,2 +1,2 @@
1
1
  // Automatically updated by @brillout/release-me
2
- export const PROJECT_VERSION = '0.4.228-commit-1553dee';
2
+ export const PROJECT_VERSION = '0.4.228-commit-51f0080';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vike",
3
- "version": "0.4.228-commit-1553dee",
3
+ "version": "0.4.228-commit-51f0080",
4
4
  "repository": "https://github.com/vikejs/vike",
5
5
  "exports": {
6
6
  "./server": {
@@ -127,7 +127,7 @@
127
127
  "acorn": "^8.0.0",
128
128
  "cac": "^6.0.0",
129
129
  "es-module-lexer": "^1.0.0",
130
- "esbuild": "^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0",
130
+ "esbuild": ">=0.19.0",
131
131
  "json5": "^2.0.0",
132
132
  "magic-string": "^0.30.17",
133
133
  "picomatch": "^4.0.2",