openapi-typescript
Advanced tools
Comparing version 6.5.4 to 6.5.5
# openapi-typescript | ||
## 6.5.5 | ||
### Patch Changes | ||
- [#1332](https://github.com/drwpow/openapi-typescript/pull/1332) [`8e8ebfd`](https://github.com/drwpow/openapi-typescript/commit/8e8ebfdcd84ff6a3d7b6f5d00695fc11366b436e) Thanks [@drwpow](https://github.com/drwpow)! - Restore original .d.ts module-resolution behavior | ||
## 6.5.4 | ||
@@ -4,0 +10,0 @@ |
@@ -1,3 +0,3 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
/// <reference types="node" resolution-mode="require"/> | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import type { OpenAPI3, OpenAPITSOptions } from "./types.js"; | ||
@@ -4,0 +4,0 @@ import type { Readable } from "node:stream"; |
@@ -1,3 +0,3 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
/// <reference types="node" resolution-mode="require"/> | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import type { Fetch, GlobalContext, ParameterObject, Subschema } from "./types.js"; | ||
@@ -4,0 +4,0 @@ import { Readable } from "node:stream"; |
@@ -1,2 +0,2 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
/// <reference types="node" /> | ||
import type { PathLike } from "node:fs"; | ||
@@ -3,0 +3,0 @@ import type { RequestInfo, RequestInit, Response } from "undici"; |
{ | ||
"name": "openapi-typescript", | ||
"description": "Generate runtime-free TypeScript types from Swagger OpenAPI specs", | ||
"version": "6.5.4", | ||
"version": "6.5.5", | ||
"author": { | ||
@@ -53,10 +53,10 @@ "name": "Drew Powers", | ||
"@types/js-yaml": "^4.0.5", | ||
"@types/node": "^20.5.0", | ||
"@types/node": "^20.5.9", | ||
"degit": "^2.8.4", | ||
"del-cli": "^5.0.0", | ||
"del-cli": "^5.1.0", | ||
"esbuild": "^0.19.2", | ||
"execa": "^7.2.0", | ||
"vite": "^4.4.9", | ||
"vite-node": "^0.34.1", | ||
"vitest": "^0.34.1" | ||
"vite-node": "^0.34.3", | ||
"vitest": "^0.34.3" | ||
}, | ||
@@ -63,0 +63,0 @@ "scripts": { |
@@ -28,3 +28,3 @@ <img src="../../docs/public/assets/openapi-ts.svg" alt="openapi-typescript" width="200" height="40" /> | ||
> | ||
> Enabling [noUncheckedIndexedAccess](https://www.typescriptlang.org/tsconfig#noUncheckedIndexedAccess) in `tsconfig.json` can go along way to improve type safety ([read more](/advanced#enable-nouncheckedindexaccess-in-your-tsconfigjson)) | ||
> Enabling [noUncheckedIndexedAccess](https://www.typescriptlang.org/tsconfig#noUncheckedIndexedAccess) in `tsconfig.json` can go along way to improve type safety ([read more](/docs/src/content/docs/advanced.md#enable-nouncheckedindexedaccess-in-your-tsconfigjson)) | ||
@@ -31,0 +31,0 @@ ## Basic usage |
{ | ||
"extends": "./tsconfig.json", | ||
"compilerOptions": { | ||
"module": "ES2022", | ||
"moduleResolution": "Node" | ||
}, | ||
"exclude": ["scripts", "test", "*.ts"] | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7536800
150
182652
1