Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from MichaelDoyle/MichaelDoyle-patch-1
Browse files Browse the repository at this point in the history
Point to official genkit release 0.5.0
  • Loading branch information
Dabolus authored May 14, 2024
2 parents 4866d2a + 02394b5 commit 8c184fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions plugins/anthropic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"zod": "^3.23.8"
},
"peerDependencies": {
"@genkit-ai/ai": ">=0.5.0-rc.0",
"@genkit-ai/core": ">=0.5.0-rc.0"
"@genkit-ai/ai": "^0.5.0",
"@genkit-ai/core": "^0.5.0"
},
"devDependencies": {
"@genkit-ai/ai": "0.5.0-rc.12",
"@genkit-ai/core": "0.5.0-rc.12",
"@genkit-ai/ai": "^0.5.0",
"@genkit-ai/core": "^0.5.0",
"@types/node": "^20.12.11",
"npm-run-all": "^4.1.5",
"tsup": "^8.0.2",
Expand Down
8 changes: 4 additions & 4 deletions plugins/openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"zod": "^3.23.8"
},
"peerDependencies": {
"@genkit-ai/ai": ">=0.5.0-rc.0",
"@genkit-ai/core": ">=0.5.0-rc.0"
"@genkit-ai/ai": "^0.5.0",
"@genkit-ai/core": "^0.5.0",
},
"devDependencies": {
"@genkit-ai/ai": "0.5.0-rc.12",
"@genkit-ai/core": "0.5.0-rc.12",
"@genkit-ai/ai": "^0.5.0",
"@genkit-ai/core": "^0.5.0",
"@types/node": "^20.12.11",
"npm-run-all": "^4.1.5",
"tsup": "^8.0.2",
Expand Down

0 comments on commit 8c184fa

Please sign in to comment.