@cimplify/cli 0.5.2 → 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-BEJH4T3P.mjs → add-3DANJHCI.mjs} +1 -1
- package/dist/{chunk-MUG454RK.mjs → chunk-2547SIWD.mjs} +1 -1
- package/dist/{chunk-DZPR5L6H.mjs → chunk-BB7IBX6X.mjs} +1 -1
- package/dist/{chunk-TR65XHUE.mjs → chunk-ZEGSQVM5.mjs} +23 -23
- package/dist/dispatcher.mjs +9 -9
- package/dist/{doctor-QO2SRNH6.mjs → doctor-TD4RZCCM.mjs} +2 -2
- package/dist/{explain-CGWT7HMV.mjs → explain-7OSAQVJ6.mjs} +1 -1
- package/dist/{introspect-WDGC7BKQ.mjs → introspect-SKQMAYFJ.mjs} +2 -2
- package/dist/{list-NO5SPHSU.mjs → list-XLJOS2DK.mjs} +1 -1
- package/dist/{update-EEQ7JJTP.mjs → update-4GX2J3IB.mjs} +1 -1
- package/package.json +1 -1
- package/templates/manifest.json +2 -2
- package/templates/storefront-auto/.env.example +9 -22
- package/templates/storefront-auto/app/.well-known/ucp/route.ts +41 -15
- 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/lib/site-url.ts +29 -0
- package/templates/storefront-bakery/.env.example +9 -13
- package/templates/storefront-bakery/app/.well-known/ucp/route.ts +41 -15
- 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/lib/site-url.ts +29 -0
- package/templates/storefront-fashion/.env.example +9 -22
- package/templates/storefront-fashion/app/.well-known/ucp/route.ts +41 -15
- 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/lib/site-url.ts +29 -0
- package/templates/storefront-grocery/.env.example +9 -22
- package/templates/storefront-grocery/app/.well-known/ucp/route.ts +41 -15
- 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/lib/site-url.ts +29 -0
- package/templates/storefront-pharmacy/.env.example +9 -22
- package/templates/storefront-pharmacy/app/.well-known/ucp/route.ts +41 -15
- 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/lib/site-url.ts +29 -0
- package/templates/storefront-restaurant/.env.example +9 -22
- package/templates/storefront-restaurant/app/.well-known/ucp/route.ts +41 -15
- 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/lib/site-url.ts +29 -0
- package/templates/storefront-retail/.env.example +9 -22
- package/templates/storefront-retail/app/.well-known/ucp/route.ts +41 -15
- 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/lib/site-url.ts +29 -0
- package/templates/storefront-services/.env.example +9 -22
- package/templates/storefront-services/app/.well-known/ucp/route.ts +41 -15
- 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/lib/site-url.ts +29 -0
|
@@ -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';
|