+1
-1
| { | ||
| "name": "specshot", | ||
| "version": "3.0.7", | ||
| "version": "3.0.8", | ||
| "description": "Fire an OpenAPI spec, get strictly-typed TypeScript code and a robust API mock server — zero-dependency, Zod-validated, and highly customizable.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -61,3 +61,3 @@ {{!-- --- | ||
| {{#each pathParams}} | ||
| {{safe}}: string | number, | ||
| {{safe}}: {{{tsType}}}, | ||
| {{/each}} | ||
@@ -64,0 +64,0 @@ {{#if hasBody}} |
@@ -37,3 +37,3 @@ {{!-- --- | ||
| {{#each pathParams}} | ||
| {{safe}}: string | number, | ||
| {{safe}}: {{{tsType}}}, | ||
| {{/each}} | ||
@@ -40,0 +40,0 @@ {{#if hasBody}} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
14609547
0