@cimplify/cli 0.7.6 → 0.7.8

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 (44) hide show
  1. package/dist/{add-L36PRZQO.mjs → add-BMHJY65N.mjs} +1 -1
  2. package/dist/{chunk-Z4OBZRGQ.mjs → chunk-7ULQCWYD.mjs} +20 -20
  3. package/dist/{chunk-CIRUNSIM.mjs → chunk-LH7Y27BQ.mjs} +2 -2
  4. package/dist/{chunk-Q4H7IMO5.mjs → chunk-WO2KN3QD.mjs} +1 -1
  5. package/dist/dispatcher.mjs +9 -9
  6. package/dist/{doctor-FXZMYCL5.mjs → doctor-U7QRYEFG.mjs} +2 -2
  7. package/dist/{explain-AJEHO5D5.mjs → explain-ZPBYGQWC.mjs} +1 -1
  8. package/dist/{introspect-FK4XSDDL.mjs → introspect-JFJOCF5M.mjs} +2 -2
  9. package/dist/{list-T2QQBM2X.mjs → list-LOKEBW5S.mjs} +1 -1
  10. package/dist/{update-3SQQSO5C.mjs → update-EJGLLHRW.mjs} +1 -1
  11. package/package.json +2 -2
  12. package/templates/manifest.json +26 -26
  13. package/templates/storefront-auto/app/auth/callback/route.ts +17 -3
  14. package/templates/storefront-auto/app/auth/session/route.ts +2 -2
  15. package/templates/storefront-auto/lib/auth.ts +2 -2
  16. package/templates/storefront-auto/package.json +1 -1
  17. package/templates/storefront-bakery/app/auth/callback/route.ts +17 -3
  18. package/templates/storefront-bakery/app/auth/session/route.ts +2 -2
  19. package/templates/storefront-bakery/lib/auth.ts +2 -2
  20. package/templates/storefront-bakery/package.json +1 -1
  21. package/templates/storefront-fashion/app/auth/callback/route.ts +17 -3
  22. package/templates/storefront-fashion/app/auth/session/route.ts +2 -2
  23. package/templates/storefront-fashion/lib/auth.ts +2 -2
  24. package/templates/storefront-fashion/package.json +1 -1
  25. package/templates/storefront-grocery/app/auth/callback/route.ts +17 -3
  26. package/templates/storefront-grocery/app/auth/session/route.ts +2 -2
  27. package/templates/storefront-grocery/lib/auth.ts +2 -2
  28. package/templates/storefront-grocery/package.json +1 -1
  29. package/templates/storefront-pharmacy/app/auth/callback/route.ts +17 -3
  30. package/templates/storefront-pharmacy/app/auth/session/route.ts +2 -2
  31. package/templates/storefront-pharmacy/lib/auth.ts +2 -2
  32. package/templates/storefront-pharmacy/package.json +1 -1
  33. package/templates/storefront-restaurant/app/auth/callback/route.ts +17 -3
  34. package/templates/storefront-restaurant/app/auth/session/route.ts +2 -2
  35. package/templates/storefront-restaurant/lib/auth.ts +2 -2
  36. package/templates/storefront-restaurant/package.json +1 -1
  37. package/templates/storefront-retail/app/auth/callback/route.ts +17 -3
  38. package/templates/storefront-retail/app/auth/session/route.ts +2 -2
  39. package/templates/storefront-retail/lib/auth.ts +2 -2
  40. package/templates/storefront-retail/package.json +1 -1
  41. package/templates/storefront-services/app/auth/callback/route.ts +17 -3
  42. package/templates/storefront-services/app/auth/session/route.ts +2 -2
  43. package/templates/storefront-services/lib/auth.ts +2 -2
  44. package/templates/storefront-services/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { REGISTRY_INDEX, REGISTRY } from './chunk-Z4OBZRGQ.mjs';
2
+ import { REGISTRY_INDEX, REGISTRY } from './chunk-7ULQCWYD.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';