We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 817fcd1 + b7569c2 commit 1ee161fCopy full SHA for 1ee161f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "swagger-typescript-api",
3
- "version": "13.0.17",
+ "version": "13.0.18",
4
"description": "Generate the API client for Fetch or Axios from an OpenAPI Specification",
5
"homepage": "https://github.com/acacode/swagger-typescript-api",
6
"bugs": "https://github.com/acacode/swagger-typescript-api/issues",
@@ -42,7 +42,7 @@
42
"format": "biome format --write .",
43
"format:check": "biome format .",
44
"lint": "biome check",
45
- "prepublishOnly": "pnpm build",
+ "prepack": "tsup",
46
"test": "vitest run"
47
},
48
"dependencies": {
0 commit comments