chore: release v1.2.1

This commit is contained in:
JinmingYang
2023-07-28 22:52:04 +08:00
parent e6e0a64d56
commit a282a34998
7 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "gpt-runner",
"type": "module",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"packageManager": "pnpm@8.4.0",
"engines": {
@@ -77,4 +77,4 @@
"eslint --cache --fix"
]
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner-cli",
"version": "1.2.0",
"version": "1.2.1",
"description": "GPT-Runner CLI helps manage AI presets and enables AI-driven conversations with your code, streamlining development workflows and boosting efficiency.",
"author": {
"name": "Jinming Yang",
@@ -56,4 +56,4 @@
"execa": "^7.2.0",
"wait-port": "^1.0.4"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner-core",
"version": "1.2.0",
"version": "1.2.1",
"description": "Core module for GPT-Runner providing config file parser and LLM connection utilities.",
"author": "Jinming Yang <2214962083@qq.com>",
"license": "MIT",
@@ -57,4 +57,4 @@
"@anthropic-ai/sdk": "^0.5.8",
"openai": "^3.3.0"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner-shared",
"version": "1.2.0",
"version": "1.2.1",
"description": "Provides shared code for GPT-Runner, featuring reusable common, browser, and server elements across all packages.",
"author": "Jinming Yang <2214962083@qq.com>",
"license": "MIT",

View File

@@ -2,7 +2,7 @@
"publisher": "nicepkg",
"name": "gpt-runner",
"displayName": "GPT Runner - Chatgpt & Claude",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"description": "Conversations with files! Manage AI presets!",
"license": "MIT",
@@ -159,4 +159,4 @@
"uuid": "^9.0.0",
"wait-port": "^1.0.4"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner-web",
"version": "1.2.0",
"version": "1.2.1",
"description": "Gpt-runner Web is a significant part of GPT-Runner, providing a web interface for users to interact with AI-powered code automation tool with enhanced efficiency. It uses Express for the server-side and React + Vite for the client side.",
"author": "Jinming Yang <2214962083@qq.com>",
"license": "MIT",
@@ -132,4 +132,4 @@
"vite-plugin-svgr": "^3.2.0",
"zustand": "^4.3.9"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner",
"version": "1.2.0",
"version": "1.2.1",
"description": "Provides the defineConfig function and UserConfig type to enable type-checked configuration of the gptr.config.ts file, forming a crucial part of the GPT-Runner package designed to enhance AI-driven development workflows.",
"author": "Jinming Yang <2214962083@qq.com>",
"license": "MIT",