@inquirer/type
Advanced tools
Comparing version 3.0.3 to 3.0.4
{ | ||
"name": "@inquirer/type", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Inquirer core TS types", | ||
@@ -85,2 +85,7 @@ "keywords": [ | ||
}, | ||
"peerDependenciesMeta": { | ||
"@types/node": { | ||
"optional": true | ||
} | ||
}, | ||
"engines": { | ||
@@ -98,3 +103,3 @@ "node": ">=18" | ||
}, | ||
"gitHead": "a8768f9e974362aed97bc47f6c3466718e8edce9" | ||
"gitHead": "b2709b82d621cd553adb26dd1c371cc957ba412e" | ||
} |
9350