@schoolai/shipyard 3.30.0-rc.20260913.0 → 3.30.0
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/dist/capability-detector-worker.js +4 -4
- package/dist/{chunk-KFCIZHQW.js → chunk-22TVFTWD.js} +20 -1
- package/dist/{chunk-KFCIZHQW.js.map → chunk-22TVFTWD.js.map} +1 -1
- package/dist/{chunk-XJVXQA7C.js → chunk-42SK2S4V.js} +8 -1
- package/dist/chunk-42SK2S4V.js.map +1 -0
- package/dist/{chunk-JQFAXWT5.js → chunk-CW2PKTA6.js} +2 -2
- package/dist/{chunk-VE2ZAUIM.js → chunk-JM2E5QZ5.js} +2 -2
- package/dist/{chunk-NNNYGFSQ.js → chunk-ZSMWOXEN.js} +4 -4
- package/dist/cursor-runner.js +2 -2
- package/dist/electron-utility.js +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/{mcp-servers-DUHUR7NY.js → mcp-servers-LTYMM2F2.js} +2 -2
- package/dist/{plan-backfill-5UGECNV6.js → plan-backfill-G5ZN6E5L.js} +3 -3
- package/dist/{serve-4ZPHPIJQ.js → serve-3TQOIJID.js} +89 -13
- package/dist/{serve-4ZPHPIJQ.js.map → serve-3TQOIJID.js.map} +1 -1
- package/dist/{start-RAURVEMV.js → start-6KMPC5RK.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-XJVXQA7C.js.map +0 -1
- /package/dist/{chunk-JQFAXWT5.js.map → chunk-CW2PKTA6.js.map} +0 -0
- /package/dist/{chunk-VE2ZAUIM.js.map → chunk-JM2E5QZ5.js.map} +0 -0
- /package/dist/{chunk-NNNYGFSQ.js.map → chunk-ZSMWOXEN.js.map} +0 -0
- /package/dist/{mcp-servers-DUHUR7NY.js.map → mcp-servers-LTYMM2F2.js.map} +0 -0
- /package/dist/{plan-backfill-5UGECNV6.js.map → plan-backfill-G5ZN6E5L.js.map} +0 -0
- /package/dist/{start-RAURVEMV.js.map → start-6KMPC5RK.js.map} +0 -0
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
detectCapabilities,
|
|
4
4
|
refreshMcpServers,
|
|
5
5
|
registerBuiltInProfiles
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-ZSMWOXEN.js";
|
|
7
7
|
import "./chunk-ZDJEJI62.js";
|
|
8
8
|
import "./chunk-Y6AAH7LO.js";
|
|
9
9
|
import {
|
|
@@ -12,11 +12,11 @@ import {
|
|
|
12
12
|
import "./chunk-4T2OQAVL.js";
|
|
13
13
|
import {
|
|
14
14
|
MCPTokenStore
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-42SK2S4V.js";
|
|
16
16
|
import "./chunk-RR6V6SNM.js";
|
|
17
17
|
import "./chunk-ZFKJAYAN.js";
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-CW2PKTA6.js";
|
|
19
|
+
import "./chunk-22TVFTWD.js";
|
|
20
20
|
import "./chunk-FARMJBC7.js";
|
|
21
21
|
import "./chunk-EHQITHQX.js";
|
|
22
22
|
import {
|
|
@@ -22458,6 +22458,25 @@ var BrowserMetricsSampleSchema = external_exports.object({
|
|
|
22458
22458
|
totalBytes: external_exports.number().nonnegative(),
|
|
22459
22459
|
limitBytes: external_exports.number().nonnegative()
|
|
22460
22460
|
}).nullable(),
|
|
22461
|
+
/**
|
|
22462
|
+
* The renderer's own verdict on `heap`, so the daemon reports the same
|
|
22463
|
+
* thresholds the renderer acted on rather than re-deriving them from the
|
|
22464
|
+
* raw numbers — two copies of one threshold is how a "fixed" bug survives
|
|
22465
|
+
* in whichever copy nobody updated.
|
|
22466
|
+
*
|
|
22467
|
+
* Optional: an older browser omits it and the daemon simply has no verdict
|
|
22468
|
+
* to report, which is why this is an additive change (protocol-safe).
|
|
22469
|
+
*/
|
|
22470
|
+
heapPressureLevel: external_exports.enum(["none", "shed", "critical"]).optional(),
|
|
22471
|
+
/**
|
|
22472
|
+
* What the renderer DID about the pressure on the previous sample. The
|
|
22473
|
+
* level alone cannot distinguish "shed and recovered" from "wanted to
|
|
22474
|
+
* reload but a dirty buffer blocked it" from "suppressed by cooldown" —
|
|
22475
|
+
* and those are the three cases a responder needs to tell apart. Reported
|
|
22476
|
+
* one sample late by construction: the action is decided after the sample
|
|
22477
|
+
* that triggered it is already on the wire.
|
|
22478
|
+
*/
|
|
22479
|
+
heapPressureAction: external_exports.enum(["none", "shed", "reload", "warn-unsaved"]).optional(),
|
|
22461
22480
|
rtcStats: external_exports.array(
|
|
22462
22481
|
external_exports.object({
|
|
22463
22482
|
label: external_exports.string(),
|
|
@@ -30865,4 +30884,4 @@ export {
|
|
|
30865
30884
|
encodeDrain,
|
|
30866
30885
|
decodeFrame
|
|
30867
30886
|
};
|
|
30868
|
-
//# sourceMappingURL=chunk-
|
|
30887
|
+
//# sourceMappingURL=chunk-22TVFTWD.js.map
|