File tree Expand file tree Collapse file tree 3 files changed +4
-13
lines changed Expand file tree Collapse file tree 3 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 1
1
# swagger-typescript-api
2
2
3
3
- Support for OpenAPI 3.0, 2.0, JSON and YAML
4
- - Generate the API client for Fetch or Axios from an OpenAPI Specification
4
+ - Generate the API Client for Fetch or Axios from an OpenAPI Specification
5
5
6
6
Any questions you can ask [ ** here** ] ( https://github.com/acacode/swagger-typescript-api/discussions )
7
7
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " swagger-typescript-api" ,
3
- "version" : " 13.0.8 " ,
4
- "description" : " Generate TypeScript/JavaScript API from Swagger schema " ,
3
+ "version" : " 13.0.9 " ,
4
+ "description" : " Generate the API client for Fetch or Axios from an OpenAPI Specification " ,
5
5
"homepage" : " https://github.com/acacode/swagger-typescript-api" ,
6
6
"bugs" : " https://github.com/acacode/swagger-typescript-api/issues" ,
7
7
"repository" : " github:acacode/swagger-typescript-api" ,
Original file line number Diff line number Diff line change @@ -520,16 +520,7 @@ __metadata:
520
520
languageName : node
521
521
linkType : hard
522
522
523
- " @types/node@npm:* " :
524
- version : 20.14.7
525
- resolution : " @types/node@npm:20.14.7"
526
- dependencies :
527
- undici-types : " npm:~5.26.4"
528
- checksum : 10c0/6211ffe86f769a58617e3bdca58610256021ef54bd99d2c442ee6109196cd6ee8e0bcd1cfac0e39bf4bb353f8900fa5fae540485a03816bd91ad1f86a0e18512
529
- languageName : node
530
- linkType : hard
531
-
532
- " @types/node@npm:20.14.8 " :
523
+ " @types/node@npm:*, @types/node@npm:20.14.8 " :
533
524
version : 20.14.8
534
525
resolution : " @types/node@npm:20.14.8"
535
526
dependencies :
You can’t perform that action at this time.
0 commit comments