@openacme/agent-catalog 0.5.0 → 0.5.2
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openacme/agent-catalog",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "Built-in agent templates for OpenAcme — opinionated workforce starters (Coder, …) that import as fresh agent folders.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Utkarsh Kanwat",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"gray-matter": "^4.0.3",
|
|
35
35
|
"zod": "^4.1.8",
|
|
36
|
-
"@openacme/config": "0.5.
|
|
36
|
+
"@openacme/config": "0.5.2"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/node": "^22.15.3",
|