v1.2.2 - Fix network error on background, auto-retry streaming with reconnect

This commit is contained in:
admin
2026-05-19 15:50:45 +04:00
Unverified
parent 2e327317e4
commit 1026259a20
3831 changed files with 384316 additions and 39 deletions

56
node_modules/@nicepkg/gpt-runner/package.json generated vendored Normal file
View File

@@ -0,0 +1,56 @@
{
"name": "@nicepkg/gpt-runner",
"version": "1.2.9",
"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",
"funding": "https://github.com/sponsors/2214962083",
"homepage": "https://github.com/nicepkg/gpt-runner#readme",
"repository": {
"type": "git",
"url": "https://github.com/nicepkg/gpt-runner"
},
"sponsor": {
"url": "https://github.com/sponsors/2214962083"
},
"bugs": {
"url": "https://github.com/nicepkg/gpt-runner/issues"
},
"keywords": [
"gpt-runner",
"langchain",
"chatgpt",
"prompt",
"ai",
"storybook",
"openai",
"huggingFace",
"anthropic"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist/",
"LICENSE",
"*.md"
],
"engines": {
"node": ">=16.15.0"
},
"dependencies": {
"@nicepkg/gpt-runner-shared": "1.2.9"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
}
}