diff --git a/package-lock.json b/package-lock.json index 1d469281..5a1bd090 100644 --- a/package-lock.json +++ b/package-lock.json @@ -532,11 +532,11 @@ } }, "node_modules/@genkit-ai/ai": { - "version": "0.5.0-rc.8", - "resolved": "https://registry.npmjs.org/@genkit-ai/ai/-/ai-0.5.0-rc.8.tgz", - "integrity": "sha512-LNlrYjJ+EHV4MPR0dZO8MVYsWA3kjH7lT9ALdV3BZ2EK6AehNCg0yl+ccV5Z2MNohUVrfkYpfAVfSU9BlUk8AA==", + "version": "0.5.0-rc.11", + "resolved": "https://registry.npmjs.org/@genkit-ai/ai/-/ai-0.5.0-rc.11.tgz", + "integrity": "sha512-vwIVfmZG8TQKzU7opN5r2SdZ2b9dImw44jL+GDqsBILq0pLJe2l5XeK41qBDTC3cwYbP3YTGMHIY6zcyqy8Kzw==", "dependencies": { - "@genkit-ai/core": "0.5.0-rc.8", + "@genkit-ai/core": "0.5.0-rc.11", "@opentelemetry/api": "^1.7.0", "@types/node": "^20.11.19", "front-matter": "^4.0.2", @@ -546,6 +546,31 @@ "zod-to-json-schema": "^3.21.4" } }, + "node_modules/@genkit-ai/ai/node_modules/@genkit-ai/core": { + "version": "0.5.0-rc.11", + "resolved": "https://registry.npmjs.org/@genkit-ai/core/-/core-0.5.0-rc.11.tgz", + "integrity": "sha512-f6tXH6Z5c+2B9x47+QohIN9TavdK319amJDlf3NDPF636s63izTe+a290RGkokASrsqkBooqjBKYIgfl7FtEaQ==", + "dependencies": { + "@google-cloud/firestore": "^7.5.0", + "@google-cloud/monitoring": "^4.0.0", + "@google-cloud/opentelemetry-cloud-monitoring-exporter": "^0.17.0", + "@google-cloud/trace-agent": "^7.1.2", + "@opentelemetry/api": "^1.7.0", + "@opentelemetry/context-async-hooks": "^1.20.0", + "@opentelemetry/core": "^1.22.0", + "@opentelemetry/sdk-metrics": "^1.22.0", + "@opentelemetry/sdk-node": "^0.49.0", + "@opentelemetry/sdk-trace-base": "^1.22.0", + "ajv": "^8.12.0", + "async-mutex": "^0.5.0", + "express": "^4.19.2", + "express-openapi-validator": "^5.1.3", + "json-schema": "^0.4.0", + "winston": "^3.12.0", + "zod": "^3.22.4", + "zod-to-json-schema": "^3.22.4" + } + }, "node_modules/@genkit-ai/ai/node_modules/node-fetch": { "version": "3.3.2", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", @@ -14554,7 +14579,7 @@ "license": "Apache-2.0", "dependencies": { "@anthropic-ai/sdk": "^0.20.9", - "@genkit-ai/ai": "0.5.0-rc.8", + "@genkit-ai/ai": "0.5.0-rc.11", "@genkit-ai/core": "0.5.0-rc.8", "zod": "^3.22.4" }, @@ -14584,7 +14609,7 @@ "version": "0.0.10", "license": "Apache-2.0", "dependencies": { - "@genkit-ai/ai": "0.5.0-rc.8", + "@genkit-ai/ai": "0.5.0-rc.11", "@genkit-ai/core": "0.5.0-rc.8", "cohere-ai": "^7.9.5", "zod": "^3.22.4" @@ -14615,7 +14640,7 @@ "version": "0.0.10", "license": "Apache-2.0", "dependencies": { - "@genkit-ai/ai": "0.5.0-rc.8", + "@genkit-ai/ai": "0.5.0-rc.11", "@genkit-ai/core": "0.5.0-rc.8", "groq-sdk": "^0.3.3", "zod": "^3.22.4" @@ -14646,7 +14671,7 @@ "version": "0.0.10", "license": "Apache-2.0", "dependencies": { - "@genkit-ai/ai": "0.5.0-rc.8", + "@genkit-ai/ai": "0.5.0-rc.11", "@genkit-ai/core": "0.5.0-rc.8", "@mistralai/mistralai": "^0.2.0", "zod": "^3.22.4" @@ -14696,7 +14721,7 @@ "version": "0.0.10", "license": "Apache-2.0", "dependencies": { - "@genkit-ai/ai": "0.5.0-rc.8", + "@genkit-ai/ai": "0.5.0-rc.11", "@genkit-ai/core": "0.5.0-rc.8", "openai": "^4.28.4", "zod": "^3.22.4" diff --git a/plugins/anthropic/package.json b/plugins/anthropic/package.json index 5b809816..a87869f3 100644 --- a/plugins/anthropic/package.json +++ b/plugins/anthropic/package.json @@ -27,7 +27,7 @@ "license": "Apache-2.0", "dependencies": { "@anthropic-ai/sdk": "^0.20.9", - "@genkit-ai/ai": "0.5.0-rc.8", + "@genkit-ai/ai": "0.5.0-rc.11", "@genkit-ai/core": "0.5.0-rc.8", "zod": "^3.22.4" }, diff --git a/plugins/cohere/package.json b/plugins/cohere/package.json index 924eff3a..5eb7a275 100644 --- a/plugins/cohere/package.json +++ b/plugins/cohere/package.json @@ -20,7 +20,7 @@ "author": "TheFireCo", "license": "Apache-2.0", "dependencies": { - "@genkit-ai/ai": "0.5.0-rc.8", + "@genkit-ai/ai": "0.5.0-rc.11", "@genkit-ai/core": "0.5.0-rc.8", "cohere-ai": "^7.9.5", "zod": "^3.22.4" diff --git a/plugins/groq/package.json b/plugins/groq/package.json index aaf6bc98..4582d676 100644 --- a/plugins/groq/package.json +++ b/plugins/groq/package.json @@ -24,7 +24,7 @@ "author": "TheFireCo", "license": "Apache-2.0", "dependencies": { - "@genkit-ai/ai": "0.5.0-rc.8", + "@genkit-ai/ai": "0.5.0-rc.11", "@genkit-ai/core": "0.5.0-rc.8", "groq-sdk": "^0.3.3", "zod": "^3.22.4" diff --git a/plugins/mistral/package.json b/plugins/mistral/package.json index 0498ade4..c44f1a52 100644 --- a/plugins/mistral/package.json +++ b/plugins/mistral/package.json @@ -20,7 +20,7 @@ "author": "TheFireCo", "license": "Apache-2.0", "dependencies": { - "@genkit-ai/ai": "0.5.0-rc.8", + "@genkit-ai/ai": "0.5.0-rc.11", "@genkit-ai/core": "0.5.0-rc.8", "@mistralai/mistralai": "^0.2.0", "zod": "^3.22.4" diff --git a/plugins/openai/package.json b/plugins/openai/package.json index 145d9473..fa86f158 100644 --- a/plugins/openai/package.json +++ b/plugins/openai/package.json @@ -24,7 +24,7 @@ "author": "TheFireCo", "license": "Apache-2.0", "dependencies": { - "@genkit-ai/ai": "0.5.0-rc.8", + "@genkit-ai/ai": "0.5.0-rc.11", "@genkit-ai/core": "0.5.0-rc.8", "openai": "^4.28.4", "zod": "^3.22.4"