@optique/zod 1.1.0-dev.2069 → 1.1.0-dev.2077
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
|
@@ -55,7 +55,7 @@ const BOOL_FALSE_LITERALS = [
|
|
|
55
55
|
/**
|
|
56
56
|
* Analyzes whether the given Zod schema represents a boolean type,
|
|
57
57
|
* unwrapping all known Zod wrappers. Also determines whether it is
|
|
58
|
-
* safe to expose `choices` and `suggest()
|
|
58
|
+
* safe to expose `choices` and `suggest()`—wrappers that can narrow
|
|
59
59
|
* the accepted domain (effects, catch) suppress choice exposure.
|
|
60
60
|
*/
|
|
61
61
|
function analyzeBooleanSchema(schema) {
|
package/dist/index.js
CHANGED
|
@@ -32,7 +32,7 @@ const BOOL_FALSE_LITERALS = [
|
|
|
32
32
|
/**
|
|
33
33
|
* Analyzes whether the given Zod schema represents a boolean type,
|
|
34
34
|
* unwrapping all known Zod wrappers. Also determines whether it is
|
|
35
|
-
* safe to expose `choices` and `suggest()
|
|
35
|
+
* safe to expose `choices` and `suggest()`—wrappers that can narrow
|
|
36
36
|
* the accepted domain (effects, catch) suppress choice exposure.
|
|
37
37
|
*/
|
|
38
38
|
function analyzeBooleanSchema(schema) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@optique/zod",
|
|
3
|
-
"version": "1.1.0-dev.
|
|
3
|
+
"version": "1.1.0-dev.2077",
|
|
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.1.0-dev.
|
|
60
|
+
"@optique/core": "1.1.0-dev.2077+f8fe70c2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@types/node": "^20.19.9",
|