@fugood/bricks-project 2.24.0-beta.14 → 2.24.0-beta.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/package.json +3 -3
- package/types/system.ts +1 -1
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fugood/bricks-project",
|
|
3
|
-
"version": "2.24.0-beta.
|
|
3
|
+
"version": "2.24.0-beta.15",
|
|
4
4
|
"main": "index.ts",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"typecheck": "tsc --noEmit",
|
|
7
7
|
"build": "bun scripts/build.js"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@fugood/bricks-cli": "^2.24.0-beta.
|
|
10
|
+
"@fugood/bricks-cli": "^2.24.0-beta.15",
|
|
11
11
|
"@huggingface/gguf": "^0.3.2",
|
|
12
12
|
"@iarna/toml": "^3.0.0",
|
|
13
13
|
"@modelcontextprotocol/sdk": "^1.15.0",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"oxfmt": "^0.36.0"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "acd51daff8ae31ef803c59b974dfe55fa21af9ed"
|
|
28
28
|
}
|
package/types/system.ts
CHANGED
|
@@ -276,7 +276,7 @@ export type SystemActionPopupReset = ActionWithParams & {
|
|
|
276
276
|
>
|
|
277
277
|
}
|
|
278
278
|
|
|
279
|
-
/* Take screenshot for current subspace */
|
|
279
|
+
/* Take screenshot for current subspace or the full viewport (including portal subspaces) */
|
|
280
280
|
export type SystemActionTakeScreenshot = ActionWithParams & {
|
|
281
281
|
__actionName: 'TAKE_SCREENSHOT'
|
|
282
282
|
params?: Array<
|