Skip to content

Commit

Permalink
Bump @genkit-ai/ai from 0.5.0-rc.8 to 0.5.0
Browse files Browse the repository at this point in the history
Bumps [@genkit-ai/ai](https://github.com/firebase/genkit/tree/HEAD/js/ai) from 0.5.0-rc.8 to 0.5.0.
- [Release notes](https://github.com/firebase/genkit/releases)
- [Commits](https://github.com/firebase/genkit/commits/0.5.0/js/ai)

---
updated-dependencies:
- dependency-name: "@genkit-ai/ai"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 14, 2024
1 parent 0dfcd10 commit e5c318a
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 53 deletions.
81 changes: 33 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/anthropic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"@genkit-ai/core": "0.5.0-rc.8",
"zod": "^3.22.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/cohere/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"@genkit-ai/core": "0.5.0-rc.8",
"cohere-ai": "^7.9.5",
"zod": "^3.22.4"
Expand Down
2 changes: 1 addition & 1 deletion plugins/groq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"@genkit-ai/core": "0.5.0-rc.8",
"groq-sdk": "^0.3.3",
"zod": "^3.22.4"
Expand Down
2 changes: 1 addition & 1 deletion plugins/mistral/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"@genkit-ai/core": "0.5.0-rc.8",
"@mistralai/mistralai": "^0.2.0",
"zod": "^3.22.4"
Expand Down
2 changes: 1 addition & 1 deletion plugins/openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"@genkit-ai/core": "0.5.0-rc.8",
"openai": "^4.28.4",
"zod": "^3.22.4"
Expand Down

0 comments on commit e5c318a

Please sign in to comment.