Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxijonson committed Jul 18, 2023
1 parent 973406c commit 9c4e7c6
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "4.4.1"
"version": "4.5.0"
}
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gpt-turbo-cli",
"version": "4.4.0",
"version": "4.5.0",
"description": "A CLI that interacts with the gpt-turbo library",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {
"dotenv": "^16.0.3",
"gpt-turbo": "^4.4.0",
"gpt-turbo": "^4.5.0",
"ink": "^4.0.0",
"ink-spinner": "^5.0.0",
"ink-text-input": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/discord/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gpt-turbo-discord",
"version": "4.4.0",
"version": "4.5.0",
"description": "Discord bot powered by the GPT Turbo library",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@keyv/postgres": "^1.4.4",
"discord.js": "^14.9.0",
"dotenv": "^16.0.3",
"gpt-turbo": "^4.4.0",
"gpt-turbo": "^4.5.0",
"keyv": "^4.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gpt-turbo",
"version": "4.4.0",
"version": "4.5.0",
"description": "A library for interacting with OpenAI's Chat Completion API",
"main": "dist/index.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/nest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gpt-turbo-nest",
"version": "4.4.0",
"version": "4.5.0",
"description": "A NestJS app that interacts with the gpt-turbo library",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@nestjs/platform-express": "^9.0.0",
"@nestjs/swagger": "^6.3.0",
"dotenv": "^16.0.3",
"gpt-turbo": "^4.4.0",
"gpt-turbo": "^4.5.0",
"lowdb": "^5.1.0",
"nestjs-zod": "^2.0.3",
"reflect-metadata": "^0.1.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gpt-turbo-web",
"version": "4.4.1",
"version": "4.5.0",
"description": "A Web app that interacts with the gpt-turbo library",
"private": true,
"main": "dist/index.js",
Expand Down Expand Up @@ -66,7 +66,7 @@
"@tiptap/pm": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"gpt-turbo": "^4.4.0",
"gpt-turbo": "^4.5.0",
"lowlight": "^2.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit 9c4e7c6

Please sign in to comment.