Skip to content

Commit d4434ce

Browse files
authored
chore(build): bump versions and update dependencies (#680)
- Bump package versions across the workspace - Update @langchain/core to ^0.3.80 - Add and update dependency overrides and resolutions - Standardize package.json formatting
1 parent 36eee77 commit d4434ce

28 files changed

Lines changed: 2417 additions & 2417 deletions

File tree

package.json

Lines changed: 89 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1,92 +1,92 @@
11
{
2-
"name": "@root/chatluna-koishi",
3-
"version": "1.0.0",
4-
"workspaces": [
5-
"packages/*"
6-
],
7-
"type": "module",
8-
"private": true,
9-
"license": "AGPL-3.0",
10-
"scripts": {
11-
"process-dynamic-import": "yarn tsx ./scripts/processDynamicImport.ts",
12-
"fast-build": "yakumo build",
13-
"build": "yarn process-dynamic-import --lint && yarn fast-build shared-prompt-renderer && yarn fast-build core && yarn fast-build",
14-
"bump": "yakumo version",
15-
"dep": "yakumo upgrade",
16-
"pub": "yakumo publish --tag latest",
17-
"pub:next": "yakumo publish --tag next",
18-
"lint": "yarn eslint packages --cache --ext=ts",
19-
"lint-fix": "yarn eslint packages --cache --ext=ts --fix"
20-
},
21-
"devDependencies": {
22-
"@initencounter/vits": "^0.0.3",
23-
"@koishijs/cache": "^2.1.0",
24-
"@koishijs/censor": "^1.1.0",
25-
"@koishijs/client": "^5.30.9",
26-
"@koishijs/plugin-hmr": "^1.2.9",
27-
"@koishijs/scripts": "^4.6.1",
28-
"@types/he": "^1.2.3",
29-
"@types/js-yaml": "^4.0.9",
30-
"@types/marked": "^6.0.0",
31-
"@types/node": "^22.18.7",
32-
"@types/qrcode": "^1.5.5",
33-
"@typescript-eslint/eslint-plugin": "^7.18.1-alpha.3",
34-
"@typescript-eslint/parser": "^8.45.1-alpha.0",
35-
"atsc": "^2.1.0",
36-
"cross-env": "^7.0.3",
37-
"esbuild": "^0.25.10",
38-
"esbuild-register": "npm:@shigma/esbuild-register@^1.1.1",
39-
"eslint": "^8.57.1",
40-
"eslint-config-prettier": "^9.1.2",
41-
"eslint-config-standard": "^17.1.0",
42-
"eslint-plugin-import": "^2.32.0",
43-
"eslint-plugin-n": "^17.23.1",
44-
"eslint-plugin-prettier": "^5.5.4",
45-
"eslint-plugin-promise": "^7.2.1",
46-
"faiss-node": "^0.5.1",
47-
"he": "^1.2.0",
48-
"highlight.js": "^11.11.1",
49-
"https-proxy-agent": "^7.0.6",
50-
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21",
51-
"js-yaml": "^4.1.0",
52-
"koishi": "^4.18.9",
53-
"koishi-plugin-cache-database": "^2.1.0",
54-
"koishi-plugin-chatluna-storage-service": "^0.0.11",
55-
"koishi-plugin-markdown": "^1.1.1",
56-
"koishi-plugin-puppeteer": "^3.9.0",
57-
"marked": "^15.0.12",
58-
"marked-highlight": "^2.2.2",
59-
"marked-katex-extension": "^5.1.5",
60-
"prettier": "^3.6.2",
61-
"qrcode": "^1.5.4",
62-
"socks-proxy-agent": "^8.0.5",
63-
"tsx": "^4.20.6",
64-
"typescript": "^5.9.2",
65-
"undici": "^6.21.3",
66-
"user-agents": "^2.0.0-alpha.679",
67-
"ws": "^8.18.3",
68-
"yakumo": "^1.0.0",
69-
"yakumo-esbuild": "^1.0.0",
70-
"yakumo-mocha": "^1.0.0",
71-
"yakumo-tsc": "^1.0.0",
72-
"yml-register": "^1.2.5",
73-
"zod": "3.25.76",
74-
"zod-to-json-schema": "^3.24.6"
75-
},
76-
"resolutions": {
77-
"@langchain/core": "0.3.62",
78-
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
79-
},
2+
"name": "@root/chatluna-koishi",
3+
"version": "1.0.0",
4+
"workspaces": [
5+
"packages/*"
6+
],
7+
"type": "module",
8+
"private": true,
9+
"license": "AGPL-3.0",
10+
"scripts": {
11+
"process-dynamic-import": "yarn tsx ./scripts/processDynamicImport.ts",
12+
"fast-build": "yakumo build",
13+
"build": "yarn process-dynamic-import --lint && yarn fast-build shared-prompt-renderer && yarn fast-build core && yarn fast-build",
14+
"bump": "yakumo version",
15+
"dep": "yakumo upgrade",
16+
"pub": "yakumo publish --tag latest",
17+
"pub:next": "yakumo publish --tag next",
18+
"lint": "yarn eslint packages --cache --ext=ts",
19+
"lint-fix": "yarn eslint packages --cache --ext=ts --fix"
20+
},
21+
"devDependencies": {
22+
"@initencounter/vits": "^0.0.3",
23+
"@koishijs/cache": "^2.1.0",
24+
"@koishijs/censor": "^1.1.0",
25+
"@koishijs/client": "^5.30.9",
26+
"@koishijs/plugin-hmr": "^1.2.9",
27+
"@koishijs/scripts": "^4.6.1",
28+
"@types/he": "^1.2.3",
29+
"@types/js-yaml": "^4.0.9",
30+
"@types/marked": "^6.0.0",
31+
"@types/node": "^22.18.7",
32+
"@types/qrcode": "^1.5.5",
33+
"@typescript-eslint/eslint-plugin": "^7.18.1-alpha.3",
34+
"@typescript-eslint/parser": "^8.45.1-alpha.0",
35+
"atsc": "^2.1.0",
36+
"cross-env": "^7.0.3",
37+
"esbuild": "^0.25.10",
38+
"esbuild-register": "npm:@shigma/esbuild-register@^1.1.1",
39+
"eslint": "^8.57.1",
40+
"eslint-config-prettier": "^9.1.2",
41+
"eslint-config-standard": "^17.1.0",
42+
"eslint-plugin-import": "^2.32.0",
43+
"eslint-plugin-n": "^17.23.1",
44+
"eslint-plugin-prettier": "^5.5.4",
45+
"eslint-plugin-promise": "^7.2.1",
46+
"faiss-node": "^0.5.1",
47+
"he": "^1.2.0",
48+
"highlight.js": "^11.11.1",
49+
"https-proxy-agent": "^7.0.6",
50+
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21",
51+
"js-yaml": "^4.1.0",
52+
"koishi": "^4.18.9",
53+
"koishi-plugin-cache-database": "^2.1.0",
54+
"koishi-plugin-chatluna-storage-service": "^1.0.1",
55+
"koishi-plugin-markdown": "^1.1.1",
56+
"koishi-plugin-puppeteer": "^3.9.0",
57+
"marked": "^15.0.12",
58+
"marked-highlight": "^2.2.2",
59+
"marked-katex-extension": "^5.1.5",
60+
"prettier": "^3.6.2",
61+
"qrcode": "^1.5.4",
62+
"socks-proxy-agent": "^8.0.5",
63+
"tsx": "^4.20.6",
64+
"typescript": "^5.9.2",
65+
"undici": "^6.21.3",
66+
"user-agents": "^2.0.0-alpha.679",
67+
"ws": "^8.18.3",
68+
"yakumo": "^1.0.0",
69+
"yakumo-esbuild": "^1.0.0",
70+
"yakumo-mocha": "^1.0.0",
71+
"yakumo-tsc": "^1.0.0",
72+
"yml-register": "^1.2.5",
73+
"zod": "3.25.76",
74+
"zod-to-json-schema": "^3.24.6"
75+
},
76+
"resolutions": {
77+
"@langchain/core": "^0.3.80",
78+
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
79+
},
80+
"overrides": {
81+
"@langchain/core": "^0.3.80",
82+
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
83+
},
84+
"pnpm": {
8085
"overrides": {
81-
"@langchain/core": "0.3.62",
82-
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
83-
},
84-
"pnpm": {
85-
"overrides": {
86-
"@langchain/core": "0.3.62",
87-
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
88-
}
89-
},
90-
"repository": "git@github.com:ChatLunaLab/chatluna.git",
91-
"author": "dingyi222666 <dingyi222666@foxmail.com>"
86+
"@langchain/core": "^0.3.80",
87+
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
88+
}
89+
},
90+
"repository": "git@github.com:ChatLunaLab/chatluna.git",
91+
"author": "dingyi222666 <dingyi222666@foxmail.com>"
9292
}
Lines changed: 81 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -1,87 +1,87 @@
11
{
2-
"name": "koishi-plugin-chatluna-azure-openai-adapter",
3-
"description": "azure openai adapter for chatluna",
4-
"version": "1.3.0",
5-
"main": "lib/index.cjs",
6-
"module": "lib/index.mjs",
7-
"typings": "lib/index.d.ts",
8-
"files": [
9-
"lib",
10-
"dist"
11-
],
12-
"exports": {
13-
".": {
14-
"types": "./lib/index.d.ts",
15-
"import": "./lib/index.mjs",
16-
"require": "./lib/index.cjs"
17-
},
18-
"./package.json": "./package.json"
19-
},
20-
"type": "module",
21-
"author": "dingyi222666 <dingyi222666@foxmail.com>",
22-
"repository": {
23-
"type": "git",
24-
"url": "https://github.com/ChatLunaLab/chatluna.git",
25-
"directory": "packages/adapter-azure-openai"
26-
},
27-
"license": "AGPL-3.0",
28-
"bugs": {
29-
"url": "https://github.com/ChatLunaLab/chatluna/issues"
30-
},
31-
"homepage": "https://github.com/ChatLunaLab/chatluna/tree/v1-dev/packages/adapter-azure-openai#readme",
32-
"scripts": {
33-
"build": "atsc -b"
34-
},
35-
"engines": {
36-
"node": ">=18.0.0"
37-
},
38-
"keywords": [
39-
"chatbot",
40-
"koishi",
41-
"plugin",
42-
"service",
43-
"chatgpt",
44-
"gpt",
45-
"chatluna",
46-
"adapter"
47-
],
48-
"dependencies": {
49-
"@chatluna/v1-shared-adapter": "^1.0.20",
50-
"@langchain/core": "0.3.62",
51-
"zod": "3.25.76",
52-
"zod-to-json-schema": "^3.24.6"
53-
},
54-
"devDependencies": {
55-
"atsc": "^2.1.0",
56-
"koishi": "^4.18.9"
57-
},
58-
"peerDependencies": {
59-
"koishi": "^4.18.9",
60-
"koishi-plugin-chatluna": "^1.3.7"
61-
},
62-
"resolutions": {
63-
"@langchain/core": "0.3.62",
64-
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
2+
"name": "koishi-plugin-chatluna-azure-openai-adapter",
3+
"description": "azure openai adapter for chatluna",
4+
"version": "1.3.1",
5+
"main": "lib/index.cjs",
6+
"module": "lib/index.mjs",
7+
"typings": "lib/index.d.ts",
8+
"files": [
9+
"lib",
10+
"dist"
11+
],
12+
"exports": {
13+
".": {
14+
"types": "./lib/index.d.ts",
15+
"import": "./lib/index.mjs",
16+
"require": "./lib/index.cjs"
6517
},
18+
"./package.json": "./package.json"
19+
},
20+
"type": "module",
21+
"author": "dingyi222666 <dingyi222666@foxmail.com>",
22+
"repository": {
23+
"type": "git",
24+
"url": "https://github.com/ChatLunaLab/chatluna.git",
25+
"directory": "packages/adapter-azure-openai"
26+
},
27+
"license": "AGPL-3.0",
28+
"bugs": {
29+
"url": "https://github.com/ChatLunaLab/chatluna/issues"
30+
},
31+
"homepage": "https://github.com/ChatLunaLab/chatluna/tree/v1-dev/packages/adapter-azure-openai#readme",
32+
"scripts": {
33+
"build": "atsc -b"
34+
},
35+
"engines": {
36+
"node": ">=18.0.0"
37+
},
38+
"keywords": [
39+
"chatbot",
40+
"koishi",
41+
"plugin",
42+
"service",
43+
"chatgpt",
44+
"gpt",
45+
"chatluna",
46+
"adapter"
47+
],
48+
"dependencies": {
49+
"@chatluna/v1-shared-adapter": "^1.0.21",
50+
"@langchain/core": "^0.3.80",
51+
"zod": "3.25.76",
52+
"zod-to-json-schema": "^3.24.6"
53+
},
54+
"devDependencies": {
55+
"atsc": "^2.1.0",
56+
"koishi": "^4.18.9"
57+
},
58+
"peerDependencies": {
59+
"koishi": "^4.18.9",
60+
"koishi-plugin-chatluna": "^1.3.8"
61+
},
62+
"resolutions": {
63+
"@langchain/core": "^0.3.80",
64+
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
65+
},
66+
"overrides": {
67+
"@langchain/core": "^0.3.80",
68+
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
69+
},
70+
"pnpm": {
6671
"overrides": {
67-
"@langchain/core": "0.3.62",
68-
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
69-
},
70-
"pnpm": {
71-
"overrides": {
72-
"@langchain/core": "0.3.62",
73-
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
74-
}
72+
"@langchain/core": "^0.3.80",
73+
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
74+
}
75+
},
76+
"koishi": {
77+
"description": {
78+
"zh": "ChatLuna 的 Azure OpenAI 平台适配器",
79+
"en": "Azure OpenAI adapter for ChatLuna"
7580
},
76-
"koishi": {
77-
"description": {
78-
"zh": "ChatLuna 的 Azure OpenAI 平台适配器",
79-
"en": "Azure OpenAI adapter for ChatLuna"
80-
},
81-
"service": {
82-
"required": [
83-
"chatluna"
84-
]
85-
}
81+
"service": {
82+
"required": [
83+
"chatluna"
84+
]
8685
}
86+
}
8787
}

0 commit comments

Comments
 (0)