@fses/workbench-app 0.2.10 → 0.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/WORKBENCH-CLOSURE.json +12 -12
- package/dist/{Workspace-C1a42cX9.js → Workspace-DpiZ5Yap.js} +4091 -4072
- package/dist/fses-workbench-app.js +2 -2
- package/dist/{index-BodxGKnW.js → index-BsT_8HEV.js} +3 -3
- package/dist/internal/personal-workbench/components/workbench/WorkbenchCanvas.vue.d.ts +1 -1
- package/dist/internal/personal-workbench/components/workbench/showcase/WorkbenchShowcase.vue.d.ts +1 -1
- package/dist/internal/personal-workbench/extensions/fde/fdeGeneratedDashboard.d.ts +10 -1
- package/dist/internal/personal-workbench/extensions/fde/fdeGeneratedTemplatePage.d.ts +10 -1
- package/dist/runtime/index.js +1 -1
- package/dist/style.css +1 -1
- package/dist/{useWorkbenchRuntime-C3RRfCDd.js → useWorkbenchRuntime-Ct0HRmOA.js} +1477 -1461
- package/dist/version.d.ts +1 -1
- package/node_modules/@fses/ai-chat/package.json +3 -3
- package/node_modules/@fses/workbench-card/package.json +1 -1
- package/package.json +3 -3
package/dist/version.d.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* @author seadon
|
|
5
5
|
* @created 2026-08-17
|
|
6
6
|
*/
|
|
7
|
-
export declare const WORKBENCH_APP_VERSION = "0.2.
|
|
7
|
+
export declare const WORKBENCH_APP_VERSION = "0.2.12";
|
|
8
8
|
export declare const WORKBENCH_APP_VERSION_META_NAME = "workbench-app-version";
|
|
9
9
|
/**
|
|
10
10
|
* 将当前包版本写入页面 head 的 meta 标签。
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fses/ai-chat",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"echarts": "^5.4.0 || ^6.0.0",
|
|
49
49
|
"marked": "^18.0.0",
|
|
50
50
|
"vue": "^3.5.32",
|
|
51
|
-
"@fses/workbench-card": "0.3.
|
|
51
|
+
"@fses/workbench-card": "0.3.10"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"dompurify": "^3.4.0",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"typescript": "^5.4.5",
|
|
71
71
|
"vite": "^5.4.19",
|
|
72
72
|
"vue-tsc": "^2.2.10",
|
|
73
|
-
"@fses/workbench-card": "0.3.
|
|
73
|
+
"@fses/workbench-card": "0.3.10"
|
|
74
74
|
},
|
|
75
75
|
"scripts": {
|
|
76
76
|
"stub": "node ./scripts/clean-tsbuildinfo.mjs && vue-tsc --emitDeclarationOnly",
|
package/package.json
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"@byteluck-fe/workbench-template": "0.1.1",
|
|
11
11
|
"@byteluck/agentic-protocol": "2.2.1",
|
|
12
12
|
"@byteluck/workbench-skill-contracts": "0.1.0",
|
|
13
|
-
"@fses/ai-chat": "1.0.
|
|
14
|
-
"@fses/workbench-card": "0.3.
|
|
13
|
+
"@fses/ai-chat": "1.0.10",
|
|
14
|
+
"@fses/workbench-card": "0.3.10",
|
|
15
15
|
"@microsoft/fetch-event-source": "2.0.1",
|
|
16
16
|
"axios": "^1.15.0",
|
|
17
17
|
"clsx": "^2.1.1",
|
|
@@ -142,5 +142,5 @@
|
|
|
142
142
|
},
|
|
143
143
|
"type": "module",
|
|
144
144
|
"types": "./dist/index.d.ts",
|
|
145
|
-
"version": "0.2.
|
|
145
|
+
"version": "0.2.12"
|
|
146
146
|
}
|