@nk070281sjv/cli 2.3.1 → 2.3.2
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 +3 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -30232,7 +30232,7 @@ function ensureDir(dir) {
|
|
|
30232
30232
|
}
|
|
30233
30233
|
function getAgentsPackagePath() {
|
|
30234
30234
|
try {
|
|
30235
|
-
const agentsPath = require2.resolve("@
|
|
30235
|
+
const agentsPath = require2.resolve("@nk070281sjv/agents/package.json");
|
|
30236
30236
|
return dirname(agentsPath);
|
|
30237
30237
|
} catch {
|
|
30238
30238
|
const localPath = join3(process.cwd(), "packages", "agents");
|
|
@@ -30240,7 +30240,7 @@ function getAgentsPackagePath() {
|
|
|
30240
30240
|
return localPath;
|
|
30241
30241
|
}
|
|
30242
30242
|
throw new Error(
|
|
30243
|
-
"Could not find @
|
|
30243
|
+
"Could not find @nk070281sjv/agents package. Run from OCR repo or install the package."
|
|
30244
30244
|
);
|
|
30245
30245
|
}
|
|
30246
30246
|
}
|
|
@@ -30766,7 +30766,7 @@ ${hint}
|
|
|
30766
30766
|
}
|
|
30767
30767
|
|
|
30768
30768
|
// src/lib/version.ts
|
|
30769
|
-
var CLI_VERSION = true ? "2.3.
|
|
30769
|
+
var CLI_VERSION = true ? "2.3.2" : createRequire(import.meta.url)("../../package.json").version;
|
|
30770
30770
|
|
|
30771
30771
|
// src/lib/deps.ts
|
|
30772
30772
|
init_src();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nk070281sjv/cli",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.2",
|
|
4
4
|
"description": "CLI for Open Code Review - Multi-environment setup and progress tracking",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@inquirer/prompts": "^7.2.0",
|
|
40
|
-
"@nk070281sjv/agents": "
|
|
40
|
+
"@nk070281sjv/agents": "2.3.2",
|
|
41
41
|
"chalk": "^5.4.1",
|
|
42
42
|
"chokidar": "^4.0.3",
|
|
43
43
|
"commander": "^13.0.0",
|