@cimplify/cli 0.5.1 → 0.5.3
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-3DANJHCI.mjs} +1 -1
- package/dist/{chunk-O7SMBTHQ.mjs → chunk-2547SIWD.mjs} +1 -1
- package/dist/{chunk-U3DWSQYY.mjs → chunk-BB7IBX6X.mjs} +1 -1
- package/dist/{chunk-DENWIVVB.mjs → chunk-ZEGSQVM5.mjs} +23 -23
- package/dist/dispatcher.mjs +9 -9
- package/dist/{doctor-NUKNW4S3.mjs → doctor-TD4RZCCM.mjs} +2 -2
- package/dist/{explain-TGRXJW3V.mjs → explain-7OSAQVJ6.mjs} +1 -1
- package/dist/{introspect-5W72YWFT.mjs → introspect-SKQMAYFJ.mjs} +2 -2
- package/dist/{list-VO4LKRDN.mjs → list-XLJOS2DK.mjs} +1 -1
- package/dist/{update-V7XIKMFU.mjs → update-4GX2J3IB.mjs} +1 -1
- package/package.json +1 -1
- package/templates/manifest.json +2 -2
- package/templates/storefront-auto/.env.example +9 -18
- package/templates/storefront-auto/README.md +1 -3
- package/templates/storefront-auto/app/.well-known/ucp/route.ts +42 -20
- package/templates/storefront-auto/app/layout.tsx +31 -26
- package/templates/storefront-auto/app/llms.txt/route.ts +3 -5
- package/templates/storefront-auto/app/opensearch.xml/route.ts +5 -6
- package/templates/storefront-auto/app/products/[slug]/page.tsx +5 -5
- package/templates/storefront-auto/app/robots.ts +5 -6
- package/templates/storefront-auto/app/sitemap.ts +6 -7
- package/templates/storefront-auto/components/providers.tsx +3 -12
- package/templates/storefront-auto/lib/site-url.ts +29 -0
- package/templates/storefront-auto/next.config.ts +10 -16
- package/templates/storefront-bakery/.env.example +9 -18
- package/templates/storefront-bakery/README.md +1 -3
- package/templates/storefront-bakery/app/.well-known/ucp/route.ts +42 -20
- package/templates/storefront-bakery/app/layout.tsx +40 -35
- package/templates/storefront-bakery/app/llms.txt/route.ts +3 -5
- package/templates/storefront-bakery/app/opensearch.xml/route.ts +5 -6
- package/templates/storefront-bakery/app/robots.ts +5 -6
- package/templates/storefront-bakery/app/sitemap.ts +6 -7
- package/templates/storefront-bakery/components/providers.tsx +3 -12
- package/templates/storefront-bakery/lib/site-url.ts +29 -0
- package/templates/storefront-bakery/next.config.ts +10 -16
- package/templates/storefront-fashion/.env.example +9 -18
- package/templates/storefront-fashion/README.md +2 -4
- package/templates/storefront-fashion/app/.well-known/ucp/route.ts +42 -20
- package/templates/storefront-fashion/app/layout.tsx +31 -26
- package/templates/storefront-fashion/app/llms.txt/route.ts +3 -5
- package/templates/storefront-fashion/app/opensearch.xml/route.ts +5 -6
- package/templates/storefront-fashion/app/products/[slug]/page.tsx +5 -5
- package/templates/storefront-fashion/app/robots.ts +5 -6
- package/templates/storefront-fashion/app/sitemap.ts +6 -7
- package/templates/storefront-fashion/components/providers.tsx +3 -12
- package/templates/storefront-fashion/lib/site-url.ts +29 -0
- package/templates/storefront-fashion/next.config.ts +10 -16
- package/templates/storefront-grocery/.env.example +9 -18
- package/templates/storefront-grocery/README.md +2 -4
- package/templates/storefront-grocery/app/.well-known/ucp/route.ts +42 -20
- package/templates/storefront-grocery/app/layout.tsx +31 -26
- package/templates/storefront-grocery/app/llms.txt/route.ts +3 -5
- package/templates/storefront-grocery/app/opensearch.xml/route.ts +5 -6
- package/templates/storefront-grocery/app/robots.ts +5 -6
- package/templates/storefront-grocery/app/sitemap.ts +6 -7
- package/templates/storefront-grocery/components/providers.tsx +3 -12
- package/templates/storefront-grocery/lib/site-url.ts +29 -0
- package/templates/storefront-grocery/next.config.ts +10 -16
- package/templates/storefront-pharmacy/.env.example +9 -18
- package/templates/storefront-pharmacy/README.md +1 -3
- package/templates/storefront-pharmacy/app/.well-known/ucp/route.ts +42 -20
- package/templates/storefront-pharmacy/app/layout.tsx +31 -26
- package/templates/storefront-pharmacy/app/llms.txt/route.ts +3 -5
- package/templates/storefront-pharmacy/app/opensearch.xml/route.ts +5 -6
- package/templates/storefront-pharmacy/app/products/[slug]/page.tsx +5 -5
- package/templates/storefront-pharmacy/app/robots.ts +5 -6
- package/templates/storefront-pharmacy/app/sitemap.ts +6 -7
- package/templates/storefront-pharmacy/components/providers.tsx +3 -12
- package/templates/storefront-pharmacy/lib/site-url.ts +29 -0
- package/templates/storefront-pharmacy/next.config.ts +10 -16
- package/templates/storefront-restaurant/.env.example +9 -18
- package/templates/storefront-restaurant/README.md +2 -4
- package/templates/storefront-restaurant/app/.well-known/ucp/route.ts +42 -20
- package/templates/storefront-restaurant/app/layout.tsx +31 -26
- package/templates/storefront-restaurant/app/llms.txt/route.ts +3 -5
- package/templates/storefront-restaurant/app/opensearch.xml/route.ts +5 -6
- package/templates/storefront-restaurant/app/robots.ts +5 -6
- package/templates/storefront-restaurant/app/sitemap.ts +6 -7
- package/templates/storefront-restaurant/components/providers.tsx +3 -12
- package/templates/storefront-restaurant/lib/site-url.ts +29 -0
- package/templates/storefront-restaurant/next.config.ts +10 -16
- package/templates/storefront-retail/.env.example +9 -18
- package/templates/storefront-retail/README.md +1 -3
- package/templates/storefront-retail/app/.well-known/ucp/route.ts +42 -20
- package/templates/storefront-retail/app/layout.tsx +31 -26
- package/templates/storefront-retail/app/llms.txt/route.ts +3 -5
- package/templates/storefront-retail/app/opensearch.xml/route.ts +5 -6
- package/templates/storefront-retail/app/products/[slug]/page.tsx +5 -5
- package/templates/storefront-retail/app/robots.ts +5 -6
- package/templates/storefront-retail/app/sitemap.ts +6 -7
- package/templates/storefront-retail/components/providers.tsx +3 -12
- package/templates/storefront-retail/lib/site-url.ts +29 -0
- package/templates/storefront-retail/next.config.ts +10 -16
- package/templates/storefront-services/.env.example +9 -18
- package/templates/storefront-services/README.md +2 -4
- package/templates/storefront-services/app/.well-known/ucp/route.ts +42 -20
- package/templates/storefront-services/app/layout.tsx +31 -26
- package/templates/storefront-services/app/llms.txt/route.ts +3 -5
- package/templates/storefront-services/app/opensearch.xml/route.ts +5 -6
- package/templates/storefront-services/app/robots.ts +5 -6
- package/templates/storefront-services/app/sitemap.ts +6 -7
- package/templates/storefront-services/components/providers.tsx +3 -12
- package/templates/storefront-services/lib/site-url.ts +29 -0
- 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-ZEGSQVM5.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-BB7IBX6X.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';
|