@ranimontagna/agent-toolkit 0.1.11 → 0.1.12
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/README.md
CHANGED
|
@@ -566,8 +566,8 @@ Release a new npm version by updating `package.json`, pushing the change to
|
|
|
566
566
|
`main`, then pushing a matching tag:
|
|
567
567
|
|
|
568
568
|
```bash
|
|
569
|
-
git tag v0.1.
|
|
570
|
-
git push origin v0.1.
|
|
569
|
+
git tag v0.1.12
|
|
570
|
+
git push origin v0.1.12
|
|
571
571
|
```
|
|
572
572
|
|
|
573
573
|
The `Release` workflow runs the full check and publishes the scoped package to
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ranimontagna/agent-toolkit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.12",
|
|
4
4
|
"description": "Personal AI agent toolkit installer for Claude Code, Codex CLI, OpenCode, Gemini CLI and graph-aware workflows.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "pnpm@11.0.6",
|