Skip to content

Commit 339197b

Browse files
committed
Add metainfo to official plugins, update packages
1 parent 020c62c commit 339197b

12 files changed

Lines changed: 1551 additions & 1685 deletions

File tree

docs/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,26 @@
1313
},
1414
"dependencies": {
1515
"@orama/orama": "^3.1.18",
16-
"@radix-ui/react-accordion": "^1.2.12",
16+
"@radix-ui/react-accordion": "^1.2.17",
1717
"class-variance-authority": "^0.7.1",
18-
"fumadocs-core": "16.11.2",
19-
"fumadocs-mdx": "15.0.10",
20-
"fumadocs-ui": "16.11.2",
21-
"lucide-react": "^1.17.0",
22-
"next": "16.2.6",
23-
"react": "^19.2.6",
24-
"react-dom": "^19.2.6",
18+
"fumadocs-core": "^16.11.5",
19+
"fumadocs-mdx": "^15.2.0",
20+
"fumadocs-ui": "^16.11.5",
21+
"lucide-react": "^1.25.0",
22+
"next": "^16.2.10",
23+
"react": "^19.2.7",
24+
"react-dom": "^19.2.7",
2525
"tailwind-merge": "^3.6.0"
2626
},
2727
"devDependencies": {
2828
"@fumadocs/cli": "^1.4.1",
29-
"@tailwindcss/postcss": "^4.3.2",
30-
"@types/mdx": "^2.0.13",
31-
"@types/react": "^19.2.15",
29+
"@tailwindcss/postcss": "^4.3.3",
30+
"@types/mdx": "^2.0.14",
31+
"@types/react": "^19.2.17",
3232
"@types/react-dom": "^19.2.3",
33-
"postcss": "^8.5.15",
33+
"postcss": "^8.5.20",
3434
"serve": "^14.2.6",
35-
"tailwindcss": "^4.3.2",
35+
"tailwindcss": "^4.3.3",
3636
"typescript": "^6.0.3"
3737
}
3838
}

packages/takumi-preview/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
},
3030
"devDependencies": {
3131
"@fraqjs/plugin-takumi": "workspace:^",
32-
"@takumi-rs/helpers": "^2.0.1",
33-
"@types/react": "^19.2.15"
32+
"@takumi-rs/helpers": "^2.3.2",
33+
"@types/react": "^19.2.17"
3434
},
3535
"dependencies": {
36-
"@hono/node-server": "^2.0.5",
36+
"@hono/node-server": "^2.0.10",
3737
"chokidar": "^5.0.0",
3838
"commander": "^15.0.0",
39-
"hono": "^4.12.26",
40-
"tsx": "^4.23.0"
39+
"hono": "^4.12.31",
40+
"tsx": "^4.23.1"
4141
}
4242
}

plugins/ai/package.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@fraqjs/plugin-ai",
33
"type": "module",
4-
"version": "0.5.0",
5-
"description": "Vercel AI SDK integration plugin for Fraq",
4+
"version": "0.5.1",
5+
"description": "提供配置 AI 模型提供商和 API Key 的统一入口",
66
"files": [
77
"dist"
88
],
@@ -19,19 +19,19 @@
1919
"type": "git",
2020
"url": "git+https://github.com/fraqjs/fraq.git"
2121
},
22-
"homepage": "https://fraq.dev/",
22+
"homepage": "https://fraq.dev/docs/plugins/ai",
2323
"license": "MIT",
2424
"peerDependencies": {
2525
"@fraqjs/fraq": "workspace:^",
2626
"ai": "^7.0.0"
2727
},
2828
"devDependencies": {
29-
"@ai-sdk/anthropic": "^4",
30-
"@ai-sdk/deepseek": "^3",
31-
"@ai-sdk/google": "^4",
32-
"@ai-sdk/openai": "^4",
33-
"@ai-sdk/openai-compatible": "^3",
34-
"@ai-sdk/provider": "^4",
29+
"@ai-sdk/anthropic": "^4.0.16",
30+
"@ai-sdk/deepseek": "^3.0.12",
31+
"@ai-sdk/google": "^4.0.18",
32+
"@ai-sdk/openai": "^4.0.16",
33+
"@ai-sdk/openai-compatible": "^3.0.12",
34+
"@ai-sdk/provider": "^4.0.3",
3535
"@fraqjs/mock": "workspace:^"
3636
},
3737
"engines": {
@@ -43,5 +43,8 @@
4343
"htmlparser2": "^12.0.0",
4444
"xml-formatter": "^3.7.0",
4545
"zod": "^4.4.3"
46+
},
47+
"fraq": {
48+
"category": "infrastructure"
4649
}
4750
}

plugins/conversation/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@fraqjs/plugin-conversation",
33
"type": "module",
4-
"version": "0.7.0",
5-
"description": "Conversation utility plugin for Fraq",
4+
"version": "0.7.1",
5+
"description": "提供对多轮对话的支持,帮助开发者编写交互式机器人功能",
66
"files": [
77
"dist"
88
],
@@ -19,12 +19,15 @@
1919
"type": "git",
2020
"url": "git+https://github.com/fraqjs/fraq.git"
2121
},
22-
"homepage": "https://fraq.dev/",
22+
"homepage": "https://fraq.dev/docs/plugins/conversation",
2323
"license": "MIT",
2424
"peerDependencies": {
2525
"@fraqjs/fraq": "workspace:^"
2626
},
2727
"devDependencies": {
2828
"@fraqjs/mock": "workspace:^"
29+
},
30+
"fraq": {
31+
"category": "infrastructure"
2932
}
3033
}

plugins/hono/package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@fraqjs/plugin-hono",
33
"type": "module",
4-
"version": "0.2.0",
5-
"description": "Hono integration plugin for Fraq",
4+
"version": "0.2.1",
5+
"description": "提供基于 Hono 的 HTTP 服务器集成",
66
"files": [
77
"dist"
88
],
@@ -19,18 +19,21 @@
1919
"type": "git",
2020
"url": "git+https://github.com/fraqjs/fraq.git"
2121
},
22-
"homepage": "https://fraq.dev/",
22+
"homepage": "https://fraq.dev/docs/plugins/hono",
2323
"license": "MIT",
2424
"peerDependencies": {
2525
"@fraqjs/fraq": "workspace:^"
2626
},
2727
"dependencies": {
28-
"@hono/node-server": "^2.0.5",
29-
"hono": "^4.12.26",
30-
"ws": "^8.21.0"
28+
"@hono/node-server": "^2.0.10",
29+
"hono": "^4.12.31",
30+
"ws": "^8.21.1"
3131
},
3232
"devDependencies": {
3333
"@fraqjs/mock": "workspace:^",
3434
"@types/ws": "^8.18.1"
35+
},
36+
"fraq": {
37+
"category": "infrastructure"
3538
}
3639
}

plugins/kysely/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@fraqjs/plugin-kysely",
33
"type": "module",
4-
"version": "0.2.1",
5-
"description": "Kysely integration plugin for Fraq",
4+
"version": "0.2.2",
5+
"description": "提供基于 Kysely 的 SQLite 数据库服务",
66
"files": [
77
"dist"
88
],
@@ -19,18 +19,21 @@
1919
"type": "git",
2020
"url": "git+https://github.com/fraqjs/fraq.git"
2121
},
22-
"homepage": "https://fraq.dev/",
22+
"homepage": "https://fraq.dev/docs/plugins/kysely",
2323
"license": "MIT",
2424
"peerDependencies": {
2525
"@fraqjs/fraq": "workspace:^"
2626
},
2727
"dependencies": {
28-
"kysely": "^0.29.3"
28+
"kysely": "^0.29.4"
2929
},
3030
"devDependencies": {
3131
"@fraqjs/mock": "workspace:^"
3232
},
3333
"engines": {
3434
"node": ">=22.13"
35+
},
36+
"fraq": {
37+
"category": "infrastructure"
3538
}
3639
}

plugins/message-store/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@fraqjs/plugin-message-store",
33
"type": "module",
4-
"version": "0.3.0",
5-
"description": "Local message storage plugin for Fraq",
4+
"version": "0.3.1",
5+
"description": "提供将消息存储在本地数据库的能力",
66
"files": [
77
"dist"
88
],
@@ -19,13 +19,16 @@
1919
"type": "git",
2020
"url": "git+https://github.com/fraqjs/fraq.git"
2121
},
22-
"homepage": "https://fraq.dev/",
22+
"homepage": "https://fraq.dev/docs/plugins/message-store",
2323
"license": "MIT",
2424
"peerDependencies": {
2525
"@fraqjs/fraq": "workspace:^",
2626
"@fraqjs/plugin-kysely": "workspace:^"
2727
},
2828
"devDependencies": {
2929
"@fraqjs/mock": "workspace:^"
30+
},
31+
"fraq": {
32+
"category": "infrastructure"
3033
}
3134
}

plugins/milky-server/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@fraqjs/plugin-milky-server",
33
"type": "module",
4-
"version": "0.1.0",
5-
"description": "Milky server proxy plugin for Fraq",
4+
"version": "0.1.1",
5+
"description": "提供在 Fraq 上代理上游 Milky 服务的能力",
66
"files": [
77
"dist"
88
],
@@ -19,7 +19,7 @@
1919
"type": "git",
2020
"url": "git+https://github.com/fraqjs/fraq.git"
2121
},
22-
"homepage": "https://fraq.dev/",
22+
"homepage": "https://fraq.dev/docs/plugins/milky-server",
2323
"license": "MIT",
2424
"peerDependencies": {
2525
"@fraqjs/fraq": "workspace:^",
@@ -28,5 +28,8 @@
2828
},
2929
"devDependencies": {
3030
"@fraqjs/mock": "workspace:^"
31+
},
32+
"fraq": {
33+
"category": "infrastructure"
3134
}
3235
}

plugins/milky-webhook/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@fraqjs/plugin-milky-webhook",
33
"type": "module",
4-
"version": "0.1.0",
5-
"description": "Milky Webhook utility plugin for Fraq",
4+
"version": "0.1.1",
5+
"description": "提供将 Fraq 接入 Milky 协议端 Webhook 事件推送的能力",
66
"files": [
77
"dist"
88
],
@@ -19,13 +19,16 @@
1919
"type": "git",
2020
"url": "git+https://github.com/fraqjs/fraq.git"
2121
},
22-
"homepage": "https://fraq.dev/",
22+
"homepage": "https://fraq.dev/docs/plugins/milky-webhook",
2323
"license": "MIT",
2424
"peerDependencies": {
2525
"@fraqjs/fraq": "workspace:^",
2626
"@fraqjs/plugin-hono": "workspace:^"
2727
},
2828
"devDependencies": {
2929
"@fraqjs/mock": "workspace:^"
30+
},
31+
"fraq": {
32+
"category": "infrastructure"
3033
}
3134
}

plugins/random/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@fraqjs/plugin-random",
33
"type": "module",
4-
"version": "0.1.2",
5-
"description": "Randomization utility plugin for Fraq",
4+
"version": "0.1.3",
5+
"description": "提供基于 PCG32 算法的伪随机数生成器及其封装",
66
"files": [
77
"dist"
88
],
@@ -19,9 +19,12 @@
1919
"type": "git",
2020
"url": "git+https://github.com/fraqjs/fraq.git"
2121
},
22-
"homepage": "https://fraq.dev/",
22+
"homepage": "https://fraq.dev/docs/plugins/random",
2323
"license": "MIT",
2424
"peerDependencies": {
2525
"@fraqjs/fraq": "workspace:^"
26+
},
27+
"fraq": {
28+
"category": "infrastructure"
2629
}
2730
}

0 commit comments

Comments
 (0)