@tutti-os/agent-gui 0.0.200 → 0.0.201
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tutti-os/agent-gui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.201",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -143,19 +143,19 @@
|
|
|
143
143
|
"dependencies": {
|
|
144
144
|
"@monaco-editor/react": "^4.7.0",
|
|
145
145
|
"@tanstack/react-virtual": "^3.13.12",
|
|
146
|
-
"@tutti-os/agent-activity-core": "0.0.
|
|
147
|
-
"@tutti-os/browser-node": "0.0.
|
|
148
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
149
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
150
|
-
"@tutti-os/ui-rich-text": "0.0.
|
|
151
|
-
"@tutti-os/ui-system": "0.0.
|
|
152
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
153
|
-
"@tutti-os/workspace-external-core": "0.0.
|
|
154
|
-
"@tutti-os/workspace-file-manager": "0.0.
|
|
155
|
-
"@tutti-os/workspace-file-preview": "0.0.
|
|
156
|
-
"@tutti-os/workspace-file-reference": "0.0.
|
|
157
|
-
"@tutti-os/workspace-issue-manager": "0.0.
|
|
158
|
-
"@tutti-os/workspace-user-project": "0.0.
|
|
146
|
+
"@tutti-os/agent-activity-core": "0.0.201",
|
|
147
|
+
"@tutti-os/browser-node": "0.0.201",
|
|
148
|
+
"@tutti-os/ui-i18n-runtime": "0.0.201",
|
|
149
|
+
"@tutti-os/ui-react-hooks": "0.0.201",
|
|
150
|
+
"@tutti-os/ui-rich-text": "0.0.201",
|
|
151
|
+
"@tutti-os/ui-system": "0.0.201",
|
|
152
|
+
"@tutti-os/workbench-surface": "0.0.201",
|
|
153
|
+
"@tutti-os/workspace-external-core": "0.0.201",
|
|
154
|
+
"@tutti-os/workspace-file-manager": "0.0.201",
|
|
155
|
+
"@tutti-os/workspace-file-preview": "0.0.201",
|
|
156
|
+
"@tutti-os/workspace-file-reference": "0.0.201",
|
|
157
|
+
"@tutti-os/workspace-issue-manager": "0.0.201",
|
|
158
|
+
"@tutti-os/workspace-user-project": "0.0.201",
|
|
159
159
|
"clsx": "^2.1.1",
|
|
160
160
|
"framer-motion": "^12.40.0",
|
|
161
161
|
"lodash": "^4.17.21",
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"access": "public"
|
|
210
210
|
},
|
|
211
211
|
"scripts": {
|
|
212
|
-
"build": "tsup --config tsup.config.ts && tsup --config tsup.dts.config.ts && node ../../../tools/scripts/copy-package-assets.mjs app/renderer/agentactivity.css dist/app/renderer/agentactivity.css app/renderer/assets/icons dist/app/renderer/assets/icons",
|
|
212
|
+
"build": "tsup --config tsup.config.ts && tsup --config tsup.dts.config.ts && node ../../../tools/scripts/copy-package-assets.mjs app/renderer/agentactivity.css dist/app/renderer/agentactivity.css app/renderer/assets/icons dist/app/renderer/assets/icons app/renderer/assets/commercial dist/app/renderer/assets/commercial",
|
|
213
213
|
"test": "vitest run --environment jsdom --maxWorkers=3",
|
|
214
214
|
"typecheck": "node ../../../tools/scripts/run-tsgo-typecheck.mjs"
|
|
215
215
|
},
|