@aborruso/ckan-mcp-server 0.4.31 → 0.4.32

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.
Files changed (3) hide show
  1. package/LOG.md +5 -0
  2. package/dist/worker.js +14 -14
  3. package/package.json +1 -1
package/LOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## 2026-02-01
4
4
 
5
+ ### Release v0.4.32
6
+
7
+ - Workers: align browser-like headers for fetch path to avoid 403 on dati.gov.it
8
+ - Files: `src/utils/http.ts`, `package.json`, `package-lock.json`
9
+
5
10
  ### Release v0.4.31
6
11
 
7
12
  - Workers: decode compressed responses via DecompressionStream when available