vike 0.4.184-commit-0ad7dc7 → 0.4.184-commit-6c9e3a7
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 +1 @@
|
|
|
1
|
-
export declare const PROJECT_VERSION: "0.4.184-commit-
|
|
1
|
+
export declare const PROJECT_VERSION: "0.4.184-commit-6c9e3a7";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Automatically updated by @brillout/release-me
|
|
2
|
-
export const PROJECT_VERSION = '0.4.184-commit-
|
|
2
|
+
export const PROJECT_VERSION = '0.4.184-commit-6c9e3a7';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vike",
|
|
3
|
-
"version": "0.4.184-commit-
|
|
3
|
+
"version": "0.4.184-commit-6c9e3a7",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "tsc --watch",
|
|
6
6
|
"build": "rimraf dist/ && pnpm run build:esm && pnpm run build:cjs",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"acorn": "^8.0.0",
|
|
22
22
|
"cac": "^6.0.0",
|
|
23
23
|
"es-module-lexer": "^1.0.0",
|
|
24
|
-
"esbuild": "
|
|
24
|
+
"esbuild": "0.23.0",
|
|
25
25
|
"fast-glob": "^3.0.0",
|
|
26
26
|
"semver": "^7.0.0",
|
|
27
27
|
"sirv": "^2.0.0",
|
|
@@ -217,7 +217,6 @@
|
|
|
217
217
|
"acorn": "^8.11.2",
|
|
218
218
|
"cac": "^6.7.14",
|
|
219
219
|
"es-module-lexer": "^1.4.1",
|
|
220
|
-
"esbuild": "^0.23.0",
|
|
221
220
|
"fast-glob": "^3.3.2",
|
|
222
221
|
"react-streaming": "^0.3.42",
|
|
223
222
|
"rimraf": "^5.0.5",
|