zova-cli-set-front 1.2.28 → 1.2.30
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.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -2181,7 +2181,7 @@ function _patchOpenapiTSOptions(options) {
|
|
|
2181
2181
|
questionToken: schemaObject.nullable
|
|
2182
2182
|
};
|
|
2183
2183
|
}
|
|
2184
|
-
} else if (schemaObject.format
|
|
2184
|
+
} else if (schemaObject.format && ['date', 'date-time'].includes(schemaObject.format)) {
|
|
2185
2185
|
return {
|
|
2186
2186
|
schema: DATE,
|
|
2187
2187
|
questionToken: schemaObject.nullable
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zova-cli-set-front",
|
|
3
|
-
"version": "1.2.
|
|
4
|
-
"gitHead": "
|
|
3
|
+
"version": "1.2.30",
|
|
4
|
+
"gitHead": "fdc65ed237b0f39e7f89c749803b1be20ff33c66",
|
|
5
5
|
"description": "zova cli-set-front",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"framework",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@babel/plugin-proposal-decorators": "^7.29.0",
|
|
37
37
|
"@babel/plugin-transform-class-properties": "^7.28.6",
|
|
38
38
|
"@babel/plugin-transform-typescript": "^7.28.6",
|
|
39
|
-
"@cabloy/cli": "^3.1.
|
|
39
|
+
"@cabloy/cli": "^3.1.5",
|
|
40
40
|
"@cabloy/extend": "^3.1.0",
|
|
41
41
|
"@cabloy/module-info": "^2.0.0",
|
|
42
42
|
"@cabloy/openapi-typescript": "^7.9.2",
|