@alfe.ai/integration-manifest 0.3.0 → 0.3.1

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 +5 -0
  2. package/package.json +9 -1
package/README.md CHANGED
@@ -135,3 +135,8 @@ pnpm --filter @alfe.ai/integration-manifest test
135
135
 
136
136
  - `yaml` — YAML parsing
137
137
  - `zod` — Schema validation
138
+
139
+ ## Links
140
+
141
+ - 🌐 Website: <https://alfe.ai>
142
+ - 📚 Docs: <https://docs.alfe.ai>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfe.ai/integration-manifest",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Integration manifest schema, types, and parser for Alfe integration platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -19,6 +19,14 @@
19
19
  "dist"
20
20
  ],
21
21
  "license": "UNLICENSED",
22
+ "homepage": "https://alfe.ai",
23
+ "author": "Alfe (https://alfe.ai)",
24
+ "keywords": [
25
+ "alfe",
26
+ "ai-agents",
27
+ "agent",
28
+ "llm"
29
+ ],
22
30
  "scripts": {
23
31
  "build": "tsdown",
24
32
  "dev": "tsdown --watch",