mcp-scraper 0.52.2 → 0.52.3

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.
@@ -0,0 +1,7 @@
1
+ // src/version.ts
2
+ var PACKAGE_VERSION = "0.52.3";
3
+
4
+ export {
5
+ PACKAGE_VERSION
6
+ };
7
+ //# sourceMappingURL=chunk-EPMHLAZE.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/version.ts"],"sourcesContent":["export const PACKAGE_VERSION = '0.52.3'\n"],"mappings":";AAAO,IAAM,kBAAkB;","names":[]}
@@ -160,7 +160,7 @@ import {
160
160
  resolveDeploymentProfile,
161
161
  resolveLocalSourcebookSchemaType,
162
162
  transcribeMediaUrl
163
- } from "./chunk-NWI3G65G.js";
163
+ } from "./chunk-EE3DWDWK.js";
164
164
  import {
165
165
  auditImageUrls,
166
166
  auditImages,
@@ -216,7 +216,7 @@ import {
216
216
  } from "./chunk-V7CEOUBF.js";
217
217
  import {
218
218
  PACKAGE_VERSION
219
- } from "./chunk-2XVD4GF3.js";
219
+ } from "./chunk-EPMHLAZE.js";
220
220
  import {
221
221
  abandonExtractSettlement,
222
222
  countSuccessfulPages,
@@ -46053,4 +46053,4 @@ app.get("/blog/:slug/", (c) => {
46053
46053
  export {
46054
46054
  app
46055
46055
  };
46056
- //# sourceMappingURL=server-H7R3GWWX.js.map
46056
+ //# sourceMappingURL=server-YDWA5O5T.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-scraper",
3
- "version": "0.52.2",
3
+ "version": "0.52.3",
4
4
  "description": "MCP server for MCP Scraper web intelligence tools",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -1,7 +0,0 @@
1
- // src/version.ts
2
- var PACKAGE_VERSION = "0.52.2";
3
-
4
- export {
5
- PACKAGE_VERSION
6
- };
7
- //# sourceMappingURL=chunk-2XVD4GF3.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/version.ts"],"sourcesContent":["export const PACKAGE_VERSION = '0.52.2'\n"],"mappings":";AAAO,IAAM,kBAAkB;","names":[]}