@cimplify/cli 0.6.14 → 0.6.16
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-6SPMUMSJ.mjs → add-BBVSJ5ZJ.mjs} +1 -1
- package/dist/chunk-F5EGUNQZ.mjs +5707 -0
- package/dist/{chunk-CNIFXKZV.mjs → chunk-GL2J7272.mjs} +1 -1
- package/dist/{chunk-RGF2RSSR.mjs → chunk-KCKMGRII.mjs} +2 -2
- package/dist/dispatcher.mjs +9 -9
- package/dist/{doctor-726TVOXT.mjs → doctor-T6NA3EMW.mjs} +2 -2
- package/dist/{explain-6BWR5MCK.mjs → explain-22NV6OL6.mjs} +2 -2
- package/dist/{introspect-4LD27NVX.mjs → introspect-QOW24PJF.mjs} +2 -2
- package/dist/{list-2YRVKBXY.mjs → list-JHUIIMC2.mjs} +1 -1
- package/dist/{update-J65Z6Q7E.mjs → update-IOMLDQEN.mjs} +1 -1
- package/package.json +2 -2
- package/templates/storefront-auto/app/categories/[slug]/page.tsx +2 -2
- package/templates/storefront-auto/app/collections/[slug]/page.tsx +2 -2
- package/templates/storefront-auto/app/llms.txt/route.ts +2 -2
- package/templates/storefront-auto/app/page.tsx +2 -2
- package/templates/storefront-auto/app/products/[slug]/page.tsx +9 -4
- package/templates/storefront-auto/app/shop/page.tsx +2 -2
- package/templates/storefront-auto/app/sitemap-page/page.tsx +2 -2
- package/templates/storefront-auto/bun.lock +10 -681
- package/templates/storefront-auto/package.json +1 -1
- package/templates/storefront-bakery/app/categories/[slug]/page.tsx +2 -2
- package/templates/storefront-bakery/app/collections/[slug]/page.tsx +2 -2
- package/templates/storefront-bakery/app/llms.txt/route.ts +2 -2
- package/templates/storefront-bakery/app/page.tsx +2 -2
- package/templates/storefront-bakery/app/shop/page.tsx +2 -2
- package/templates/storefront-bakery/app/sitemap-page/page.tsx +2 -2
- package/templates/storefront-bakery/bun.lock +10 -681
- package/templates/storefront-bakery/package.json +1 -1
- package/templates/storefront-fashion/app/categories/[slug]/page.tsx +2 -2
- package/templates/storefront-fashion/app/collections/[slug]/page.tsx +2 -2
- package/templates/storefront-fashion/app/llms.txt/route.ts +2 -2
- package/templates/storefront-fashion/app/page.tsx +2 -2
- package/templates/storefront-fashion/app/products/[slug]/page.tsx +9 -4
- package/templates/storefront-fashion/app/shop/page.tsx +2 -2
- package/templates/storefront-fashion/app/sitemap-page/page.tsx +2 -2
- package/templates/storefront-fashion/bun.lock +12 -683
- package/templates/storefront-fashion/package.json +1 -1
- package/templates/storefront-grocery/app/categories/[slug]/page.tsx +2 -2
- package/templates/storefront-grocery/app/collections/[slug]/page.tsx +2 -2
- package/templates/storefront-grocery/app/llms.txt/route.ts +2 -2
- package/templates/storefront-grocery/app/page.tsx +2 -2
- package/templates/storefront-grocery/app/shop/page.tsx +2 -2
- package/templates/storefront-grocery/app/sitemap-page/page.tsx +2 -2
- package/templates/storefront-grocery/bun.lock +10 -681
- package/templates/storefront-grocery/package.json +1 -1
- package/templates/storefront-pharmacy/app/categories/[slug]/page.tsx +2 -2
- package/templates/storefront-pharmacy/app/collections/[slug]/page.tsx +2 -2
- package/templates/storefront-pharmacy/app/llms.txt/route.ts +2 -2
- package/templates/storefront-pharmacy/app/page.tsx +2 -2
- package/templates/storefront-pharmacy/app/products/[slug]/page.tsx +9 -4
- package/templates/storefront-pharmacy/app/shop/page.tsx +2 -2
- package/templates/storefront-pharmacy/app/sitemap-page/page.tsx +2 -2
- package/templates/storefront-pharmacy/bun.lock +10 -681
- package/templates/storefront-pharmacy/package.json +1 -1
- package/templates/storefront-restaurant/app/categories/[slug]/page.tsx +2 -2
- package/templates/storefront-restaurant/app/collections/[slug]/page.tsx +2 -2
- package/templates/storefront-restaurant/app/llms.txt/route.ts +2 -2
- package/templates/storefront-restaurant/app/page.tsx +2 -2
- package/templates/storefront-restaurant/app/reservations/page.tsx +2 -2
- package/templates/storefront-restaurant/app/shop/page.tsx +2 -2
- package/templates/storefront-restaurant/app/sitemap-page/page.tsx +2 -2
- package/templates/storefront-restaurant/bun.lock +10 -681
- package/templates/storefront-restaurant/package.json +1 -1
- package/templates/storefront-retail/app/categories/[slug]/page.tsx +2 -2
- package/templates/storefront-retail/app/collections/[slug]/page.tsx +2 -2
- package/templates/storefront-retail/app/llms.txt/route.ts +2 -2
- package/templates/storefront-retail/app/page.tsx +2 -2
- package/templates/storefront-retail/app/products/[slug]/page.tsx +9 -4
- package/templates/storefront-retail/app/shop/page.tsx +2 -2
- package/templates/storefront-retail/app/sitemap-page/page.tsx +2 -2
- package/templates/storefront-retail/bun.lock +10 -681
- package/templates/storefront-retail/package.json +1 -1
- package/templates/storefront-services/app/book/page.tsx +2 -2
- package/templates/storefront-services/app/categories/[slug]/page.tsx +2 -2
- package/templates/storefront-services/app/collections/[slug]/page.tsx +2 -2
- package/templates/storefront-services/app/llms.txt/route.ts +2 -2
- package/templates/storefront-services/app/page.tsx +2 -2
- package/templates/storefront-services/app/shop/page.tsx +2 -2
- package/templates/storefront-services/app/sitemap-page/page.tsx +2 -2
- package/templates/storefront-services/bun.lock +10 -681
- package/templates/storefront-services/package.json +1 -1
- package/dist/chunk-RIOQDUQO.mjs +0 -5707
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { REGISTRY_INDEX, REGISTRY } from './chunk-
|
|
2
|
+
import { REGISTRY_INDEX, REGISTRY } from './chunk-F5EGUNQZ.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';
|