@valbuild/server 0.96.2 → 0.97.0

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.
@@ -4741,7 +4741,7 @@ function hasRemoteFileSchema(schema) {
4741
4741
  }
4742
4742
  }
4743
4743
  return false;
4744
- } else if (schema.type === "boolean" || schema.type === "number" || schema.type === "string" || schema.type === "literal" || schema.type === "date" || schema.type === "keyOf" || schema.type === "route") {
4744
+ } else if (schema.type === "boolean" || schema.type === "number" || schema.type === "string" || schema.type === "literal" || schema.type === "date" || schema.type === "dateTime" || schema.type === "keyOf" || schema.type === "route") {
4745
4745
  return false;
4746
4746
  } else {
4747
4747
  const exhaustiveCheck = schema;
@@ -4741,7 +4741,7 @@ function hasRemoteFileSchema(schema) {
4741
4741
  }
4742
4742
  }
4743
4743
  return false;
4744
- } else if (schema.type === "boolean" || schema.type === "number" || schema.type === "string" || schema.type === "literal" || schema.type === "date" || schema.type === "keyOf" || schema.type === "route") {
4744
+ } else if (schema.type === "boolean" || schema.type === "number" || schema.type === "string" || schema.type === "literal" || schema.type === "date" || schema.type === "dateTime" || schema.type === "keyOf" || schema.type === "route") {
4745
4745
  return false;
4746
4746
  } else {
4747
4747
  const exhaustiveCheck = schema;
@@ -4710,7 +4710,7 @@ function hasRemoteFileSchema(schema) {
4710
4710
  }
4711
4711
  }
4712
4712
  return false;
4713
- } else if (schema.type === "boolean" || schema.type === "number" || schema.type === "string" || schema.type === "literal" || schema.type === "date" || schema.type === "keyOf" || schema.type === "route") {
4713
+ } else if (schema.type === "boolean" || schema.type === "number" || schema.type === "string" || schema.type === "literal" || schema.type === "date" || schema.type === "dateTime" || schema.type === "keyOf" || schema.type === "route") {
4714
4714
  return false;
4715
4715
  } else {
4716
4716
  const exhaustiveCheck = schema;
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "./package.json": "./package.json"
17
17
  },
18
18
  "types": "dist/valbuild-server.cjs.d.ts",
19
- "version": "0.96.2",
19
+ "version": "0.97.0",
20
20
  "devDependencies": {
21
21
  "@prettier/sync": "^0.6.1",
22
22
  "@types/jest": "^30.0.0"
@@ -30,9 +30,9 @@
30
30
  "typescript": "^5.9.3",
31
31
  "zod": "^4.3.5",
32
32
  "zod-validation-error": "^5.0.0",
33
- "@valbuild/core": "0.96.2",
34
- "@valbuild/shared": "0.96.2",
35
- "@valbuild/ui": "0.96.2"
33
+ "@valbuild/core": "0.97.0",
34
+ "@valbuild/shared": "0.97.0",
35
+ "@valbuild/ui": "0.97.0"
36
36
  },
37
37
  "engines": {
38
38
  "node": ">=18.17.0"