@camstack/addon-terminal 0.1.22 → 0.1.23

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/addon.js CHANGED
@@ -19607,7 +19607,14 @@ targets: array(object({
19607
19607
  "sleeping",
19608
19608
  "unreachable",
19609
19609
  "waking"
19610
- ]).nullable()
19610
+ ]).nullable(),
19611
+ /** A battery camera (whatever its current state). An AWAKE battery
19612
+ * camera is deliberately NOT recaptured on the poll cadence — every
19613
+ * capture is a camera hit that would keep it out of sleep — so its
19614
+ * cached frame legitimately ages past the currency ceiling while
19615
+ * nothing is streaming. A surface must keep painting it (a fresh
19616
+ * frame is captured at each wake), not blank to "unavailable". */
19617
+ battery: boolean()
19611
19618
  })))
19612
19619
  },
19613
19620
  status: {
package/dist/addon.mjs CHANGED
@@ -19584,7 +19584,14 @@ targets: array(object({
19584
19584
  "sleeping",
19585
19585
  "unreachable",
19586
19586
  "waking"
19587
- ]).nullable()
19587
+ ]).nullable(),
19588
+ /** A battery camera (whatever its current state). An AWAKE battery
19589
+ * camera is deliberately NOT recaptured on the poll cadence — every
19590
+ * capture is a camera hit that would keep it out of sleep — so its
19591
+ * cached frame legitimately ages past the currency ceiling while
19592
+ * nothing is streaming. A surface must keep painting it (a fresh
19593
+ * frame is captured at each wake), not blank to "unavailable". */
19594
+ battery: boolean()
19588
19595
  })))
19589
19596
  },
19590
19597
  status: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-terminal",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "Interactive terminal sessions (pty + xterm) as a CamStack addon",
5
5
  "keywords": [
6
6
  "camstack",