@flemo/devtools 0.7.0 → 0.8.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/surface.d.ts CHANGED
@@ -6,14 +6,6 @@ export interface ShadowHost {
6
6
  host: HTMLElement;
7
7
  root: HTMLElement;
8
8
  }
9
- /**
10
- * A fixed, zero-sized host with an open shadow root.
11
- *
12
- * Zero-sized so it participates in no layout, and its fixed children position
13
- * against the viewport instead. It carries the devtools marker and NO
14
- * `data-flemo-*` screen attribute, so the recorder can never mistake its own
15
- * surface for a flight participant.
16
- */
17
9
  export declare const createShadowHost: (css: string) => ShadowHost;
18
10
  /**
19
11
  * Which recorder a surface reads.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flemo/devtools",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "Zero-config flight recorder, on-device readout and visual panel for flemo screen transitions: captures per-flight driver routing, frame pacing, long tasks, shared-element pairing, landing residues and judging preconditions into one JSON report readable by humans and coding agents.",
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "./dist/index.mjs",
@@ -34,7 +34,7 @@
34
34
  "homepage": "https://flemo.dev",
35
35
  "license": "MIT",
36
36
  "devDependencies": {
37
- "@flemo/core": "2.5.0",
37
+ "@flemo/core": "2.5.1",
38
38
  "@flemo/eslint-config": "0.0.0",
39
39
  "@flemo/tsconfig": "0.0.0",
40
40
  "@testing-library/react": "^16.3.3",