@fses/workbench-app 0.2.13 → 0.2.15
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-Zcro-FS-.js → Workspace-_r17G1XR.js} +1057 -1056
- package/dist/canvas/api/index.js +1 -1
- package/dist/{canvasFacade-B0oy__da.js → canvasFacade-B2EHgdqA.js} +1 -1
- package/dist/{cardFactory-CoDF-zsR.js → cardFactory-BK3CA-Gn.js} +240 -189
- package/dist/config/workbenchAppConfig.d.ts +5 -0
- package/dist/extensions/index.js +1 -1
- package/dist/fses-workbench-app.js +16 -16
- package/dist/{index-BPItQZvf.js → index-C0L5xASu.js} +256 -281
- package/dist/internal/personal-workbench/lib/deepAgentApi.d.ts +14 -3
- package/dist/internal/personal-workbench/lib/echartsTemplateAssets.d.ts +25 -0
- package/dist/internal/personal-workbench/lib/workbenchCardRecommendationReturnItemUpsert.d.ts +1 -0
- package/dist/runtime/index.js +1 -1
- package/dist/style.css +1 -1
- package/dist/{useWorkbenchRuntime-DxtdDpY1.js → useWorkbenchRuntime-DLf_FgC7.js} +6256 -6187
- package/dist/version.d.ts +1 -1
- package/dist/{workbenchCustomComponentRegistry-6GHzavdM.js → workbenchCustomComponentRegistry-Bt94Lgko.js} +1 -1
- package/node_modules/@fses/ai-chat/dist/components/FsesAiChat.vue.d.ts +2 -0
- package/node_modules/@fses/ai-chat/dist/composables/useSystemEChartsIcon.d.ts +19 -2
- package/node_modules/@fses/ai-chat/dist/fses-ai-chat.js +4816 -4789
- package/node_modules/@fses/ai-chat/dist/fses-ai-chat.umd.cjs +16 -16
- package/node_modules/@fses/ai-chat/dist/plugin.d.ts +7 -2
- package/node_modules/@fses/ai-chat/dist/style.css +1 -1
- package/node_modules/@fses/ai-chat/package.json +5 -5
- package/node_modules/@fses/workbench-card/package.json +1 -1
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fses/ai-chat",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.13",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -48,12 +48,12 @@
|
|
|
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.13"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"dompurify": "^3.4.0",
|
|
55
|
-
"@byteluck/
|
|
56
|
-
"@byteluck/
|
|
55
|
+
"@byteluck/agentic-protocol": "2.2.1",
|
|
56
|
+
"@byteluck/workbench-skill-contracts": "0.1.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@babel/core": "^7.29.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.13"
|
|
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.13",
|
|
14
|
+
"@fses/workbench-card": "0.3.13",
|
|
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.15"
|
|
146
146
|
}
|