@telepath-computer/television 0.1.25 → 0.1.27

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/README.md CHANGED
@@ -60,3 +60,5 @@ npm run test:electron # built Electron smoke test
60
60
  npm run test:all # all tests
61
61
  npm run verify # lint + type-check + all tests
62
62
  ```
63
+
64
+ CI currently runs `npm run lint`, `npm run type-check`, and `npm test`. The other suites are available for local verification.
package/dist/cli.cjs CHANGED
@@ -82959,7 +82959,7 @@ function collectArtifactIDs(node) {
82959
82959
  }
82960
82960
  }
82961
82961
 
82962
- // src/browser/ui/layout.ts
82962
+ // src/layout/layout.ts
82963
82963
  var LEGACY_BAND_HEIGHT_ROWS = 6;
82964
82964
  var LEGACY_NARROW_COLS = 1;
82965
82965
  var LEGACY_FULL_COLS = 2;
package/dist/electron.cjs CHANGED
@@ -79248,7 +79248,7 @@ function collectArtifactIDs(node) {
79248
79248
  }
79249
79249
  }
79250
79250
 
79251
- // src/browser/ui/layout.ts
79251
+ // src/layout/layout.ts
79252
79252
  var LEGACY_BAND_HEIGHT_ROWS = 6;
79253
79253
  var LEGACY_NARROW_COLS = 1;
79254
79254
  var LEGACY_FULL_COLS = 2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telepath-computer/television",
3
- "version": "0.1.25",
3
+ "version": "0.1.27",
4
4
  "type": "module",
5
5
  "main": "dist/electron.cjs",
6
6
  "bin": {