@saptools/cf-inspector 0.8.0 → 0.9.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/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 = 15e3;
1529
+ var DEFAULT_REQUEST_TIMEOUT_MS = 6e4;
1530
1530
  function parseMessage(raw) {
1531
1531
  try {
1532
1532
  const value = JSON.parse(raw);