fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

0.27.36

Lubos 7fc14c74 d3cb1c80

+3 -3
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "@nicolas-chaulet/openapi-typescript-codegen", 3 - "version": "0.27.35", 3 + "version": "0.27.36", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "@nicolas-chaulet/openapi-typescript-codegen", 9 - "version": "0.27.35", 9 + "version": "0.27.36", 10 10 "license": "MIT", 11 11 "dependencies": { 12 12 "@apidevtools/json-schema-ref-parser": "11.5.4",
+1 -1
package.json
··· 1 1 { 2 2 "name": "@nicolas-chaulet/openapi-typescript-codegen", 3 - "version": "0.27.35", 3 + "version": "0.27.36", 4 4 "type": "module", 5 5 "description": "Library that generates Typescript clients based on the OpenAPI specification.", 6 6 "author": "Ferdi Koomen",