agentpacks 0.7.0 → 0.9.0
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentpacks",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Composable AI agent configuration manager. Pack-based rules, commands, skills, hooks, and MCP sync across OpenCode, Cursor, Claude Code, Codex, Gemini, Copilot, and more.",
|
|
6
6
|
"keywords": [
|
|
@@ -503,8 +503,8 @@
|
|
|
503
503
|
"glob": "^13.0.6"
|
|
504
504
|
},
|
|
505
505
|
"devDependencies": {
|
|
506
|
-
"@contractspec/tool.typescript": "2.
|
|
507
|
-
"@contractspec/tool.bun": "2.
|
|
506
|
+
"@contractspec/tool.typescript": "2.9.0",
|
|
507
|
+
"@contractspec/tool.bun": "2.9.0",
|
|
508
508
|
"typescript": "^5.9.3"
|
|
509
509
|
},
|
|
510
510
|
"publishConfig": {
|