mcp-scraper 0.3.42 → 0.3.44

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,7 +4,7 @@ import {
4
4
  createHarvestAttemptRecorder,
5
5
  harvestProblemResponse,
6
6
  serializeHarvestProblem
7
- } from "./chunk-RXJHXBGG.js";
7
+ } from "./chunk-X53SOJSL.js";
8
8
  import {
9
9
  harvest
10
10
  } from "./chunk-GMTS35L6.js";
@@ -125,4 +125,4 @@ export {
125
125
  startWorker,
126
126
  tickOnce
127
127
  };
128
- //# sourceMappingURL=worker-FNSBPP7Y.js.map
128
+ //# sourceMappingURL=worker-H4EUD2Q5.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-scraper",
3
- "version": "0.3.42",
3
+ "version": "0.3.44",
4
4
  "description": "MCP server for MCP Scraper web intelligence tools",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -28,7 +28,9 @@
28
28
  "README.md"
29
29
  ],
30
30
  "scripts": {
31
- "build": "tsup && npm run build:ui && npm run build:blog",
31
+ "build": "tsup && npm run build:ui && npm run build:og-pages && npm run build:blog",
32
+ "build:og-pages": "node scripts/build-og-pages.mjs",
33
+ "build:md": "node scripts/build-md-mirror.mjs",
32
34
  "build:mcpb": "npm run build && node scripts/build-mcpb.mjs",
33
35
  "build:rates": "tsx scripts/gen-rates.ts",
34
36
  "build:ui": "npm run build:rates && esbuild public/app.jsx --bundle --loader:.jsx=jsx --outfile=public/app.js --target=es2020",