@batijs/core 0.0.301 → 0.0.303
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 +1 -1
- package/dist/index.js +593 -592
- package/dist/jiti-GY3WFVF7.js +478 -0
- package/dist/src-UC4KONXL.js +9 -0
- package/package.json +9 -9
package/dist/index.d.ts
CHANGED
|
@@ -190,7 +190,7 @@ declare function packageManager(): {
|
|
|
190
190
|
name: string;
|
|
191
191
|
version: string;
|
|
192
192
|
} | undefined;
|
|
193
|
-
declare function getArgs(): "pnpm create bati" | "yarn dlx @batijs/cli" | "bun create bati" | "npm create bati
|
|
193
|
+
declare function getArgs(): "pnpm create bati" | "yarn dlx @batijs/cli" | "bun create bati" | "npm create bati ---";
|
|
194
194
|
declare function getVersion(): {
|
|
195
195
|
version: string;
|
|
196
196
|
semver: string[];
|