qwen-code/packages/channels/base/package.json
易良 44b482928b
chore(release): bump version to 0.15.2 (#3596)
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>

Update version from 0.15.1 to 0.15.2 across all packages and lockfile
2026-04-24 19:55:12 +08:00

26 lines
508 B
JSON

{
"name": "@qwen-code/channel-base",
"version": "0.15.2",
"description": "Base channel infrastructure for Qwen Code",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsc --build"
},
"dependencies": {
"@agentclientprotocol/sdk": "^0.14.1"
},
"devDependencies": {
"typescript": "^5.0.0"
}
}