@alcalzone/release-script-core
Advanced tools
Comparing version 3.0.0 to 3.3.0
@@ -22,2 +22,4 @@ import type { CLI } from "./cli"; | ||
preid?: string; | ||
/** Answer all (applicable) yes/no prompts with yes */ | ||
yes: boolean; | ||
[arg: string]: string | number | boolean | string[] | number[] | boolean[] | undefined; | ||
@@ -24,0 +26,0 @@ }; |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "3.0.0", | ||
"version": "3.3.0", | ||
"description": "Al Calzone's release script: Core components", | ||
@@ -63,3 +63,3 @@ "keywords": [], | ||
"readmeFilename": "README.md", | ||
"gitHead": "3028c9870c84878fb6ce259132156bc1bdcbc147" | ||
"gitHead": "430d07f0d2ee0558f185be33d94bba33eb7c7314" | ||
} |
Sorry, the diff of this file is not supported yet
39303
489