Skip to content

Commit

Permalink
v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
EPMatt committed May 11, 2024
1 parent c8e5eb7 commit b33df48
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.9",
"version": "0.0.10",
"packages": [
"plugins/*"
]
Expand Down
11 changes: 6 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions plugins/anthropic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"genai",
"generative-ai"
],
"version": "0.0.0",
"version": "0.0.10",
"type": "commonjs",
"repository": {
"type": "git",
Expand All @@ -26,9 +26,9 @@
"author": "TheFireCo",
"license": "Apache-2.0",
"dependencies": {
"@anthropic-ai/sdk": "^0.20.9",
"@genkit-ai/ai": "0.5.0-rc.8",
"@genkit-ai/core": "0.5.0-rc.8",
"@anthropic-ai/sdk": "^0.20.9",
"zod": "^3.22.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/cohere/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"genai",
"generative-ai"
],
"version": "0.0.8",
"version": "0.0.10",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/groq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"genai",
"generative-ai"
],
"version": "0.0.8",
"version": "0.0.10",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/mistral/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"genai",
"generative-ai"
],
"version": "0.0.8",
"version": "0.0.10",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"genai",
"generative-ai"
],
"version": "0.0.8",
"version": "0.0.10",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down

0 comments on commit b33df48

Please sign in to comment.