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

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxijonson committed Jul 1, 2023
1 parent a1f4eb3 commit 1c08c4a
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 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.0.0"
"version": "4.1.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.0.0",
"version": "4.1.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.0.0",
"gpt-turbo": "^4.1.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.0.0",
"version": "4.1.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.0.0",
"gpt-turbo": "^4.1.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.0.0",
"version": "4.1.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.0.0",
"version": "4.1.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.0.0",
"gpt-turbo": "^4.1.0",
"lowdb": "^5.1.0",
"nestjs-zod": "^2.0.3",
"reflect-metadata": "^0.1.13",
Expand Down
6 changes: 3 additions & 3 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.0.0",
"version": "4.1.0",
"description": "A Web app that interacts with the gpt-turbo library",
"private": true,
"main": "dist/index.js",
Expand Down Expand Up @@ -53,20 +53,20 @@
"dependencies": {
"@emotion/react": "^11.10.6",
"@mantine/core": "^6.0.14",
"@mantine/dropzone": "6.0.14",
"@mantine/form": "^6.0.14",
"@mantine/hooks": "^6.0.14",
"@mantine/modals": "^6.0.14",
"@mantine/notifications": "^6.0.14",
"@mantine/prism": "^6.0.14",
"@mantine/tiptap": "^6.0.14",
"@mantine/dropzone": "6.0.14",
"@tabler/icons-react": "^2.22.0",
"@tiptap/extension-code-block-lowlight": "^2.0.3",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/pm": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"gpt-turbo": "^4.0.0",
"gpt-turbo": "^4.1.0",
"lowlight": "^2.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit 1c08c4a

Please sign in to comment.