@fses/workbench-app 0.2.11 → 0.2.13
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-BXVcpu9n.js → Workspace-Zcro-FS-.js} +5306 -5216
- package/dist/fses-workbench-app.js +47 -46
- package/dist/{index-D8_xtgM8.js → index-BPItQZvf.js} +3 -3
- package/dist/internal/personal-workbench/fde-skill-cards/runtime/fdeSkillTemplatePageTypes.d.ts +8 -0
- package/dist/internal/personal-workbench/lib/deepAgentQueueState.d.ts +6 -0
- package/dist/internal/personal-workbench/lib/workbenchChatPendingTurn.d.ts +1 -1
- package/dist/runtime/deep-agent/deepAgentProcessGroups.d.ts +7 -0
- package/dist/runtime/index.js +1 -1
- package/dist/{useWorkbenchRuntime-C3RRfCDd.js → useWorkbenchRuntime-DxtdDpY1.js} +4386 -4345
- package/dist/version.d.ts +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
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-3IzHyAWYqqRsL61eGYtgEzbRIF0mBqw8fZm/hXA/fKirCLYzyH5MV1hkd0ZTcTB1fAWdVA7y0JuQdUwJk1+9og==",
|
|
19
|
+
"version": "1.0.11"
|
|
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-lavtdhpIDO8tyZ/lG6kmdQ4RRlSZBs+b6G41pYbuQfBaHufXg80oFdOQ3NgiIkdQC/aHQuOJ6FKawD/ROJ/vcw==",
|
|
25
|
+
"version": "0.3.11"
|
|
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-zfMWSgLww6XtShglH+AcBRG+wWGHczVK8ksn6SkebaerVGCZoShmoEeztjXcEf+jNQnhcgILCP+ifFQFBz1m2A==",
|
|
56
|
+
"treeIntegrity": "sha512-3IzHyAWYqqRsL61eGYtgEzbRIF0mBqw8fZm/hXA/fKirCLYzyH5MV1hkd0ZTcTB1fAWdVA7y0JuQdUwJk1+9og==",
|
|
57
|
+
"version": "1.0.11"
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
60
|
"name": "@fses/workbench-card",
|
|
61
|
-
"sourceTarballIntegrity": "sha512-
|
|
62
|
-
"treeIntegrity": "sha512-
|
|
63
|
-
"version": "0.3.
|
|
61
|
+
"sourceTarballIntegrity": "sha512-2k88BDJaXW24mAgOJi6odQPi+Fyt1fHqdm4ysOW2vzZ+CP4/tQcO0kbTT3w9RVuAOqESfHjQQ0C/NLMkeY3yZQ==",
|
|
62
|
+
"treeIntegrity": "sha512-lavtdhpIDO8tyZ/lG6kmdQ4RRlSZBs+b6G41pYbuQfBaHufXg80oFdOQ3NgiIkdQC/aHQuOJ6FKawD/ROJ/vcw==",
|
|
63
|
+
"version": "0.3.11"
|
|
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": "a2b91d21bd5c9414b603d4f3e656a2dc30abc4d8",
|
|
78
|
+
"version": "0.2.13"
|
|
79
79
|
}
|
|
80
80
|
}
|