@cimplify/cli 0.7.2 → 0.7.4

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 (76) hide show
  1. package/dist/{add-5NW7N5CJ.mjs → add-4PBCFGM3.mjs} +1 -1
  2. package/dist/{chunk-26ETGFW6.mjs → chunk-LRTPNNQG.mjs} +1 -1
  3. package/dist/{chunk-ZVEQGQ2Z.mjs → chunk-NTY7JESF.mjs} +2 -2
  4. package/dist/chunk-QOPMMTVI.mjs +5763 -0
  5. package/dist/dispatcher.mjs +9 -9
  6. package/dist/{doctor-XLBDC6NO.mjs → doctor-ZVYWEE53.mjs} +2 -2
  7. package/dist/{explain-PKTL7ZR6.mjs → explain-S6S33HPN.mjs} +1 -1
  8. package/dist/{introspect-FPBV3O4N.mjs → introspect-FFB7TA2E.mjs} +2 -2
  9. package/dist/{list-N7FKBQ3Y.mjs → list-RLWFTEP4.mjs} +1 -1
  10. package/dist/{update-ZC3JGKLI.mjs → update-WH6NDWIM.mjs} +1 -1
  11. package/package.json +2 -2
  12. package/templates/storefront-auto/app/auth/callback/route.ts +16 -0
  13. package/templates/storefront-auto/app/auth/session/route.ts +11 -0
  14. package/templates/storefront-auto/app/auth/signout/route.ts +11 -0
  15. package/templates/storefront-auto/components/account-iframe.tsx +7 -1
  16. package/templates/storefront-auto/components/account-pill.tsx +49 -0
  17. package/templates/storefront-auto/components/header.tsx +2 -0
  18. package/templates/storefront-auto/lib/auth.ts +35 -0
  19. package/templates/storefront-auto/package.json +1 -1
  20. package/templates/storefront-bakery/app/auth/callback/route.ts +16 -0
  21. package/templates/storefront-bakery/app/auth/session/route.ts +11 -0
  22. package/templates/storefront-bakery/app/auth/signout/route.ts +11 -0
  23. package/templates/storefront-bakery/components/account-iframe.tsx +7 -1
  24. package/templates/storefront-bakery/components/account-pill.tsx +49 -0
  25. package/templates/storefront-bakery/components/header.tsx +2 -0
  26. package/templates/storefront-bakery/lib/auth.ts +35 -0
  27. package/templates/storefront-bakery/package.json +1 -1
  28. package/templates/storefront-fashion/app/auth/callback/route.ts +16 -0
  29. package/templates/storefront-fashion/app/auth/session/route.ts +11 -0
  30. package/templates/storefront-fashion/app/auth/signout/route.ts +11 -0
  31. package/templates/storefront-fashion/components/account-iframe.tsx +7 -1
  32. package/templates/storefront-fashion/components/account-pill.tsx +49 -0
  33. package/templates/storefront-fashion/components/header.tsx +2 -0
  34. package/templates/storefront-fashion/lib/auth.ts +35 -0
  35. package/templates/storefront-fashion/package.json +1 -1
  36. package/templates/storefront-grocery/app/auth/callback/route.ts +16 -0
  37. package/templates/storefront-grocery/app/auth/session/route.ts +11 -0
  38. package/templates/storefront-grocery/app/auth/signout/route.ts +11 -0
  39. package/templates/storefront-grocery/components/account-iframe.tsx +7 -1
  40. package/templates/storefront-grocery/components/account-pill.tsx +49 -0
  41. package/templates/storefront-grocery/components/header.tsx +2 -0
  42. package/templates/storefront-grocery/lib/auth.ts +35 -0
  43. package/templates/storefront-grocery/package.json +1 -1
  44. package/templates/storefront-pharmacy/app/auth/callback/route.ts +16 -0
  45. package/templates/storefront-pharmacy/app/auth/session/route.ts +11 -0
  46. package/templates/storefront-pharmacy/app/auth/signout/route.ts +11 -0
  47. package/templates/storefront-pharmacy/components/account-iframe.tsx +7 -1
  48. package/templates/storefront-pharmacy/components/account-pill.tsx +49 -0
  49. package/templates/storefront-pharmacy/components/header.tsx +2 -0
  50. package/templates/storefront-pharmacy/lib/auth.ts +35 -0
  51. package/templates/storefront-pharmacy/package.json +1 -1
  52. package/templates/storefront-restaurant/app/auth/callback/route.ts +16 -0
  53. package/templates/storefront-restaurant/app/auth/session/route.ts +11 -0
  54. package/templates/storefront-restaurant/app/auth/signout/route.ts +11 -0
  55. package/templates/storefront-restaurant/components/account-iframe.tsx +7 -1
  56. package/templates/storefront-restaurant/components/account-pill.tsx +49 -0
  57. package/templates/storefront-restaurant/components/header.tsx +2 -0
  58. package/templates/storefront-restaurant/lib/auth.ts +35 -0
  59. package/templates/storefront-restaurant/package.json +1 -1
  60. package/templates/storefront-retail/app/auth/callback/route.ts +16 -0
  61. package/templates/storefront-retail/app/auth/session/route.ts +11 -0
  62. package/templates/storefront-retail/app/auth/signout/route.ts +11 -0
  63. package/templates/storefront-retail/components/account-iframe.tsx +7 -1
  64. package/templates/storefront-retail/components/account-pill.tsx +49 -0
  65. package/templates/storefront-retail/components/header.tsx +2 -0
  66. package/templates/storefront-retail/lib/auth.ts +35 -0
  67. package/templates/storefront-retail/package.json +1 -1
  68. package/templates/storefront-services/app/auth/callback/route.ts +16 -0
  69. package/templates/storefront-services/app/auth/session/route.ts +11 -0
  70. package/templates/storefront-services/app/auth/signout/route.ts +11 -0
  71. package/templates/storefront-services/components/account-iframe.tsx +7 -1
  72. package/templates/storefront-services/components/account-pill.tsx +49 -0
  73. package/templates/storefront-services/components/header.tsx +2 -0
  74. package/templates/storefront-services/lib/auth.ts +35 -0
  75. package/templates/storefront-services/package.json +1 -1
  76. package/dist/chunk-CVQRL2VH.mjs +0 -5763
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { REGISTRY_INDEX, REGISTRY } from './chunk-CVQRL2VH.mjs';
2
+ import { REGISTRY_INDEX, REGISTRY } from './chunk-QOPMMTVI.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-ZVEQGQ2Z.mjs';
4
+ import { package_default } from './chunk-NTY7JESF.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';
@@ -2,7 +2,7 @@
2
2
  // package.json
3
3
  var package_default = {
4
4
  name: "@cimplify/cli",
5
- version: "0.7.2",
5
+ version: "0.7.4",
6
6
  description: "Cimplify CLI \u2014 deploy, manage env vars, link projects, and scaffold storefronts",
7
7
  keywords: [
8
8
  "cimplify",
@@ -47,7 +47,7 @@ var package_default = {
47
47
  vitest: "^4.1.5"
48
48
  },
49
49
  dependencies: {
50
- "@cimplify/sdk": "^0.54.0"
50
+ "@cimplify/sdk": "^0.56.0"
51
51
  }
52
52
  };
53
53