mcp-scraper 0.1.3 → 0.1.4

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.
@@ -4,10 +4,10 @@ import {
4
4
  createHarvestAttemptRecorder,
5
5
  harvestProblemResponse,
6
6
  serializeHarvestProblem
7
- } from "./chunk-Y74EXABN.js";
7
+ } from "./chunk-7HB7NDOY.js";
8
8
  import {
9
9
  harvest
10
- } from "./chunk-HERFK7W6.js";
10
+ } from "./chunk-W4P2U5VF.js";
11
11
  import {
12
12
  claimPendingJob,
13
13
  completeJob,
@@ -120,4 +120,4 @@ export {
120
120
  startWorker,
121
121
  tickOnce
122
122
  };
123
- //# sourceMappingURL=worker-D4D2YQTA.js.map
123
+ //# sourceMappingURL=worker-UT4ZQU2T.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-scraper",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "MCP server for MCP Scraper web intelligence tools",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",