@batijs/core 0.0.233 → 0.0.234-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -98,6 +98,6 @@ declare function getArgs(): "pnpm create bati" | "yarn dlx @batijs/cli" | "bun c
98
98
  declare function getVersion(): {
99
99
  version: string;
100
100
  semver: [string, string, string];
101
- } | undefined;
101
+ };
102
102
 
103
103
  export { type ContentGetter, type PackageJsonDeps, type PackageJsonScriptOption, type PackageJsonScriptOptions, type PackageJsonScripts, Readme, type Transformer, type TransformerProps, type VikeMeta, addDependency, appendToEnv, getArgs, getVersion, loadAsJson, loadAsMagicast, loadReadme, loadRelativeFileAsMagicast, markdown, packageManager, parseReadme, setScripts, transformAndFormat, withIcon };