Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EPMatt committed May 14, 2024
1 parent 7a60443 commit be457f3
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 29 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.0.11",
"version": "0.1.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
12 changes: 6 additions & 6 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:watch": "npx tsc --watch"
},
"name": "genkit-plugins-examples",
"version": "1.0.0",
"version": "0.1.0",
"description": "",
"keywords": [],
"author": "",
Expand All @@ -19,13 +19,13 @@
"@genkit-ai/core": "0.5.0",
"@genkit-ai/dotprompt": "0.5.0",
"@genkit-ai/flow": "0.5.0",
"genkitx-openai-plugin": "0.0.11",
"genkitx-cohere": "0.0.11",
"genkitx-groq": "0.0.11",
"genkitx-mistral": "0.0.11",
"genkitx-anthropicai": "0.0.11",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"genkitx-anthropicai": "^0.1.0",
"genkitx-cohere": "^0.1.0",
"genkitx-groq": "^0.1.0",
"genkitx-mistral": "^0.1.0",
"genkitx-openai-plugin": "^0.1.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,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.11",
"version": "0.1.0",
"packages": [
"plugins/*",
"docs",
Expand Down
26 changes: 13 additions & 13 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 @@ -16,7 +16,7 @@
"genai",
"generative-ai"
],
"version": "0.0.11",
"version": "0.1.0",
"type": "commonjs",
"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.0.11",
"version": "0.1.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.0.11",
"version": "0.1.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.0.11",
"version": "0.1.0",
"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.11",
"version": "0.1.0",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions plugins/openai/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/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.11",
"version": "0.1.0",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down

0 comments on commit be457f3

Please sign in to comment.