claudio-cli 1.0.34 → 1.0.35
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claudio-cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.35",
|
|
4
4
|
"description": "You love Claude — so does Claudio. Plug-and-play with your Claude Code subscription: no API key, no extra billing. Orchestrate multi-agent pipelines from your terminal — plan, build, review, QA, and ship real GitHub PRs. Plus bug hunts, PR reviews, and memory-bank builders.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://claudiopipe.com",
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"files": ["bin"],
|
|
10
10
|
"engines": { "node": ">=18.0.0" },
|
|
11
11
|
"optionalDependencies": {
|
|
12
|
-
"claudio-cli-darwin-arm64": "1.0.
|
|
13
|
-
"claudio-cli-darwin-x64": "1.0.
|
|
14
|
-
"claudio-cli-linux-x64": "1.0.
|
|
15
|
-
"claudio-cli-win-x64": "1.0.
|
|
12
|
+
"claudio-cli-darwin-arm64": "1.0.35",
|
|
13
|
+
"claudio-cli-darwin-x64": "1.0.35",
|
|
14
|
+
"claudio-cli-linux-x64": "1.0.35",
|
|
15
|
+
"claudio-cli-win-x64": "1.0.35"
|
|
16
16
|
}
|
|
17
17
|
}
|