@valbuild/server 0.62.0 → 0.62.1

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.
@@ -3512,7 +3512,7 @@ class ValServer {
3512
3512
  status: fetchRes.status,
3513
3513
  json: {
3514
3514
  mode: "proxy",
3515
- d: await this.callbacks.isEnabled(),
3515
+ enabled: await this.callbacks.isEnabled(),
3516
3516
  ...(await fetchRes.json())
3517
3517
  }
3518
3518
  };
@@ -3512,7 +3512,7 @@ class ValServer {
3512
3512
  status: fetchRes.status,
3513
3513
  json: {
3514
3514
  mode: "proxy",
3515
- d: await this.callbacks.isEnabled(),
3515
+ enabled: await this.callbacks.isEnabled(),
3516
3516
  ...(await fetchRes.json())
3517
3517
  }
3518
3518
  };
@@ -3482,7 +3482,7 @@ class ValServer {
3482
3482
  status: fetchRes.status,
3483
3483
  json: {
3484
3484
  mode: "proxy",
3485
- d: await this.callbacks.isEnabled(),
3485
+ enabled: await this.callbacks.isEnabled(),
3486
3486
  ...(await fetchRes.json())
3487
3487
  }
3488
3488
  };
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.62.0",
15
+ "version": "0.62.1",
16
16
  "scripts": {
17
17
  "typecheck": "tsc --noEmit",
18
18
  "test": "jest",
@@ -22,9 +22,9 @@
22
22
  "@types/jest": "^29.2.5"
23
23
  },
24
24
  "dependencies": {
25
- "@valbuild/core": "~0.62.0",
26
- "@valbuild/shared": "~0.62.0",
27
- "@valbuild/ui": "~0.62.0",
25
+ "@valbuild/core": "~0.62.1",
26
+ "@valbuild/shared": "~0.62.1",
27
+ "@valbuild/ui": "~0.62.1",
28
28
  "image-size": "^1.0.2",
29
29
  "minimatch": "^3.0.4",
30
30
  "quickjs-emscripten": "^0.21.1",