@optique/zod 1.0.0-dev.1901 → 1.0.0-dev.1970

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.
package/dist/index.cjs CHANGED
@@ -438,7 +438,7 @@ function zod$1(schema, options) {
438
438
  return boolResult;
439
439
  }
440
440
  const parser = {
441
- $mode: "sync",
441
+ mode: "sync",
442
442
  metavar,
443
443
  placeholder: options.placeholder,
444
444
  ...boolInfo.exposeChoices ? {
package/dist/index.js CHANGED
@@ -415,7 +415,7 @@ function zod(schema, options) {
415
415
  return boolResult;
416
416
  }
417
417
  const parser = {
418
- $mode: "sync",
418
+ mode: "sync",
419
419
  metavar,
420
420
  placeholder: options.placeholder,
421
421
  ...boolInfo.exposeChoices ? {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optique/zod",
3
- "version": "1.0.0-dev.1901+a2ce4da0",
3
+ "version": "1.0.0-dev.1970+0182ae32",
4
4
  "description": "Zod value parsers for Optique",
5
5
  "keywords": [
6
6
  "CLI",
@@ -57,7 +57,7 @@
57
57
  "zod": "^3.25.0 || ^4.0.0"
58
58
  },
59
59
  "dependencies": {
60
- "@optique/core": "1.0.0-dev.1901+a2ce4da0"
60
+ "@optique/core": "1.0.0-dev.1970+0182ae32"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@types/node": "^20.19.9",