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

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxijonson committed Jul 30, 2023
1 parent 95a8715 commit a60091c
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 30 deletions.
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": "4.5.0",
"version": "5.0.0",
"useNx": false
}
30 changes: 15 additions & 15 deletions package-lock.json

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

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

0 comments on commit a60091c

Please sign in to comment.