Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
EPMatt committed May 10, 2024
1 parent ac43884 commit 9b69571
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.4",
"version": "0.0.5",
"packages": [
"plugins/*"
]
Expand Down
4 changes: 2 additions & 2 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/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.0",
"version": "0.0.5",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions plugins/open-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"genai",
"generative-ai"
],
"version": "0.0.4",
"version": "0.0.5",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,7 +49,7 @@
"lib"
],
"publishConfig": {
"provenance":true
"provenance": true
},
"scripts": {
"check": "tsc",
Expand Down

0 comments on commit 9b69571

Please sign in to comment.