@agentforge/skills 0.16.22 → 0.16.24

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.9-blue)](https://www.typescriptlang.org/)
7
7
  [![License](https://img.shields.io/badge/license-MIT-green)](../../LICENSE)
8
8
 
9
- ## 📦 Installation
9
+ ## Installation
10
10
 
11
11
  ```bash
12
12
  npm install @agentforge/skills
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentforge/skills",
3
- "version": "0.16.22",
3
+ "version": "0.16.24",
4
4
  "description": "Composable skill system for building modular TypeScript AI agents: author skills, register capabilities, and compose behaviors.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -18,7 +18,7 @@
18
18
  "README.md"
19
19
  ],
20
20
  "dependencies": {
21
- "@agentforge/core": "0.16.22",
21
+ "@agentforge/core": "0.16.24",
22
22
  "gray-matter": "^4.0.3",
23
23
  "zod": "^3.24.1"
24
24
  },