negotium 0.1.35 → 0.1.36

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.
@@ -142,8 +142,8 @@ function resolveBrowserMcpBin(envValue) {
142
142
  }
143
143
  var PATCHRIGHT_MCP_BIN = resolve(PROJECT_ROOT, "scripts/mcp-patchright-http.mjs");
144
144
  var PLAYWRIGHT_MCP_BIN = resolveBrowserMcpBin(envText("NEGOTIUM_BROWSER_MCP_BIN"));
145
- var BROWSER_RS_VERSION = "v0.1.12";
146
- var BROWSER_RS_MIN_SECURE_VERSION = "0.1.12";
145
+ var BROWSER_RS_VERSION = "v0.1.13";
146
+ var BROWSER_RS_MIN_SECURE_VERSION = "0.1.13";
147
147
  function versionAtLeast(actualVersion, minimumVersion) {
148
148
  const actual = actualVersion.split(".").map(Number);
149
149
  const minimum = minimumVersion.split(".").map(Number);
@@ -3532,7 +3532,7 @@ import { tmpdir } from "os";
3532
3532
  import { dirname as dirname7, join as join11 } from "path";
3533
3533
 
3534
3534
  // ../../packages/core/src/version.ts
3535
- var NEGOTIUM_VERSION = "0.1.35";
3535
+ var NEGOTIUM_VERSION = "0.1.36";
3536
3536
 
3537
3537
  // ../../packages/core/src/agents/codex-native-multi-agent.ts
3538
3538
  var moduleRequire = createRequire(import.meta.url);
@@ -6950,4 +6950,4 @@ export {
6950
6950
  MIN_MEMORY_ARCHIVE_EXCHANGES
6951
6951
  };
6952
6952
 
6953
- //# debugId=D36BB5FA96D755FD64756E2164756E21
6953
+ //# debugId=AD20A02B587DBBF064756E2164756E21