@openapi-codegen/typescript
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -56,3 +56,3 @@ "use strict"; | ||
*/ | ||
const camelizedPathParams = (url) => url.replace(/\{[\w\d\-_]*\}/g, (match) => `{${(0, case_1.camel)(match)}}`); | ||
const camelizedPathParams = (url) => url.replace(/\{[\w\d\-_.]*\}/g, (match) => `{${(0, case_1.camel)(match)}}`); | ||
//# sourceMappingURL=createOperationFetcherFnNodes.js.map |
@@ -251,2 +251,3 @@ "use strict"; | ||
typescript_1.factory.createLiteralTypeNode(typescript_1.factory.createStringLiteral("queryFn")), | ||
typescript_1.factory.createLiteralTypeNode(typescript_1.factory.createStringLiteral("initialData")), | ||
]), | ||
@@ -253,0 +254,0 @@ ]); |
{ | ||
"name": "@openapi-codegen/typescript", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "OpenAPI Codegen typescript generators", | ||
@@ -44,3 +44,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "15f79dfc627eb61d0cabdc08bee720cc7631f89e" | ||
"gitHead": "138a808be699cc65383708744e72ffe26b85b9eb" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
238092
2905