@soloco/cli 0.3.1-canary.0 → 0.3.1-canary.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1192,7 +1192,7 @@ function createCliProgram(deps = createDefaultCliDeps()) {
1192
1192
  return program2;
1193
1193
  }
1194
1194
  function resolveCliVersion() {
1195
- if ("0.3.1-canary.0") return "0.3.1-canary.0";
1195
+ if ("0.3.1-canary.1") return "0.3.1-canary.1";
1196
1196
  try {
1197
1197
  const pkgPath = fileURLToPath(new URL("../package.json", import.meta.url));
1198
1198
  const pkg = JSON.parse(fs.readFileSync(pkgPath, "utf8"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soloco/cli",
3
- "version": "0.3.1-canary.0",
3
+ "version": "0.3.1-canary.1",
4
4
  "description": "Soloco CLI — orchestrate AI agent teams to run a business",
5
5
  "type": "module",
6
6
  "bin": {
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@clack/prompts": "^0.10.0",
31
- "@soloco/server": "0.3.1-canary.0",
31
+ "@soloco/server": "0.3.1-canary.1",
32
32
  "commander": "^13.1.0",
33
33
  "dotenv": "^17.0.1",
34
34
  "drizzle-orm": "0.38.4",