sprawlify 0.1.0 → 0.1.1
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.mjs +1 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10,7 +10,7 @@ import { faker } from "@faker-js/faker";
|
|
|
10
10
|
import { cosmiconfig } from "cosmiconfig";
|
|
11
11
|
import { createMatchPath, loadConfig } from "tsconfig-paths";
|
|
12
12
|
//#region package.json
|
|
13
|
-
var version = "0.1.
|
|
13
|
+
var version = "0.1.1";
|
|
14
14
|
//#endregion
|
|
15
15
|
//#region src/utils/file-helper.ts
|
|
16
16
|
const FILE_BACKUP_SUFFIX = ".bak";
|
|
@@ -4070,7 +4070,6 @@ const init = new Command().name("init").alias("create").description("initialize
|
|
|
4070
4070
|
//#region src/commands/add/options.ts
|
|
4071
4071
|
const addOptionsSchema = z.object({
|
|
4072
4072
|
components: z.array(z.string()).optional(),
|
|
4073
|
-
yes: z.boolean(),
|
|
4074
4073
|
overwrite: z.boolean(),
|
|
4075
4074
|
cwd: z.string(),
|
|
4076
4075
|
all: z.boolean(),
|