@hey-api/openapi-ts 0.67.0 → 0.67.1

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.
@@ -1,6 +1,6 @@
1
1
  import { JSONSchema } from '@hey-api/json-schema-ref-parser';
2
- import { c as Config, I as IR, W as WatchValues } from './types.d-4L5W35t-.cjs';
3
- export { i as initConfigs } from './types.d-4L5W35t-.cjs';
2
+ import { c as Config, I as IR, W as WatchValues } from './types.d-C5lgdIHG.cjs';
3
+ export { i as initConfigs } from './types.d-C5lgdIHG.cjs';
4
4
  import 'node:fs';
5
5
  import 'typescript';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { JSONSchema } from '@hey-api/json-schema-ref-parser';
2
- import { c as Config, I as IR, W as WatchValues } from './types.d-4L5W35t-.js';
3
- export { i as initConfigs } from './types.d-4L5W35t-.js';
2
+ import { c as Config, I as IR, W as WatchValues } from './types.d-C5lgdIHG.js';
3
+ export { i as initConfigs } from './types.d-C5lgdIHG.js';
4
4
  import 'node:fs';
5
5
  import 'typescript';
6
6
 
package/dist/internal.js CHANGED
@@ -1,2 +1,2 @@
1
- import {createRequire}from'module';export{o as getSpec,x as initConfigs,r as parseOpenApiSpec}from'./chunk-KA5ZRR75.js';createRequire(import.meta.url);//# sourceMappingURL=internal.js.map
1
+ import {createRequire}from'module';export{o as getSpec,x as initConfigs,r as parseOpenApiSpec}from'./chunk-SVVHOGRR.js';createRequire(import.meta.url);//# sourceMappingURL=internal.js.map
2
2
  //# sourceMappingURL=internal.js.map
@@ -1,5 +1,5 @@
1
1
  import fs from 'node:fs';
2
- import ts, { ParsedCommandLine } from 'typescript';
2
+ import ts from 'typescript';
3
3
 
4
4
  interface EnumExtensions {
5
5
  /**
@@ -7622,7 +7622,7 @@ declare class TypeScriptFile {
7622
7622
  removeNode(): void;
7623
7623
  private _setName;
7624
7624
  private _toString;
7625
- write(separator?: string, tsConfig?: ParsedCommandLine | null): void;
7625
+ write(separator?: string, tsConfig?: ts.ParsedCommandLine | null): void;
7626
7626
  }
7627
7627
  interface EnsureUniqueIdentifierData {
7628
7628
  $ref: string;
@@ -1,5 +1,5 @@
1
1
  import fs from 'node:fs';
2
- import ts, { ParsedCommandLine } from 'typescript';
2
+ import ts from 'typescript';
3
3
 
4
4
  interface EnumExtensions {
5
5
  /**
@@ -7622,7 +7622,7 @@ declare class TypeScriptFile {
7622
7622
  removeNode(): void;
7623
7623
  private _setName;
7624
7624
  private _toString;
7625
- write(separator?: string, tsConfig?: ParsedCommandLine | null): void;
7625
+ write(separator?: string, tsConfig?: ts.ParsedCommandLine | null): void;
7626
7626
  }
7627
7627
  interface EnsureUniqueIdentifierData {
7628
7628
  $ref: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hey-api/openapi-ts",
3
- "version": "0.67.0",
3
+ "version": "0.67.1",
4
4
  "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
5
5
  "homepage": "https://heyapi.dev/",
6
6
  "repository": {