mcp-scraper 0.2.21 → 0.2.22

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.
@@ -15,7 +15,7 @@ import {
15
15
  } from "../chunk-DUEW4EOO.js";
16
16
  import {
17
17
  PACKAGE_VERSION
18
- } from "../chunk-XKUDVN2E.js";
18
+ } from "../chunk-RXUIQTDU.js";
19
19
 
20
20
  // src/cli/human-cli.ts
21
21
  import { Command } from "commander";
@@ -824,7 +824,7 @@ var LocalBrowserAgentService = class {
824
824
  };
825
825
 
826
826
  // src/version.ts
827
- var PACKAGE_VERSION = "0.2.20";
827
+ var PACKAGE_VERSION = "0.2.22";
828
828
 
829
829
  // src/mcp/browser-agent-tool-schemas.ts
830
830
  var import_zod = require("zod");