@flemo/devtools 0.2.1 → 0.2.2
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/index.mjs +0 -6
- package/dist/noop.mjs +0 -6
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -116,12 +116,6 @@ var e = 30, t = 1e4, n = 50, r = 120, i = 100, a = (e) => {
|
|
|
116
116
|
kind: "opt-in-diagnostic",
|
|
117
117
|
description: "hard driver pin ('css@<epoch-ms>' / 'raf@<epoch-ms>', 24h TTL) — pins EVERY transition"
|
|
118
118
|
},
|
|
119
|
-
{
|
|
120
|
-
key: "flemo:lpm",
|
|
121
|
-
storage: "session",
|
|
122
|
-
kind: "production-state",
|
|
123
|
-
description: "low-power-mode cadence seed (learned)"
|
|
124
|
-
},
|
|
125
119
|
{
|
|
126
120
|
key: "flemo:sixty",
|
|
127
121
|
storage: "session",
|
package/dist/noop.mjs
CHANGED
|
@@ -111,12 +111,6 @@ var e = 30, t = 1e4, n = 50, r = 120, i = 100, a = 48, o = (e) => {
|
|
|
111
111
|
kind: "opt-in-diagnostic",
|
|
112
112
|
description: "hard driver pin ('css@<epoch-ms>' / 'raf@<epoch-ms>', 24h TTL) — pins EVERY transition"
|
|
113
113
|
},
|
|
114
|
-
{
|
|
115
|
-
key: "flemo:lpm",
|
|
116
|
-
storage: "session",
|
|
117
|
-
kind: "production-state",
|
|
118
|
-
description: "low-power-mode cadence seed (learned)"
|
|
119
|
-
},
|
|
120
114
|
{
|
|
121
115
|
key: "flemo:sixty",
|
|
122
116
|
storage: "session",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flemo/devtools",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Zero-config flight recorder for flemo screen transitions: captures per-flight driver routing, frame pacing, long tasks, landing residues, active debug overrides, and environment/observation-trap fingerprints into one JSON report readable by humans and coding agents.",
|
|
5
5
|
"main": "./dist/index.mjs",
|
|
6
6
|
"module": "./dist/index.mjs",
|