@alfe.ai/gateway 0.9.6 → 0.9.7

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/dist/health.js +1 -0
  2. package/package.json +2 -2
package/dist/health.js CHANGED
@@ -4153,6 +4153,7 @@ enumValues({
4153
4153
  Twilio: "twilio",
4154
4154
  ClaudeMax: "claude-max",
4155
4155
  OpenAICodexMax: "openai-codex-max",
4156
+ OpenAICodexSubscription: "openai-codex-subscription",
4156
4157
  GeminiMax: "gemini-max"
4157
4158
  });
4158
4159
  enumValues({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfe.ai/gateway",
3
- "version": "0.9.6",
3
+ "version": "0.9.7",
4
4
  "description": "Alfe local gateway daemon — persistent control plane for agent integrations",
5
5
  "type": "module",
6
6
  "bin": {
@@ -27,7 +27,7 @@
27
27
  "@alfe.ai/ai-proxy-local": "^0.0.15",
28
28
  "@alfe.ai/config": "^0.4.1",
29
29
  "@alfe.ai/integration-manifest": "^0.3.5",
30
- "@alfe.ai/integrations": "^0.6.1",
30
+ "@alfe.ai/integrations": "^0.6.2",
31
31
  "@alfe.ai/mcp-bundler": "^0.4.1"
32
32
  },
33
33
  "license": "UNLICENSED",