@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.
Files changed (82) hide show
  1. package/dist/{add-6SPMUMSJ.mjs → add-BBVSJ5ZJ.mjs} +1 -1
  2. package/dist/chunk-F5EGUNQZ.mjs +5707 -0
  3. package/dist/{chunk-CNIFXKZV.mjs → chunk-GL2J7272.mjs} +1 -1
  4. package/dist/{chunk-RGF2RSSR.mjs → chunk-KCKMGRII.mjs} +2 -2
  5. package/dist/dispatcher.mjs +9 -9
  6. package/dist/{doctor-726TVOXT.mjs → doctor-T6NA3EMW.mjs} +2 -2
  7. package/dist/{explain-6BWR5MCK.mjs → explain-22NV6OL6.mjs} +2 -2
  8. package/dist/{introspect-4LD27NVX.mjs → introspect-QOW24PJF.mjs} +2 -2
  9. package/dist/{list-2YRVKBXY.mjs → list-JHUIIMC2.mjs} +1 -1
  10. package/dist/{update-J65Z6Q7E.mjs → update-IOMLDQEN.mjs} +1 -1
  11. package/package.json +2 -2
  12. package/templates/storefront-auto/app/categories/[slug]/page.tsx +2 -2
  13. package/templates/storefront-auto/app/collections/[slug]/page.tsx +2 -2
  14. package/templates/storefront-auto/app/llms.txt/route.ts +2 -2
  15. package/templates/storefront-auto/app/page.tsx +2 -2
  16. package/templates/storefront-auto/app/products/[slug]/page.tsx +9 -4
  17. package/templates/storefront-auto/app/shop/page.tsx +2 -2
  18. package/templates/storefront-auto/app/sitemap-page/page.tsx +2 -2
  19. package/templates/storefront-auto/bun.lock +10 -681
  20. package/templates/storefront-auto/package.json +1 -1
  21. package/templates/storefront-bakery/app/categories/[slug]/page.tsx +2 -2
  22. package/templates/storefront-bakery/app/collections/[slug]/page.tsx +2 -2
  23. package/templates/storefront-bakery/app/llms.txt/route.ts +2 -2
  24. package/templates/storefront-bakery/app/page.tsx +2 -2
  25. package/templates/storefront-bakery/app/shop/page.tsx +2 -2
  26. package/templates/storefront-bakery/app/sitemap-page/page.tsx +2 -2
  27. package/templates/storefront-bakery/bun.lock +10 -681
  28. package/templates/storefront-bakery/package.json +1 -1
  29. package/templates/storefront-fashion/app/categories/[slug]/page.tsx +2 -2
  30. package/templates/storefront-fashion/app/collections/[slug]/page.tsx +2 -2
  31. package/templates/storefront-fashion/app/llms.txt/route.ts +2 -2
  32. package/templates/storefront-fashion/app/page.tsx +2 -2
  33. package/templates/storefront-fashion/app/products/[slug]/page.tsx +9 -4
  34. package/templates/storefront-fashion/app/shop/page.tsx +2 -2
  35. package/templates/storefront-fashion/app/sitemap-page/page.tsx +2 -2
  36. package/templates/storefront-fashion/bun.lock +12 -683
  37. package/templates/storefront-fashion/package.json +1 -1
  38. package/templates/storefront-grocery/app/categories/[slug]/page.tsx +2 -2
  39. package/templates/storefront-grocery/app/collections/[slug]/page.tsx +2 -2
  40. package/templates/storefront-grocery/app/llms.txt/route.ts +2 -2
  41. package/templates/storefront-grocery/app/page.tsx +2 -2
  42. package/templates/storefront-grocery/app/shop/page.tsx +2 -2
  43. package/templates/storefront-grocery/app/sitemap-page/page.tsx +2 -2
  44. package/templates/storefront-grocery/bun.lock +10 -681
  45. package/templates/storefront-grocery/package.json +1 -1
  46. package/templates/storefront-pharmacy/app/categories/[slug]/page.tsx +2 -2
  47. package/templates/storefront-pharmacy/app/collections/[slug]/page.tsx +2 -2
  48. package/templates/storefront-pharmacy/app/llms.txt/route.ts +2 -2
  49. package/templates/storefront-pharmacy/app/page.tsx +2 -2
  50. package/templates/storefront-pharmacy/app/products/[slug]/page.tsx +9 -4
  51. package/templates/storefront-pharmacy/app/shop/page.tsx +2 -2
  52. package/templates/storefront-pharmacy/app/sitemap-page/page.tsx +2 -2
  53. package/templates/storefront-pharmacy/bun.lock +10 -681
  54. package/templates/storefront-pharmacy/package.json +1 -1
  55. package/templates/storefront-restaurant/app/categories/[slug]/page.tsx +2 -2
  56. package/templates/storefront-restaurant/app/collections/[slug]/page.tsx +2 -2
  57. package/templates/storefront-restaurant/app/llms.txt/route.ts +2 -2
  58. package/templates/storefront-restaurant/app/page.tsx +2 -2
  59. package/templates/storefront-restaurant/app/reservations/page.tsx +2 -2
  60. package/templates/storefront-restaurant/app/shop/page.tsx +2 -2
  61. package/templates/storefront-restaurant/app/sitemap-page/page.tsx +2 -2
  62. package/templates/storefront-restaurant/bun.lock +10 -681
  63. package/templates/storefront-restaurant/package.json +1 -1
  64. package/templates/storefront-retail/app/categories/[slug]/page.tsx +2 -2
  65. package/templates/storefront-retail/app/collections/[slug]/page.tsx +2 -2
  66. package/templates/storefront-retail/app/llms.txt/route.ts +2 -2
  67. package/templates/storefront-retail/app/page.tsx +2 -2
  68. package/templates/storefront-retail/app/products/[slug]/page.tsx +9 -4
  69. package/templates/storefront-retail/app/shop/page.tsx +2 -2
  70. package/templates/storefront-retail/app/sitemap-page/page.tsx +2 -2
  71. package/templates/storefront-retail/bun.lock +10 -681
  72. package/templates/storefront-retail/package.json +1 -1
  73. package/templates/storefront-services/app/book/page.tsx +2 -2
  74. package/templates/storefront-services/app/categories/[slug]/page.tsx +2 -2
  75. package/templates/storefront-services/app/collections/[slug]/page.tsx +2 -2
  76. package/templates/storefront-services/app/llms.txt/route.ts +2 -2
  77. package/templates/storefront-services/app/page.tsx +2 -2
  78. package/templates/storefront-services/app/shop/page.tsx +2 -2
  79. package/templates/storefront-services/app/sitemap-page/page.tsx +2 -2
  80. package/templates/storefront-services/bun.lock +10 -681
  81. package/templates/storefront-services/package.json +1 -1
  82. package/dist/chunk-RIOQDUQO.mjs +0 -5707

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.