@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.
@@ -3,7 +3,7 @@ import {
3
3
  detectCapabilities,
4
4
  refreshMcpServers,
5
5
  registerBuiltInProfiles
6
- } from "./chunk-NNNYGFSQ.js";
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-XJVXQA7C.js";
15
+ } from "./chunk-42SK2S4V.js";
16
16
  import "./chunk-RR6V6SNM.js";
17
17
  import "./chunk-ZFKJAYAN.js";
18
- import "./chunk-JQFAXWT5.js";
19
- import "./chunk-KFCIZHQW.js";
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-KFCIZHQW.js.map
30887
+ //# sourceMappingURL=chunk-22TVFTWD.js.map