@fses/workbench-app 0.2.6 → 0.2.7
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-7_3p28OA.js → Workspace-DxdpxwWi.js} +8651 -8564
- package/dist/fses-workbench-app.js +2 -2
- package/dist/{index-CqkM30RV.js → index-DmTR4aQo.js} +2 -2
- package/dist/internal/personal-workbench/fde-skill-cards/runtime/fdeSkillTemplateNativeEcharts.d.ts +28 -0
- package/dist/internal/personal-workbench/fde-skill-cards/runtime/fdeSkillTemplatePageTypes.d.ts +39 -0
- package/dist/internal/personal-workbench/lib/deepAgentApi.d.ts +7 -0
- package/dist/internal/personal-workbench/lib/deepAgentInterrupt.d.ts +12 -0
- package/dist/internal/personal-workbench/stores/workbenchRuntime.d.ts +2 -7
- package/dist/runtime/index.js +1 -1
- package/dist/style.css +1 -1
- package/dist/{useWorkbenchRuntime-Ci-QDnAY.js → useWorkbenchRuntime-Tx5rfwuD.js} +1542 -1526
- 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
package/WORKBENCH-CLOSURE.json
CHANGED
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
{
|
|
16
16
|
"name": "@fses/ai-chat",
|
|
17
17
|
"relativePath": "node_modules/@fses/ai-chat",
|
|
18
|
-
"treeIntegrity": "sha512-
|
|
19
|
-
"version": "1.0.
|
|
18
|
+
"treeIntegrity": "sha512-zeWarSsiyOWv7KrPOkFRSPF4ei8t2GDmfYwh7VTfMewOZlGfTfwCPeNpcQJxY5jg0yGrc+9ho7gAuno1oC/Xmg==",
|
|
19
|
+
"version": "1.0.5"
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"name": "@fses/workbench-card",
|
|
23
23
|
"relativePath": "node_modules/@fses/workbench-card",
|
|
24
|
-
"treeIntegrity": "sha512-
|
|
25
|
-
"version": "0.3.
|
|
24
|
+
"treeIntegrity": "sha512-mqdpQfPh04AjA6bD/RRJ1d0TaKrxnnGM2wWSMK4br8WcA7pcZhGYVPGNWrMkr89DqC5xk5+45pFF/m8GT3yrzQ==",
|
|
25
|
+
"version": "0.3.5"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"name": "dompurify",
|
|
@@ -52,15 +52,15 @@
|
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
"name": "@fses/ai-chat",
|
|
55
|
-
"sourceTarballIntegrity": "sha512-
|
|
56
|
-
"treeIntegrity": "sha512-
|
|
57
|
-
"version": "1.0.
|
|
55
|
+
"sourceTarballIntegrity": "sha512-G2/k5tYU1dc4rFxZQc/1EcAo1SuiB+/cl4LhB9c/9DJggGwQP6r3xr5dnUJE65mBdwlpjQFZJJgDPTaKp1zaaQ==",
|
|
56
|
+
"treeIntegrity": "sha512-zeWarSsiyOWv7KrPOkFRSPF4ei8t2GDmfYwh7VTfMewOZlGfTfwCPeNpcQJxY5jg0yGrc+9ho7gAuno1oC/Xmg==",
|
|
57
|
+
"version": "1.0.5"
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
60
|
"name": "@fses/workbench-card",
|
|
61
|
-
"sourceTarballIntegrity": "sha512-
|
|
62
|
-
"treeIntegrity": "sha512-
|
|
63
|
-
"version": "0.3.
|
|
61
|
+
"sourceTarballIntegrity": "sha512-MipxPH4LECKpV/om4u5X96mFaJIXTHxZxJqqBAE7mYU35Pdx1Wgfl7H95luTRo+e7Z/a14J7UAlvy7w25qYEig==",
|
|
62
|
+
"treeIntegrity": "sha512-mqdpQfPh04AjA6bD/RRJ1d0TaKrxnnGM2wWSMK4br8WcA7pcZhGYVPGNWrMkr89DqC5xk5+45pFF/m8GT3yrzQ==",
|
|
63
|
+
"version": "0.3.5"
|
|
64
64
|
}
|
|
65
65
|
],
|
|
66
66
|
"omittedOptionalDependencies": [
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"schemaVersion": 1,
|
|
75
75
|
"workbenchApp": {
|
|
76
76
|
"name": "@fses/workbench-app",
|
|
77
|
-
"sourceGitCommit": "
|
|
78
|
-
"version": "0.2.
|
|
77
|
+
"sourceGitCommit": "e3cd8732be18fd552e7c03fdaa2634c21dfa1323",
|
|
78
|
+
"version": "0.2.7"
|
|
79
79
|
}
|
|
80
80
|
}
|