@cimplify/cli 0.6.10 → 0.6.12

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 (40) hide show
  1. package/dist/{add-GDHA7MKM.mjs → add-UZRM3FSU.mjs} +1 -1
  2. package/dist/{chunk-ZTKQOLAC.mjs → chunk-A2L5IV57.mjs} +1 -1
  3. package/dist/{chunk-R3FDBXR6.mjs → chunk-CLNS2NBR.mjs} +4 -1
  4. package/dist/{chunk-5L6LJE6I.mjs → chunk-E7P6GL73.mjs} +4 -1
  5. package/dist/chunk-VOQJ7GYE.mjs +5707 -0
  6. package/dist/{deploy-7BPO5BNB.mjs → deploy-YVCYHNSS.mjs} +48 -19
  7. package/dist/dispatcher.mjs +13 -11
  8. package/dist/{doctor-SSSYBYCL.mjs → doctor-Q6DWYG4D.mjs} +2 -2
  9. package/dist/{explain-VG7XUP62.mjs → explain-RA3PQCUF.mjs} +22 -1
  10. package/dist/inspect-CGYX4DDF.mjs +411 -0
  11. package/dist/{introspect-HYJ6VI3U.mjs → introspect-HKNLBZ73.mjs} +2 -2
  12. package/dist/{list-NQP4SU5K.mjs → list-U67HVMX5.mjs} +1 -1
  13. package/dist/{repo-WOBWKEAO.mjs → repo-KNQMSPVV.mjs} +1 -1
  14. package/dist/{update-HHRCPKSU.mjs → update-UT46Z6X4.mjs} +1 -1
  15. package/package.json +4 -1
  16. package/templates/storefront-auto/bun.lock +1167 -0
  17. package/templates/storefront-auto/package.json +1 -1
  18. package/templates/storefront-auto/tsconfig.json +24 -6
  19. package/templates/storefront-bakery/bun.lock +1167 -0
  20. package/templates/storefront-bakery/package.json +1 -1
  21. package/templates/storefront-bakery/tsconfig.json +24 -6
  22. package/templates/storefront-fashion/bun.lock +1176 -0
  23. package/templates/storefront-fashion/package.json +1 -1
  24. package/templates/storefront-fashion/tsconfig.json +24 -6
  25. package/templates/storefront-grocery/bun.lock +1167 -0
  26. package/templates/storefront-grocery/package.json +1 -1
  27. package/templates/storefront-grocery/tsconfig.json +24 -6
  28. package/templates/storefront-pharmacy/bun.lock +1167 -0
  29. package/templates/storefront-pharmacy/package.json +1 -1
  30. package/templates/storefront-pharmacy/tsconfig.json +24 -6
  31. package/templates/storefront-restaurant/bun.lock +1167 -0
  32. package/templates/storefront-restaurant/package.json +1 -1
  33. package/templates/storefront-restaurant/tsconfig.json +24 -6
  34. package/templates/storefront-retail/bun.lock +1167 -0
  35. package/templates/storefront-retail/package.json +1 -1
  36. package/templates/storefront-retail/tsconfig.json +24 -6
  37. package/templates/storefront-services/bun.lock +1167 -0
  38. package/templates/storefront-services/package.json +1 -1
  39. package/templates/storefront-services/tsconfig.json +24 -6
  40. package/dist/chunk-EKJ6T66O.mjs +0 -5707
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cimplify/cli",
3
- "version": "0.6.10",
3
+ "version": "0.6.12",
4
4
  "description": "Cimplify CLI — deploy, manage env vars, link projects, and scaffold storefronts",
5
5
  "keywords": [
6
6
  "cimplify",
@@ -43,5 +43,8 @@
43
43
  "tsup": "^8.5.1",
44
44
  "typescript": "5.9.3",
45
45
  "vitest": "^4.1.5"
46
+ },
47
+ "dependencies": {
48
+ "@cimplify/sdk": "^0.48.2"
46
49
  }
47
50
  }