@cimplify/cli 0.5.1 → 0.5.2

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 (52) hide show
  1. package/dist/{add-IJELMSCY.mjs → add-BEJH4T3P.mjs} +1 -1
  2. package/dist/{chunk-U3DWSQYY.mjs → chunk-DZPR5L6H.mjs} +1 -1
  3. package/dist/{chunk-O7SMBTHQ.mjs → chunk-MUG454RK.mjs} +1 -1
  4. package/dist/{chunk-DENWIVVB.mjs → chunk-TR65XHUE.mjs} +12 -12
  5. package/dist/dispatcher.mjs +9 -9
  6. package/dist/{doctor-NUKNW4S3.mjs → doctor-QO2SRNH6.mjs} +2 -2
  7. package/dist/{explain-TGRXJW3V.mjs → explain-CGWT7HMV.mjs} +1 -1
  8. package/dist/{introspect-5W72YWFT.mjs → introspect-WDGC7BKQ.mjs} +2 -2
  9. package/dist/{list-VO4LKRDN.mjs → list-NO5SPHSU.mjs} +1 -1
  10. package/dist/{update-V7XIKMFU.mjs → update-EEQ7JJTP.mjs} +1 -1
  11. package/package.json +1 -1
  12. package/templates/manifest.json +2 -2
  13. package/templates/storefront-auto/.env.example +12 -8
  14. package/templates/storefront-auto/README.md +1 -3
  15. package/templates/storefront-auto/app/.well-known/ucp/route.ts +4 -8
  16. package/templates/storefront-auto/components/providers.tsx +3 -12
  17. package/templates/storefront-auto/next.config.ts +10 -16
  18. package/templates/storefront-bakery/.env.example +2 -7
  19. package/templates/storefront-bakery/README.md +1 -3
  20. package/templates/storefront-bakery/app/.well-known/ucp/route.ts +4 -8
  21. package/templates/storefront-bakery/components/providers.tsx +3 -12
  22. package/templates/storefront-bakery/next.config.ts +10 -16
  23. package/templates/storefront-fashion/.env.example +12 -8
  24. package/templates/storefront-fashion/README.md +2 -4
  25. package/templates/storefront-fashion/app/.well-known/ucp/route.ts +4 -8
  26. package/templates/storefront-fashion/components/providers.tsx +3 -12
  27. package/templates/storefront-fashion/next.config.ts +10 -16
  28. package/templates/storefront-grocery/.env.example +12 -8
  29. package/templates/storefront-grocery/README.md +2 -4
  30. package/templates/storefront-grocery/app/.well-known/ucp/route.ts +4 -8
  31. package/templates/storefront-grocery/components/providers.tsx +3 -12
  32. package/templates/storefront-grocery/next.config.ts +10 -16
  33. package/templates/storefront-pharmacy/.env.example +12 -8
  34. package/templates/storefront-pharmacy/README.md +1 -3
  35. package/templates/storefront-pharmacy/app/.well-known/ucp/route.ts +4 -8
  36. package/templates/storefront-pharmacy/components/providers.tsx +3 -12
  37. package/templates/storefront-pharmacy/next.config.ts +10 -16
  38. package/templates/storefront-restaurant/.env.example +12 -8
  39. package/templates/storefront-restaurant/README.md +2 -4
  40. package/templates/storefront-restaurant/app/.well-known/ucp/route.ts +4 -8
  41. package/templates/storefront-restaurant/components/providers.tsx +3 -12
  42. package/templates/storefront-restaurant/next.config.ts +10 -16
  43. package/templates/storefront-retail/.env.example +12 -8
  44. package/templates/storefront-retail/README.md +1 -3
  45. package/templates/storefront-retail/app/.well-known/ucp/route.ts +4 -8
  46. package/templates/storefront-retail/components/providers.tsx +3 -12
  47. package/templates/storefront-retail/next.config.ts +10 -16
  48. package/templates/storefront-services/.env.example +12 -8
  49. package/templates/storefront-services/README.md +2 -4
  50. package/templates/storefront-services/app/.well-known/ucp/route.ts +4 -8
  51. package/templates/storefront-services/components/providers.tsx +3 -12
  52. 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-DENWIVVB.mjs';
2
+ import { REGISTRY_INDEX, REGISTRY } from './chunk-TR65XHUE.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';
@@ -2,7 +2,7 @@
2
2
  // package.json
3
3
  var package_default = {
4
4
  name: "@cimplify/cli",
5
- version: "0.5.1",
5
+ version: "0.5.2",
6
6
  description: "Cimplify CLI \u2014 deploy, manage env vars, link projects, and scaffold storefronts",
7
7
  keywords: [
8
8
  "cimplify",
@@ -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-U3DWSQYY.mjs';
4
+ import { package_default } from './chunk-DZPR5L6H.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';