@hey-api/openapi-ts 0.90.5 → 0.90.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/run.cjs CHANGED
@@ -6,7 +6,7 @@ const require_src = require('./src-BkOFTEi8.cjs');
6
6
  let commander = require("commander");
7
7
 
8
8
  //#region package.json
9
- var version = "0.90.5";
9
+ var version = "0.90.6";
10
10
  var bin = { "openapi-ts": "./bin/run.js" };
11
11
 
12
12
  //#endregion
package/dist/run.mjs CHANGED
@@ -6,7 +6,7 @@ import { r as createClient } from "./src-BehyjtZ7.mjs";
6
6
  import { Command } from "commander";
7
7
 
8
8
  //#region package.json
9
- var version = "0.90.5";
9
+ var version = "0.90.6";
10
10
  var bin = { "openapi-ts": "./bin/run.js" };
11
11
 
12
12
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hey-api/openapi-ts",
3
- "version": "0.90.5",
3
+ "version": "0.90.6",
4
4
  "description": "🌀 OpenAPI to TypeScript codegen. Production-ready SDKs, Zod schemas, TanStack Query hooks, and 20+ plugins. Used by Vercel, OpenCode, and PayPal.",
5
5
  "homepage": "https://heyapi.dev/",
6
6
  "repository": {