@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.
- package/dist/{chunk-KA5ZRR75.js → chunk-SVVHOGRR.js} +4 -4
- package/dist/chunk-SVVHOGRR.js.map +1 -0
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/internal.cjs +1 -1
- package/dist/internal.cjs.map +1 -1
- package/dist/internal.d.cts +2 -2
- package/dist/internal.d.ts +2 -2
- package/dist/internal.js +1 -1
- package/dist/{types.d-4L5W35t-.d.cts → types.d-C5lgdIHG.d.cts} +2 -2
- package/dist/{types.d-4L5W35t-.d.ts → types.d-C5lgdIHG.d.ts} +2 -2
- package/package.json +1 -1
- package/dist/chunk-KA5ZRR75.js.map +0 -1
package/dist/internal.d.cts
CHANGED
|
@@ -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-
|
|
3
|
-
export { i as initConfigs } from './types.d-
|
|
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
|
|
package/dist/internal.d.ts
CHANGED
|
@@ -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-
|
|
3
|
-
export { i as initConfigs } from './types.d-
|
|
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-
|
|
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
|
|
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
|
|
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;
|