@inngest/ai
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -16,4 +16,5 @@ export type EnvValue = string | undefined; | ||
GeminiApiKey = "GEMINI_API_KEY", | ||
AnthropicApiKey = "ANTHROPIC_API_KEY" | ||
AnthropicApiKey = "ANTHROPIC_API_KEY", | ||
DeepSeekApiKey = "DEEPSEEK_API_KEY" | ||
} | ||
//# sourceMappingURL=env.d.ts.map |
@@ -54,3 +54,4 @@ "use strict"; | ||
envKeys["AnthropicApiKey"] = "ANTHROPIC_API_KEY"; | ||
envKeys["DeepSeekApiKey"] = "DEEPSEEK_API_KEY"; | ||
})(envKeys || (exports.envKeys = envKeys = {})); | ||
//# sourceMappingURL=env.js.map |
@@ -1,4 +0,5 @@ | ||
export * from "./anthropic"; | ||
export * from "./gemini"; | ||
export * from "./openai"; | ||
export * from "./anthropic.js"; | ||
export * from "./gemini.js"; | ||
export * from "./openai.js"; | ||
export * from "./deepseek.js"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -17,5 +17,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./anthropic"), exports); | ||
__exportStar(require("./gemini"), exports); | ||
__exportStar(require("./openai"), exports); | ||
__exportStar(require("./anthropic.js"), exports); | ||
__exportStar(require("./gemini.js"), exports); | ||
__exportStar(require("./openai.js"), exports); | ||
__exportStar(require("./deepseek.js"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@inngest/ai", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
96540
47
1669