@saptools/cf-inspector 0.8.0 → 0.8.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/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1526,7 +1526,7 @@ import { performance as performance4 } from "perf_hooks";
|
|
|
1526
1526
|
// src/cdp/client.ts
|
|
1527
1527
|
init_types();
|
|
1528
1528
|
import { EventEmitter } from "events";
|
|
1529
|
-
var DEFAULT_REQUEST_TIMEOUT_MS =
|
|
1529
|
+
var DEFAULT_REQUEST_TIMEOUT_MS = 6e4;
|
|
1530
1530
|
function parseMessage(raw) {
|
|
1531
1531
|
try {
|
|
1532
1532
|
const value = JSON.parse(raw);
|