@nuanu-ai/agentbrowse 0.2.31 → 0.2.32

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.
@@ -24,7 +24,7 @@ function ensureValue(action, value) {
24
24
  return value;
25
25
  throw new Error(`Act value is required for action: ${action}`);
26
26
  }
27
- const MUTABLE_FIELD_REBIND_RETRY_DELAYS_MS = [0, 25, 50];
27
+ const MUTABLE_FIELD_REBIND_RETRY_DELAYS_MS = [0, 25, 50, 100];
28
28
  function emitActPreflightFailure(params) {
29
29
  return outputContractFailure({
30
30
  error: params.error,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuanu-ai/agentbrowse",
3
- "version": "0.2.31",
3
+ "version": "0.2.32",
4
4
  "type": "module",
5
5
  "description": "Browser automation CLI for AI agents: control a CDP browser, observe UI surfaces, act on refs, extract data, capture screenshots, complete protected fills, and solve captchas",
6
6
  "keywords": [