@cimplify/cli 0.6.5 → 0.6.9
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/{add-UQGZNABQ.mjs → add-U4S5DBPN.mjs} +1 -1
- package/dist/{chunk-ZC2KRCFO.mjs → chunk-4HDXZJMR.mjs} +1 -1
- package/dist/{chunk-FVYBHC45.mjs → chunk-CMF2X3SI.mjs} +1 -1
- package/dist/{chunk-XZZZS6X2.mjs → chunk-EALN6SAN.mjs} +21 -21
- package/dist/dispatcher.mjs +9 -9
- package/dist/{doctor-S3GTCQMC.mjs → doctor-BTMEATD4.mjs} +2 -2
- package/dist/{explain-3DSAJBNE.mjs → explain-JH4TKGTP.mjs} +1 -1
- package/dist/{introspect-56FKN72I.mjs → introspect-DOZCE52F.mjs} +2 -2
- package/dist/{list-FPFX4RGB.mjs → list-KO2QX42Q.mjs} +1 -1
- package/dist/{update-MT4OG7FW.mjs → update-O2UR6PAW.mjs} +1 -1
- package/package.json +1 -1
- package/templates/storefront-auto/.env.example +4 -2
- package/templates/storefront-auto/next.config.ts +9 -3
- package/templates/storefront-auto/package.json +1 -1
- package/templates/storefront-bakery/.env.example +4 -2
- package/templates/storefront-bakery/next.config.ts +9 -3
- package/templates/storefront-bakery/package.json +1 -1
- package/templates/storefront-fashion/.env.example +4 -2
- package/templates/storefront-fashion/next.config.ts +9 -3
- package/templates/storefront-fashion/package.json +1 -1
- package/templates/storefront-grocery/.env.example +4 -2
- package/templates/storefront-grocery/next.config.ts +9 -3
- package/templates/storefront-grocery/package.json +1 -1
- package/templates/storefront-pharmacy/.env.example +4 -2
- package/templates/storefront-pharmacy/next.config.ts +9 -3
- package/templates/storefront-pharmacy/package.json +1 -1
- package/templates/storefront-restaurant/.env.example +4 -2
- package/templates/storefront-restaurant/next.config.ts +9 -3
- package/templates/storefront-restaurant/package.json +1 -1
- package/templates/storefront-retail/.env.example +4 -2
- package/templates/storefront-retail/next.config.ts +9 -3
- package/templates/storefront-retail/package.json +1 -1
- package/templates/storefront-services/.env.example +4 -2
- package/templates/storefront-services/next.config.ts +9 -3
- package/templates/storefront-services/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { REGISTRY_INDEX, REGISTRY } from './chunk-
|
|
2
|
+
import { REGISTRY_INDEX, REGISTRY } from './chunk-EALN6SAN.mjs';
|
|
3
3
|
import { promptYesNo } from './chunk-ITAFAORS.mjs';
|
|
4
4
|
import { parseArgs, flagString, flagBool } from './chunk-C4M3DXKC.mjs';
|
|
5
5
|
import { CliError, CLI_ERROR_CODE, info, bold, dim, success, result, yellow } from './chunk-E2T2SBP5.mjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import { gitDetectRoot, gitCurrentBranch, gitCurrentSha, gitStatusPorcelain } from './chunk-K5464A3L.mjs';
|
|
3
3
|
import { parseEnvFile } from './chunk-DBZ3UOQ2.mjs';
|
|
4
|
-
import { package_default } from './chunk-
|
|
4
|
+
import { package_default } from './chunk-CMF2X3SI.mjs';
|
|
5
5
|
import { parseArgs } from './chunk-C4M3DXKC.mjs';
|
|
6
6
|
import { readAuthOrNull, readProjectLinkOrNull, readProjectState } from './chunk-UBAI443T.mjs';
|
|
7
7
|
import { bold, dim, yellow, green, info, result, red } from './chunk-E2T2SBP5.mjs';
|