Skip to content

Commit d0811d7

Browse files
committed
v0.1.3
1 parent ae7d478 commit d0811d7

File tree

7 files changed

+15
-16
lines changed

7 files changed

+15
-16
lines changed

examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build:watch": "npx tsc --watch"
1212
},
1313
"name": "genkit-plugins-examples",
14-
"version": "0.1.2",
14+
"version": "0.1.3",
1515
"private": true,
1616
"description": "",
1717
"keywords": [],
@@ -25,11 +25,11 @@
2525
"dotenv": "^16.4.5",
2626
"express": "^4.19.2",
2727
"genkitx-anthropicai": "^0.1.2",
28+
"genkitx-azure-openai": "^0.1.3",
2829
"genkitx-cohere": "^0.1.2",
2930
"genkitx-groq": "^0.1.2",
3031
"genkitx-mistral": "^0.1.2",
31-
"genkitx-openai-plugin": "^0.1.2",
32-
"genkitx-azure-openai": "^0.1.2",
32+
"genkitx-openai-plugin": "^0.1.3",
3333
"zod": "^3.23.8"
3434
},
3535
"devDependencies": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"packages": ["plugins/*", "docs", "examples"]
55
}

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/azure-openai/package-lock.json

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/azure-openai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"genai",
1515
"generative-ai"
1616
],
17-
"version": "0.1.2",
17+
"version": "0.1.3",
1818
"type": "module",
1919
"repository": {
2020
"type": "git",

plugins/openai/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/openai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"genai",
1515
"generative-ai"
1616
],
17-
"version": "0.1.2",
17+
"version": "0.1.3",
1818
"type": "commonjs",
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)