@cimplify/cli 0.5.1 → 0.5.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/{add-IJELMSCY.mjs → add-BEJH4T3P.mjs} +1 -1
- package/dist/{chunk-U3DWSQYY.mjs → chunk-DZPR5L6H.mjs} +1 -1
- package/dist/{chunk-O7SMBTHQ.mjs → chunk-MUG454RK.mjs} +1 -1
- package/dist/{chunk-DENWIVVB.mjs → chunk-TR65XHUE.mjs} +12 -12
- package/dist/dispatcher.mjs +9 -9
- package/dist/{doctor-NUKNW4S3.mjs → doctor-QO2SRNH6.mjs} +2 -2
- package/dist/{explain-TGRXJW3V.mjs → explain-CGWT7HMV.mjs} +1 -1
- package/dist/{introspect-5W72YWFT.mjs → introspect-WDGC7BKQ.mjs} +2 -2
- package/dist/{list-VO4LKRDN.mjs → list-NO5SPHSU.mjs} +1 -1
- package/dist/{update-V7XIKMFU.mjs → update-EEQ7JJTP.mjs} +1 -1
- package/package.json +1 -1
- package/templates/manifest.json +2 -2
- package/templates/storefront-auto/.env.example +12 -8
- package/templates/storefront-auto/README.md +1 -3
- package/templates/storefront-auto/app/.well-known/ucp/route.ts +4 -8
- package/templates/storefront-auto/components/providers.tsx +3 -12
- package/templates/storefront-auto/next.config.ts +10 -16
- package/templates/storefront-bakery/.env.example +2 -7
- package/templates/storefront-bakery/README.md +1 -3
- package/templates/storefront-bakery/app/.well-known/ucp/route.ts +4 -8
- package/templates/storefront-bakery/components/providers.tsx +3 -12
- package/templates/storefront-bakery/next.config.ts +10 -16
- package/templates/storefront-fashion/.env.example +12 -8
- package/templates/storefront-fashion/README.md +2 -4
- package/templates/storefront-fashion/app/.well-known/ucp/route.ts +4 -8
- package/templates/storefront-fashion/components/providers.tsx +3 -12
- package/templates/storefront-fashion/next.config.ts +10 -16
- package/templates/storefront-grocery/.env.example +12 -8
- package/templates/storefront-grocery/README.md +2 -4
- package/templates/storefront-grocery/app/.well-known/ucp/route.ts +4 -8
- package/templates/storefront-grocery/components/providers.tsx +3 -12
- package/templates/storefront-grocery/next.config.ts +10 -16
- package/templates/storefront-pharmacy/.env.example +12 -8
- package/templates/storefront-pharmacy/README.md +1 -3
- package/templates/storefront-pharmacy/app/.well-known/ucp/route.ts +4 -8
- package/templates/storefront-pharmacy/components/providers.tsx +3 -12
- package/templates/storefront-pharmacy/next.config.ts +10 -16
- package/templates/storefront-restaurant/.env.example +12 -8
- package/templates/storefront-restaurant/README.md +2 -4
- package/templates/storefront-restaurant/app/.well-known/ucp/route.ts +4 -8
- package/templates/storefront-restaurant/components/providers.tsx +3 -12
- package/templates/storefront-restaurant/next.config.ts +10 -16
- package/templates/storefront-retail/.env.example +12 -8
- package/templates/storefront-retail/README.md +1 -3
- package/templates/storefront-retail/app/.well-known/ucp/route.ts +4 -8
- package/templates/storefront-retail/components/providers.tsx +3 -12
- package/templates/storefront-retail/next.config.ts +10 -16
- package/templates/storefront-services/.env.example +12 -8
- package/templates/storefront-services/README.md +2 -4
- package/templates/storefront-services/app/.well-known/ucp/route.ts +4 -8
- package/templates/storefront-services/components/providers.tsx +3 -12
- package/templates/storefront-services/next.config.ts +10 -16
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { REGISTRY_INDEX, REGISTRY } from './chunk-
|
|
2
|
+
import { REGISTRY_INDEX, REGISTRY } from './chunk-TR65XHUE.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-DZPR5L6H.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';
|