@valbuild/server 0.75.1 → 0.75.3

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.
@@ -1215,6 +1215,7 @@ export const VAL_APP_PATH = "${ui.VAL_CSS_PATH}";
1215
1215
  export const VAL_APP_ID = "${ui.VAL_APP_ID}";
1216
1216
  export const VAL_OVERLAY_ID = "${ui.VAL_OVERLAY_ID}";
1217
1217
  export const IS_DEV = false;
1218
+ export const VERSION = "0.0.0";
1218
1219
  `
1219
1220
  };
1220
1221
  }
@@ -1215,6 +1215,7 @@ export const VAL_APP_PATH = "${ui.VAL_CSS_PATH}";
1215
1215
  export const VAL_APP_ID = "${ui.VAL_APP_ID}";
1216
1216
  export const VAL_OVERLAY_ID = "${ui.VAL_OVERLAY_ID}";
1217
1217
  export const IS_DEV = false;
1218
+ export const VERSION = "0.0.0";
1218
1219
  `
1219
1220
  };
1220
1221
  }
@@ -1184,6 +1184,7 @@ export const VAL_APP_PATH = "${VAL_CSS_PATH}";
1184
1184
  export const VAL_APP_ID = "${VAL_APP_ID}";
1185
1185
  export const VAL_OVERLAY_ID = "${VAL_OVERLAY_ID}";
1186
1186
  export const IS_DEV = false;
1187
+ export const VERSION = "0.0.0";
1187
1188
  `
1188
1189
  };
1189
1190
  }
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "./package.json": "./package.json"
13
13
  },
14
14
  "types": "dist/valbuild-server.cjs.d.ts",
15
- "version": "0.75.1",
15
+ "version": "0.75.3",
16
16
  "scripts": {
17
17
  "typecheck": "tsc --noEmit",
18
18
  "test": "jest",
@@ -23,9 +23,9 @@
23
23
  "@types/jest": "^29.2.5"
24
24
  },
25
25
  "dependencies": {
26
- "@valbuild/core": "~0.75.1",
27
- "@valbuild/shared": "~0.75.1",
28
- "@valbuild/ui": "~0.75.1",
26
+ "@valbuild/core": "~0.75.3",
27
+ "@valbuild/shared": "~0.75.3",
28
+ "@valbuild/ui": "~0.75.3",
29
29
  "chokidar": "^4.0.1",
30
30
  "image-size": "^1.0.2",
31
31
  "minimatch": "^3.0.4",