Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EPMatt committed May 30, 2024
1 parent 25c919d commit 95a0bdc
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 118 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "genkit-plugins-docs",
"description": "Documentation site for genkit-plugins",
"version": "0.8.0",
"version": "0.9.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
14 changes: 7 additions & 7 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"name": "genkit-plugins-examples",
"type": "commonjs",
"version": "0.8.1",
"version": "0.9.0",
"private": true,
"description": "",
"keywords": [],
Expand All @@ -25,12 +25,12 @@
"@genkit-ai/flow": "0.5.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"genkitx-anthropic": "^0.8.1",
"genkitx-azure-openai": "^0.8.1",
"genkitx-cohere": "^0.8.1",
"genkitx-groq": "^0.8.1",
"genkitx-mistral": "^0.8.1",
"genkitx-openai": "^0.8.1",
"genkitx-anthropic": "^0.9.0",
"genkitx-azure-openai": "^0.9.0",
"genkitx-cohere": "^0.9.0",
"genkitx-groq": "^0.9.0",
"genkitx-mistral": "^0.9.0",
"genkitx-openai": "^0.9.0",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.8.1",
"version": "0.9.0",
"packages": ["plugins/*", "docs", "examples"]
}
119 changes: 19 additions & 100 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 @@ -15,7 +15,7 @@
"genai",
"generative-ai"
],
"version": "0.8.1",
"version": "0.9.0",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/azure-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"genai",
"generative-ai"
],
"version": "0.8.1",
"version": "0.9.0",
"type": "module",
"repository": {
"type": "git",
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.8.1",
"version": "0.9.0",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/convex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"genai",
"generative-ai"
],
"version": "0.8.1",
"version": "0.9.0",
"type": "commonjs",
"scripts": {
"check": "tsc",
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.8.1",
"version": "0.9.0",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions plugins/hnsw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"generative-ai",
"genai"
],
"version": "0.1.5-rc.1",
"version": "0.9.0",
"type": "commonjs",
"repository": {
"type": "git",
Expand All @@ -28,8 +28,8 @@
"@genkit-ai/flow": "^0.5.0",
"@genkit-ai/googleai": "^0.5.0",
"@langchain/google-genai": "^0.0.11",
"@types/node": "^20.12.12",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"fs": "^0.0.1-security",
"glob": "^10.4.1",
"hnswlib-node": "^1.3.0",
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.8.1",
"version": "0.9.0",
"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.8.1",
"version": "0.9.0",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down

0 comments on commit 95a0bdc

Please sign in to comment.