openapi-typescript-codegen
Advanced tools
Comparing version
{ | ||
"name": "openapi-typescript-codegen", | ||
"version": "0.28.0", | ||
"version": "0.29.0", | ||
"description": "Library that generates Typescript clients based on the OpenAPI specification.", | ||
@@ -70,17 +70,17 @@ "author": "Ferdi Koomen", | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "17.3.0", | ||
"@angular/animations": "17.3.0", | ||
"@angular/cli": "17.3.0", | ||
"@angular/common": "17.3.0", | ||
"@angular/compiler": "17.3.0", | ||
"@angular/compiler-cli": "17.3.0", | ||
"@angular/core": "17.3.0", | ||
"@angular/forms": "17.3.0", | ||
"@angular/platform-browser": "17.3.0", | ||
"@angular/platform-browser-dynamic": "17.3.0", | ||
"@angular/router": "17.3.0", | ||
"@babel/cli": "7.23.9", | ||
"@babel/core": "7.24.0", | ||
"@babel/preset-env": "7.24.0", | ||
"@babel/preset-typescript": "7.23.3", | ||
"@angular-devkit/build-angular": "17.3.3", | ||
"@angular/animations": "17.3.3", | ||
"@angular/cli": "17.3.3", | ||
"@angular/common": "17.3.3", | ||
"@angular/compiler": "17.3.3", | ||
"@angular/compiler-cli": "17.3.3", | ||
"@angular/core": "17.3.3", | ||
"@angular/forms": "17.3.3", | ||
"@angular/platform-browser": "17.3.3", | ||
"@angular/platform-browser-dynamic": "17.3.3", | ||
"@angular/router": "17.3.3", | ||
"@babel/cli": "7.24.1", | ||
"@babel/core": "7.24.4", | ||
"@babel/preset-env": "7.24.4", | ||
"@babel/preset-typescript": "7.24.1", | ||
"@rollup/plugin-commonjs": "25.0.7", | ||
@@ -95,7 +95,7 @@ "@rollup/plugin-node-resolve": "15.2.3", | ||
"@types/jest": "29.5.12", | ||
"@types/node": "20.11.29", | ||
"@types/node": "20.12.4", | ||
"@types/node-fetch": "2.6.11", | ||
"@types/qs": "6.9.13", | ||
"@typescript-eslint/eslint-plugin": "7.3.0", | ||
"@typescript-eslint/parser": "7.3.0", | ||
"@types/qs": "6.9.14", | ||
"@typescript-eslint/eslint-plugin": "7.5.0", | ||
"@typescript-eslint/parser": "7.5.0", | ||
"abort-controller": "3.0.0", | ||
@@ -109,5 +109,5 @@ "axios": "1.6.8", | ||
"eslint-plugin-simple-import-sort": "12.0.0", | ||
"express": "4.18.3", | ||
"express": "4.19.2", | ||
"form-data": "4.0.0", | ||
"glob": "10.3.10", | ||
"glob": "10.3.12", | ||
"jest": "29.7.0", | ||
@@ -117,10 +117,10 @@ "jest-cli": "29.7.0", | ||
"prettier": "3.2.5", | ||
"puppeteer": "22.5.0", | ||
"puppeteer": "22.6.3", | ||
"qs": "6.12.0", | ||
"rimraf": "5.0.5", | ||
"rollup": "4.13.0", | ||
"rollup": "4.14.0", | ||
"rxjs": "7.8.1", | ||
"ts-node": "10.9.2", | ||
"tslib": "2.6.2", | ||
"typescript": "5.4.2", | ||
"typescript": "5.4.4", | ||
"zone.js": "0.14.4" | ||
@@ -130,4 +130,4 @@ }, | ||
"node-fetch": "2.7.0", | ||
"rollup": "4.13.0" | ||
"rollup": "4.14.0" | ||
} | ||
} |
@@ -0,1 +1,17 @@ | ||
# Important announcement | ||
> Please migrate your projects to use [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) | ||
Due to time limitations on my end, this project has been unmaintained for a while now. The `@hey-api/openapi-ts` | ||
project started as a fork with the goal to resolve the most pressing issues. going forward they are planning to | ||
maintain the OpenAPI generator and give it the love it deserves. Please support them with their work and make | ||
sure to migrate your projects: https://heyapi.vercel.app/openapi-ts/migrating.html | ||
- All open PR's and issues will be archived on the 1st of May 2024 | ||
- All versions of this package will be deprecated in NPM | ||
👋 Thanks for all the support, downloads and love! Cheers Ferdi. | ||
--- | ||
# OpenAPI Typescript Codegen | ||
@@ -82,3 +98,3 @@ | ||
[downloads-image]: http://img.shields.io/npm/dm/openapi-typescript-codegen.svg | ||
[build-url]: https://circleci.com/gh/ferdikoomen/openapi-typescript-codegen/tree/master | ||
[build-image]: https://circleci.com/gh/ferdikoomen/openapi-typescript-codegen/tree/master.svg?style=svg | ||
[build-url]: https://circleci.com/gh/ferdikoomen/openapi-typescript-codegen/tree/main | ||
[build-image]: https://circleci.com/gh/ferdikoomen/openapi-typescript-codegen/tree/main.svg?style=svg |
230830
0.32%100
19.05%