@alfe.ai/integrations 0.2.3 → 0.2.4

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 +11 -3
package/README.md CHANGED
@@ -101,3 +101,8 @@ pnpm --filter @alfe.ai/integrations test
101
101
  ## Dependencies
102
102
 
103
103
  - `@alfe.ai/integration-manifest` — manifest parsing, config validation, state types
104
+
105
+ ## Links
106
+
107
+ - 🌐 Website: <https://alfe.ai>
108
+ - 📚 Docs: <https://docs.alfe.ai>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfe.ai/integrations",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Integration lifecycle management for Alfe — registry, resolution, installation, and state",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -14,13 +14,21 @@
14
14
  "dependencies": {
15
15
  "@auriclabs/logger": "^0.1.1",
16
16
  "yaml": ">=2.8.3",
17
- "@alfe.ai/integration-manifest": "^0.3.0",
18
- "@alfe.ai/mcp-bundler": "^0.2.1"
17
+ "@alfe.ai/integration-manifest": "^0.3.1",
18
+ "@alfe.ai/mcp-bundler": "^0.2.2"
19
19
  },
20
20
  "files": [
21
21
  "dist"
22
22
  ],
23
23
  "license": "UNLICENSED",
24
+ "homepage": "https://alfe.ai",
25
+ "author": "Alfe (https://alfe.ai)",
26
+ "keywords": [
27
+ "alfe",
28
+ "ai-agents",
29
+ "agent",
30
+ "llm"
31
+ ],
24
32
  "scripts": {
25
33
  "build": "tsdown",
26
34
  "dev": "tsdown --watch",