@open-code-review/cli 1.10.2 → 1.10.3

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 +4 -4
package/dist/index.js CHANGED
@@ -20894,7 +20894,7 @@ ${hint}
20894
20894
  }
20895
20895
 
20896
20896
  // src/lib/version.ts
20897
- var CLI_VERSION = true ? "1.10.2" : createRequire(import.meta.url)("../../package.json").version;
20897
+ var CLI_VERSION = true ? "1.10.3" : createRequire(import.meta.url)("../../package.json").version;
20898
20898
 
20899
20899
  // ../shared/platform/src/index.ts
20900
20900
  import { pathToFileURL } from "node:url";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-code-review/cli",
3
- "version": "1.10.2",
3
+ "version": "1.10.3",
4
4
  "description": "CLI for Open Code Review - Multi-environment setup and progress tracking",
5
5
  "type": "module",
6
6
  "bin": {
@@ -50,13 +50,13 @@
50
50
  "ora": "^8.1.1",
51
51
  "socket.io": "^4.8",
52
52
  "sql.js": "^1.14.1",
53
- "@open-code-review/agents": "1.10.2",
54
- "@open-code-review/platform": "0.0.0"
53
+ "@open-code-review/agents": "1.10.3"
55
54
  },
56
55
  "publishConfig": {
57
56
  "access": "public"
58
57
  },
59
58
  "devDependencies": {
60
- "@types/sql.js": "^1.4.9"
59
+ "@types/sql.js": "^1.4.9",
60
+ "@open-code-review/platform": "0.0.0"
61
61
  }
62
62
  }