From 1c08c4ad8e54ac25e0ae152f698e1105a07d855b Mon Sep 17 00:00:00 2001 From: Tristan Chin Date: Sat, 1 Jul 2023 01:36:07 -0400 Subject: [PATCH] v4.1.0 --- lerna.json | 2 +- package-lock.json | 18 +++++++++--------- packages/cli/package.json | 4 ++-- packages/discord/package.json | 4 ++-- packages/lib/package.json | 2 +- packages/nest/package.json | 4 ++-- packages/web/package.json | 6 +++--- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/lerna.json b/lerna.json index 7e18c47..cf856ba 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "4.0.0" + "version": "4.1.0" } diff --git a/package-lock.json b/package-lock.json index 1660939..67c906e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19640,11 +19640,11 @@ }, "packages/cli": { "name": "gpt-turbo-cli", - "version": "4.0.0", + "version": "4.1.0", "license": "MIT", "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", @@ -19742,7 +19742,7 @@ }, "packages/discord": { "name": "gpt-turbo-discord", - "version": "4.0.0", + "version": "4.1.0", "license": "MIT", "dependencies": { "@keyv/mongo": "^2.1.8", @@ -19750,7 +19750,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" }, "devDependencies": { @@ -19782,7 +19782,7 @@ }, "packages/lib": { "name": "gpt-turbo", - "version": "4.0.0", + "version": "4.1.0", "license": "MIT", "dependencies": { "gpt-token-utils": "^1.2.0", @@ -19819,7 +19819,7 @@ }, "packages/nest": { "name": "gpt-turbo-nest", - "version": "4.0.0", + "version": "4.1.0", "license": "MIT", "dependencies": { "@nestjs/common": "^9.0.0", @@ -19827,7 +19827,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", @@ -19875,7 +19875,7 @@ }, "packages/web": { "name": "gpt-turbo-web", - "version": "4.0.0", + "version": "4.1.0", "license": "MIT", "dependencies": { "@emotion/react": "^11.10.6", @@ -19893,7 +19893,7 @@ "@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", diff --git a/packages/cli/package.json b/packages/cli/package.json index 68022eb..9c69042 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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", @@ -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", diff --git a/packages/discord/package.json b/packages/discord/package.json index d527065..b4aae1a 100644 --- a/packages/discord/package.json +++ b/packages/discord/package.json @@ -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", @@ -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" } } diff --git a/packages/lib/package.json b/packages/lib/package.json index ea93cf5..a2a2aa9 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -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", diff --git a/packages/nest/package.json b/packages/nest/package.json index 8999b54..cc55fcd 100644 --- a/packages/nest/package.json +++ b/packages/nest/package.json @@ -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", @@ -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", diff --git a/packages/web/package.json b/packages/web/package.json index bc998a2..611ce1f 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -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", @@ -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",