@optique/valibot 1.0.0-dev.1903 → 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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
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
|
-
|
|
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
|
-
|
|
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.
|
|
3
|
+
"version": "1.0.0-dev.1970+0182ae32",
|
|
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.
|
|
60
|
+
"@optique/core": "1.0.0-dev.1970+0182ae32"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@types/node": "^20.19.9",
|