File tree Expand file tree Collapse file tree
packages/inquirerer-utils/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- // Re-export core CLI utilities from inquirerer for backwards compatibility
1+ // Re-export core CLI utilities from inquirerer
22export {
33 extractFirst ,
44 cliExitWithError ,
@@ -8,12 +8,6 @@ export {
88} from 'inquirerer' ;
99export type { ParsedArgs , CliExitOptions , PackageJson } from 'inquirerer' ;
1010
11- // Legacy aliases for backwards compatibility
12- export { getPackageJson as getSelfPackageJson } from 'inquirerer' ;
13- export { getPackageVersion as getSelfVersion } from 'inquirerer' ;
14- export { getPackageName as getSelfName } from 'inquirerer' ;
15- export type { PackageJson as PackageJsonInfo } from 'inquirerer' ;
16-
1711// Update checking (requires appstash, not available in inquirerer)
1812export { checkForUpdates , shouldSkipUpdateCheck } from './update-check' ;
1913export type { UpdateCheckOptions , UpdateCheckResult } from './update-check' ;
You can’t perform that action at this time.
0 commit comments