diff --git a/lerna.json b/lerna.json index 7c0c27d..2cf6d68 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "3.5.1" + "version": "3.5.2" } diff --git a/package-lock.json b/package-lock.json index 8496231..308d5d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20270,11 +20270,11 @@ }, "packages/cli": { "name": "gpt-turbo-cli", - "version": "3.5.1", + "version": "3.5.2", "license": "MIT", "dependencies": { "dotenv": "^16.0.3", - "gpt-turbo": "^3.5.1", + "gpt-turbo": "^3.5.2", "ink": "^4.0.0", "ink-spinner": "^5.0.0", "ink-text-input": "^5.0.0", @@ -20355,7 +20355,7 @@ }, "packages/discord": { "name": "gpt-turbo-discord", - "version": "3.5.1", + "version": "3.5.2", "license": "MIT", "dependencies": { "@keyv/mongo": "^2.1.8", @@ -20363,7 +20363,7 @@ "@keyv/postgres": "^1.4.4", "discord.js": "^14.9.0", "dotenv": "^16.0.3", - "gpt-turbo": "^3.5.1", + "gpt-turbo": "^3.5.2", "keyv": "^4.5.2" }, "devDependencies": { @@ -20390,7 +20390,7 @@ }, "packages/lib": { "name": "gpt-turbo", - "version": "3.5.1", + "version": "3.5.2", "license": "MIT", "dependencies": { "gpt-token-utils": "^1.2.0", @@ -20421,7 +20421,7 @@ }, "packages/nest": { "name": "gpt-turbo-nest", - "version": "3.5.1", + "version": "3.5.2", "license": "MIT", "dependencies": { "@nestjs/common": "^9.0.0", @@ -20429,7 +20429,7 @@ "@nestjs/platform-express": "^9.0.0", "@nestjs/swagger": "^6.3.0", "dotenv": "^16.0.3", - "gpt-turbo": "^3.5.1", + "gpt-turbo": "^3.5.2", "lowdb": "^5.1.0", "nestjs-zod": "^2.0.3", "reflect-metadata": "^0.1.13", @@ -20492,7 +20492,7 @@ }, "packages/web": { "name": "gpt-turbo-web", - "version": "3.5.1", + "version": "3.5.2", "license": "MIT", "dependencies": { "@emotion/react": "^11.10.6", @@ -20502,7 +20502,7 @@ "@mantine/modals": "^6.0.5", "@mantine/notifications": "^6.0.5", "@mantine/prism": "^6.0.5", - "gpt-turbo": "^3.5.1", + "gpt-turbo": "^3.5.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.8.0", diff --git a/packages/cli/package.json b/packages/cli/package.json index 0c84c56..5395f11 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "gpt-turbo-cli", - "version": "3.5.1", + "version": "3.5.2", "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": "^3.5.1", + "gpt-turbo": "^3.5.2", "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 32b931f..9ba2b82 100644 --- a/packages/discord/package.json +++ b/packages/discord/package.json @@ -1,6 +1,6 @@ { "name": "gpt-turbo-discord", - "version": "3.5.1", + "version": "3.5.2", "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": "^3.5.1", + "gpt-turbo": "^3.5.2", "keyv": "^4.5.2" } } diff --git a/packages/lib/package.json b/packages/lib/package.json index afeafa9..d107a06 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -1,6 +1,6 @@ { "name": "gpt-turbo", - "version": "3.5.1", + "version": "3.5.2", "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 f9c3724..36874eb 100644 --- a/packages/nest/package.json +++ b/packages/nest/package.json @@ -1,6 +1,6 @@ { "name": "gpt-turbo-nest", - "version": "3.5.1", + "version": "3.5.2", "description": "A NestJS app that interacts with the gpt-turbo library", "main": "dist/index.js", "type": "module", @@ -57,7 +57,7 @@ "@nestjs/platform-express": "^9.0.0", "@nestjs/swagger": "^6.3.0", "dotenv": "^16.0.3", - "gpt-turbo": "^3.5.1", + "gpt-turbo": "^3.5.2", "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 6cc9385..6f5ceb9 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "gpt-turbo-web", - "version": "3.5.1", + "version": "3.5.2", "description": "A Web app that interacts with the gpt-turbo library", "private": true, "main": "dist/index.js", @@ -57,7 +57,7 @@ "@mantine/modals": "^6.0.5", "@mantine/notifications": "^6.0.5", "@mantine/prism": "^6.0.5", - "gpt-turbo": "^3.5.1", + "gpt-turbo": "^3.5.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.8.0",