webpeel 0.21.47 → 0.21.48
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.
|
@@ -327,6 +327,7 @@ export function createSearchRouter(authStore) {
|
|
|
327
327
|
res.setHeader('X-Credits-Used', '1');
|
|
328
328
|
res.setHeader('X-Processing-Time', elapsed.toString());
|
|
329
329
|
res.setHeader('X-Fetch-Type', 'search');
|
|
330
|
+
res.setHeader('Cache-Control', 'no-store'); // Never cache search results — they must be fresh
|
|
330
331
|
res.json({
|
|
331
332
|
success: true,
|
|
332
333
|
data,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webpeel",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.48",
|
|
4
4
|
"description": "Fast web fetcher for AI agents - stealth mode, crawl mode, page actions, structured extraction, PDF parsing, smart escalation from simple HTTP to headless browser",
|
|
5
5
|
"author": "Jake Liu",
|
|
6
6
|
"license": "AGPL-3.0-only",
|