@btraut/browser-bridge 0.7.0 → 0.7.1
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/CHANGELOG.md +7 -0
- package/dist/api.js +52 -8
- package/dist/api.js.map +2 -2
- package/dist/index.js +3 -0
- package/dist/index.js.map +3 -3
- package/extension/manifest.json +1 -1
- package/package.json +1 -1
- package/skills/browser-bridge/skill.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2474,6 +2474,9 @@ var PAGE_STATE_SCRIPT = [
|
|
|
2474
2474
|
"})()"
|
|
2475
2475
|
].join("\n");
|
|
2476
2476
|
|
|
2477
|
+
// packages/core/src/diagnostics.ts
|
|
2478
|
+
var STALE_ERROR_THRESHOLD_MS = 2 * 60 * 1e3;
|
|
2479
|
+
|
|
2477
2480
|
// packages/core/src/routes/diagnostics.ts
|
|
2478
2481
|
var PROCESS_STARTED_AT = new Date(
|
|
2479
2482
|
Date.now() - Math.floor(process.uptime() * 1e3)
|