@utsp/types 0.15.0-nightly.20251227200128.cdc09ed → 0.15.0-nightly.20251230155627.a754d5b

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -831,6 +831,8 @@ interface RenderedCell {
831
831
  * Display render state with cells and color palette
832
832
  */
833
833
  interface RenderState {
834
+ /** Display ID (matches the Display instance it was rasterized from) */
835
+ id: number;
834
836
  /** Width in cells */
835
837
  width: number;
836
838
  /** Height in cells */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@utsp/types",
3
- "version": "0.15.0-nightly.20251227200128.cdc09ed",
3
+ "version": "0.15.0-nightly.20251230155627.a754d5b",
4
4
  "description": "Type definitions and interfaces for UTSP (Universal Text Stream Protocol)",
5
5
  "author": "THP Software",
6
6
  "license": "MIT",