@docyrus/docyrus 0.0.18 → 0.0.19
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 +3 -3
- package/main.js.map +1 -1
- package/package.json +3 -3
package/main.js
CHANGED
|
@@ -124678,7 +124678,7 @@ function buildInputSchema(args, env2, options2) {
|
|
|
124678
124678
|
// package.json
|
|
124679
124679
|
var package_default = {
|
|
124680
124680
|
name: "@docyrus/docyrus",
|
|
124681
|
-
version: "0.0.
|
|
124681
|
+
version: "0.0.19",
|
|
124682
124682
|
private: false,
|
|
124683
124683
|
description: "Docyrus API CLI",
|
|
124684
124684
|
main: "./main.js",
|
|
@@ -124687,8 +124687,8 @@ var package_default = {
|
|
|
124687
124687
|
},
|
|
124688
124688
|
dependencies: {
|
|
124689
124689
|
"@clack/prompts": "^0.11.0",
|
|
124690
|
-
"@mariozechner/pi-ai": "0.
|
|
124691
|
-
"@mariozechner/pi-coding-agent": "0.
|
|
124690
|
+
"@mariozechner/pi-ai": "0.60.0",
|
|
124691
|
+
"@mariozechner/pi-coding-agent": "0.60.0",
|
|
124692
124692
|
"@opentui/core": "^0.1.85",
|
|
124693
124693
|
"@opentui/react": "^0.1.85",
|
|
124694
124694
|
incur: "^0.1.6",
|