@open-code-review/cli 1.8.2 → 1.8.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.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -20776,7 +20776,7 @@ ${hint}
|
|
|
20776
20776
|
}
|
|
20777
20777
|
|
|
20778
20778
|
// src/lib/version.ts
|
|
20779
|
-
var CLI_VERSION = true ? "1.8.
|
|
20779
|
+
var CLI_VERSION = true ? "1.8.3" : createRequire(import.meta.url)("../../package.json").version;
|
|
20780
20780
|
|
|
20781
20781
|
// src/lib/deps.ts
|
|
20782
20782
|
import { execFileSync } from "node:child_process";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-code-review/cli",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.3",
|
|
4
4
|
"description": "CLI for Open Code Review - Multi-environment setup and progress tracking",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -50,7 +50,7 @@
|
|
|
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.8.
|
|
53
|
+
"@open-code-review/agents": "1.8.3"
|
|
54
54
|
},
|
|
55
55
|
"publishConfig": {
|
|
56
56
|
"access": "public"
|