@docyrus/docyrus 0.0.65 → 0.0.66
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/agent-loader.js +4 -3
- package/agent-loader.js.map +2 -2
- package/main.js +3 -3
- package/main.js.map +1 -1
- package/package.json +3 -3
- package/server-loader.js +4 -3
- package/server-loader.js.map +2 -2
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.66",
|
|
139353
139353
|
private: false,
|
|
139354
139354
|
description: "Docyrus API CLI",
|
|
139355
139355
|
main: "./main.js",
|
|
@@ -139363,8 +139363,8 @@ var package_default = {
|
|
|
139363
139363
|
"@clack/prompts": "^0.11.0",
|
|
139364
139364
|
"@ff-labs/fff-node": "0.6.4",
|
|
139365
139365
|
"@hono/node-server": "^1.19.13",
|
|
139366
|
-
"@mariozechner/pi-ai": "0.
|
|
139367
|
-
"@mariozechner/pi-coding-agent": "0.
|
|
139366
|
+
"@mariozechner/pi-ai": "0.70.2",
|
|
139367
|
+
"@mariozechner/pi-coding-agent": "0.70.2",
|
|
139368
139368
|
"@modelcontextprotocol/ext-apps": "^1.2.2",
|
|
139369
139369
|
"@modelcontextprotocol/sdk": "^1.25.1",
|
|
139370
139370
|
"@mozilla/readability": "^0.6.0",
|