@docyrus/docyrus 0.0.73 → 0.0.74
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/main.js +2 -4
- package/main.js.map +2 -2
- package/package.json +1 -1
package/main.js
CHANGED
|
@@ -139349,7 +139349,7 @@ function buildInputSchema(args2, env2, options2) {
|
|
|
139349
139349
|
// package.json
|
|
139350
139350
|
var package_default = {
|
|
139351
139351
|
name: "@docyrus/docyrus",
|
|
139352
|
-
version: "0.0.
|
|
139352
|
+
version: "0.0.74",
|
|
139353
139353
|
private: false,
|
|
139354
139354
|
description: "Docyrus API CLI",
|
|
139355
139355
|
main: "./main.js",
|
|
@@ -154291,11 +154291,9 @@ function resolveInstalledPiPackageRootPath(options2 = {}) {
|
|
|
154291
154291
|
candidates.push(candidate);
|
|
154292
154292
|
}
|
|
154293
154293
|
};
|
|
154294
|
+
addCandidate((0, import_node_path30.resolve)(dirname14, "node_modules/@mariozechner/pi-coding-agent/package.json"));
|
|
154294
154295
|
addCandidate((0, import_node_path30.resolve)(cwd, "apps/api-cli/node_modules/@mariozechner/pi-coding-agent/package.json"));
|
|
154295
|
-
addCandidate((0, import_node_path30.resolve)(cwd, "node_modules/@mariozechner/pi-coding-agent/package.json"));
|
|
154296
154296
|
addCandidate((0, import_node_path30.resolve)(dirname14, "../../../apps/api-cli/node_modules/@mariozechner/pi-coding-agent/package.json"));
|
|
154297
|
-
addCandidate((0, import_node_path30.resolve)(dirname14, "../node_modules/@mariozechner/pi-coding-agent/package.json"));
|
|
154298
|
-
addCandidate((0, import_node_path30.resolve)(dirname14, "../../node_modules/@mariozechner/pi-coding-agent/package.json"));
|
|
154299
154297
|
const resolvedPackageJson = candidates.find((candidate) => fileExists(candidate));
|
|
154300
154298
|
if (!resolvedPackageJson) {
|
|
154301
154299
|
throw new UserInputError(`Unable to locate the installed pi package root. Checked: ${candidates.join(", ")}`);
|