@inquirer/type
Advanced tools
Comparing version 1.1.6 to 1.2.0
@@ -8,2 +8,5 @@ /// <reference types="node" /> | ||
} & {}; | ||
export type PartialDeep<T> = T extends object ? { | ||
[P in keyof T]?: PartialDeep<T[P]>; | ||
} : T; | ||
export type Context = { | ||
@@ -10,0 +13,0 @@ input?: NodeJS.ReadableStream; |
{ | ||
"name": "@inquirer/type", | ||
"version": "1.1.6", | ||
"version": "1.2.0", | ||
"description": "Inquirer core TS types", | ||
@@ -63,3 +63,3 @@ "main": "./dist/cjs/index.js", | ||
"engines": { | ||
"node": ">=14.18.0" | ||
"node": ">=18" | ||
}, | ||
@@ -78,3 +78,3 @@ "exports": { | ||
}, | ||
"gitHead": "6c0d1d23e6881a10bc3d718d079a0a09ba382dd5" | ||
"gitHead": "44016a40bc9e93455dfdb9fa6c25c27c1c109bd3" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4617
49