@optique/valibot 1.0.0-dev.1903 → 1.0.0-dev.1972

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
@@ -383,7 +383,7 @@ function valibot$1(schema, options) {
383
383
  const metavar = options.metavar ?? inferMetavar(schema);
384
384
  (0, __optique_core_nonempty.ensureNonEmptyString)(metavar);
385
385
  const parser = {
386
- $mode: "sync",
386
+ mode: "sync",
387
387
  metavar,
388
388
  placeholder: options.placeholder,
389
389
  ...choices != null && choices.length > 0 ? {
package/dist/index.js CHANGED
@@ -360,7 +360,7 @@ function valibot(schema, options) {
360
360
  const metavar = options.metavar ?? inferMetavar(schema);
361
361
  ensureNonEmptyString(metavar);
362
362
  const parser = {
363
- $mode: "sync",
363
+ mode: "sync",
364
364
  metavar,
365
365
  placeholder: options.placeholder,
366
366
  ...choices != null && choices.length > 0 ? {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optique/valibot",
3
- "version": "1.0.0-dev.1903+af120cc5",
3
+ "version": "1.0.0-dev.1972+eebf7c57",
4
4
  "description": "Valibot value parsers for Optique",
5
5
  "keywords": [
6
6
  "CLI",
@@ -57,7 +57,7 @@
57
57
  "valibot": "^1.2.0"
58
58
  },
59
59
  "dependencies": {
60
- "@optique/core": "1.0.0-dev.1903+af120cc5"
60
+ "@optique/core": "1.0.0-dev.1972+eebf7c57"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@types/node": "^20.19.9",