-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(plugin-common): update package.json and dependencies
- Update @dingyi222666/js-tiktoken to ^1.0.15 - Add pnpm overrides for @langchain/core and js-tiktoken - Update koishi-plugin-chatluna-knowledge-chat peer dependency to ^1.0.15 - Remove unused resolutions and pnpm overrides
- Loading branch information
1 parent
6e8f2cd
commit bb80abe
Showing
1 changed file
with
82 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,88 +1,88 @@ | ||
{ | ||
"name": "koishi-plugin-chatluna-plugin-common", | ||
"description": "plugin service for plugin chat mode chatluna", | ||
"version": "1.0.0-beta.48", | ||
"main": "lib/index.cjs", | ||
"module": "lib/index.mjs", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"dist" | ||
], | ||
"exports": { | ||
".": { | ||
"types": "./lib/index.d.ts", | ||
"import": "./lib/index.mjs", | ||
"require": "./lib/index.cjs" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"type": "module", | ||
"author": "dingyi222666 <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ChatLunaLab/chatluna.git", | ||
"directory": "packages/plugin-common" | ||
}, | ||
"license": "AGPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/ChatLunaLab/chatluna/issues" | ||
}, | ||
"homepage": "https://github.com/ChatLunaLab/chatluna/tree/v1-dev/packages/plugin-common#readme", | ||
"scripts": { | ||
"build": "atsc -b" | ||
}, | ||
"resolutions": { | ||
"@langchain/core": "0.3.11", | ||
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15" | ||
"name": "koishi-plugin-chatluna-plugin-common", | ||
"description": "plugin service for plugin chat mode chatluna", | ||
"version": "1.0.0-beta.48", | ||
"main": "lib/index.cjs", | ||
"module": "lib/index.mjs", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"dist" | ||
], | ||
"exports": { | ||
".": { | ||
"types": "./lib/index.d.ts", | ||
"import": "./lib/index.mjs", | ||
"require": "./lib/index.cjs" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"type": "module", | ||
"author": "dingyi222666 <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ChatLunaLab/chatluna.git", | ||
"directory": "packages/plugin-common" | ||
}, | ||
"license": "AGPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/ChatLunaLab/chatluna/issues" | ||
}, | ||
"homepage": "https://github.com/ChatLunaLab/chatluna/tree/v1-dev/packages/plugin-common#readme", | ||
"scripts": { | ||
"build": "atsc -b" | ||
}, | ||
"resolutions": { | ||
"@langchain/core": "0.3.11", | ||
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15" | ||
}, | ||
"overrides": { | ||
"@langchain/core": "0.3.11", | ||
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15" | ||
}, | ||
"pnpm": { | ||
"overrides": { | ||
"@langchain/core": "0.3.11", | ||
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15" | ||
}, | ||
"pnpm": { | ||
"overrides": { | ||
"@langchain/core": "0.3.11", | ||
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15" | ||
} | ||
}, | ||
"keywords": [ | ||
"chatbot", | ||
"koishi", | ||
"plugin", | ||
"service", | ||
"chatluna", | ||
"vectorstore" | ||
], | ||
"dependencies": { | ||
"@e2b/code-interpreter": "^1.0.2", | ||
"@langchain/core": "^0.3.11", | ||
"zod": "^3.24.0-canary.20240701T200529" | ||
}, | ||
"devDependencies": { | ||
"@types/uuid": "^10.0.0", | ||
"atsc": "^2.1.0", | ||
"koishi": "^4.18.0" | ||
}, | ||
"peerDependencies": { | ||
"koishi": "^4.18.0", | ||
"koishi-plugin-chatluna": "^1.0.0-beta.119", | ||
"koishi-plugin-chatluna-knowledge-chat": "^1.0.14" | ||
}, | ||
"peerDependenciesMeta": { | ||
"koishi-plugin-chatluna-knowledge-chat": { | ||
"optional": true | ||
} | ||
"@langchain/core": "0.3.11", | ||
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15" | ||
} | ||
}, | ||
"keywords": [ | ||
"chatbot", | ||
"koishi", | ||
"plugin", | ||
"service", | ||
"chatluna", | ||
"vectorstore" | ||
], | ||
"dependencies": { | ||
"@e2b/code-interpreter": "^1.0.2", | ||
"@langchain/core": "^0.3.11", | ||
"zod": "^3.24.0-canary.20240701T200529" | ||
}, | ||
"devDependencies": { | ||
"@types/uuid": "^10.0.0", | ||
"atsc": "^2.1.0", | ||
"koishi": "^4.18.0" | ||
}, | ||
"peerDependencies": { | ||
"koishi": "^4.18.0", | ||
"koishi-plugin-chatluna": "^1.0.0-beta.119", | ||
"koishi-plugin-chatluna-knowledge-chat": "^1.0.15" | ||
}, | ||
"peerDependenciesMeta": { | ||
"koishi-plugin-chatluna-knowledge-chat": { | ||
"optional": true | ||
} | ||
}, | ||
"koishi": { | ||
"description": { | ||
"zh": "ChatLuna 插件聊天模式的功能集(图像生成、代码执行、网络请求、文件操作、定时任务、Koishi 命令执行等)", | ||
"en": "Core functionalities for ChatLuna's plugin chat mode (image gen, code exec, network, file ops, scheduling, memory, Koishi cmds, etc.)" | ||
}, | ||
"koishi": { | ||
"description": { | ||
"zh": "ChatLuna 插件聊天模式的功能集(图像生成、代码执行、网络请求、文件操作、定时任务、Koishi 命令执行等)", | ||
"en": "Core functionalities for ChatLuna's plugin chat mode (image gen, code exec, network, file ops, scheduling, memory, Koishi cmds, etc.)" | ||
}, | ||
"service": { | ||
"required": [ | ||
"chatluna" | ||
] | ||
} | ||
"service": { | ||
"required": [ | ||
"chatluna" | ||
] | ||
} | ||
} | ||
} |