Skip to content

Commit cdc26d0

Browse files
authored
Merge pull request #795 from acacode/prepare-13.0.9
Prepare 13.0.9
2 parents 57c3a2c + c245b95 commit cdc26d0

File tree

3 files changed

+4
-13
lines changed

3 files changed

+4
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# swagger-typescript-api
22

33
- 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
55

66
Any questions you can ask [**here**](https://github.com/acacode/swagger-typescript-api/discussions)
77

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"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",
55
"homepage": "https://github.com/acacode/swagger-typescript-api",
66
"bugs": "https://github.com/acacode/swagger-typescript-api/issues",
77
"repository": "github:acacode/swagger-typescript-api",

yarn.lock

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -520,16 +520,7 @@ __metadata:
520520
languageName: node
521521
linkType: hard
522522

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":
533524
version: 20.14.8
534525
resolution: "@types/node@npm:20.14.8"
535526
dependencies:

0 commit comments

Comments
 (0)