@dashai/cli 0.2.0 → 0.2.1

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.
package/dist/bin.js CHANGED
@@ -810,7 +810,7 @@ function packageJson(opts) {
810
810
  start: "next start"
811
811
  },
812
812
  dependencies: {
813
- "@dashai/sdk": "^0.2.0",
813
+ "@dashai/sdk": "^0.7.0",
814
814
  next: "^15.0.0",
815
815
  react: "^19.0.0",
816
816
  "react-dom": "^19.0.0"
@@ -1442,7 +1442,7 @@ function packageJsonCustom(opts) {
1442
1442
  start: "next start"
1443
1443
  },
1444
1444
  dependencies: {
1445
- "@dashai/sdk": "^0.2.0",
1445
+ "@dashai/sdk": "^0.7.0",
1446
1446
  next: "^15.0.0",
1447
1447
  react: "^19.0.0",
1448
1448
  "react-dom": "^19.0.0",