@cimplify/cli 0.7.3 → 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 (44) hide show
  1. package/dist/{add-ZD5FOTC7.mjs → add-4PBCFGM3.mjs} +1 -1
  2. package/dist/{chunk-YYG5WE4A.mjs → chunk-LRTPNNQG.mjs} +1 -1
  3. package/dist/{chunk-ZKMI5E23.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-DN6RLS6E.mjs → doctor-ZVYWEE53.mjs} +2 -2
  7. package/dist/{explain-J4JB5QGW.mjs → explain-S6S33HPN.mjs} +1 -1
  8. package/dist/{introspect-45RASBRH.mjs → introspect-FFB7TA2E.mjs} +2 -2
  9. package/dist/{list-O47PO4UQ.mjs → list-RLWFTEP4.mjs} +1 -1
  10. package/dist/{update-CSUNW4RV.mjs → update-WH6NDWIM.mjs} +1 -1
  11. package/package.json +2 -2
  12. package/templates/storefront-auto/app/auth/signout/route.ts +6 -6
  13. package/templates/storefront-auto/components/account-pill.tsx +2 -9
  14. package/templates/storefront-auto/lib/auth.ts +24 -5
  15. package/templates/storefront-auto/package.json +1 -1
  16. package/templates/storefront-bakery/app/auth/signout/route.ts +6 -6
  17. package/templates/storefront-bakery/components/account-pill.tsx +2 -9
  18. package/templates/storefront-bakery/lib/auth.ts +24 -5
  19. package/templates/storefront-bakery/package.json +1 -1
  20. package/templates/storefront-fashion/app/auth/signout/route.ts +6 -6
  21. package/templates/storefront-fashion/components/account-pill.tsx +2 -9
  22. package/templates/storefront-fashion/lib/auth.ts +24 -5
  23. package/templates/storefront-fashion/package.json +1 -1
  24. package/templates/storefront-grocery/app/auth/signout/route.ts +6 -6
  25. package/templates/storefront-grocery/components/account-pill.tsx +2 -9
  26. package/templates/storefront-grocery/lib/auth.ts +24 -5
  27. package/templates/storefront-grocery/package.json +1 -1
  28. package/templates/storefront-pharmacy/app/auth/signout/route.ts +6 -6
  29. package/templates/storefront-pharmacy/components/account-pill.tsx +2 -9
  30. package/templates/storefront-pharmacy/lib/auth.ts +24 -5
  31. package/templates/storefront-pharmacy/package.json +1 -1
  32. package/templates/storefront-restaurant/app/auth/signout/route.ts +6 -6
  33. package/templates/storefront-restaurant/components/account-pill.tsx +2 -9
  34. package/templates/storefront-restaurant/lib/auth.ts +24 -5
  35. package/templates/storefront-restaurant/package.json +1 -1
  36. package/templates/storefront-retail/app/auth/signout/route.ts +6 -6
  37. package/templates/storefront-retail/components/account-pill.tsx +2 -9
  38. package/templates/storefront-retail/lib/auth.ts +24 -5
  39. package/templates/storefront-retail/package.json +1 -1
  40. package/templates/storefront-services/app/auth/signout/route.ts +6 -6
  41. package/templates/storefront-services/components/account-pill.tsx +2 -9
  42. package/templates/storefront-services/lib/auth.ts +24 -5
  43. package/templates/storefront-services/package.json +1 -1
  44. package/dist/chunk-HDIDSQS4.mjs +0 -5763
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { REGISTRY_INDEX, REGISTRY } from './chunk-HDIDSQS4.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-ZKMI5E23.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.3",
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.55.0"
50
+ "@cimplify/sdk": "^0.56.0"
51
51
  }
52
52
  };
53
53