@aborruso/ckan-mcp-server 0.4.29 → 0.4.30

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 (2) hide show
  1. package/LOG.md +5 -0
  2. 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.30
6
+
7
+ - Fix Workers build by avoiding static node:zlib import while keeping decompression in Node
8
+ - Files: `src/utils/http.ts`, `package.json`, `package-lock.json`
9
+
5
10
  ### Release v0.4.29
6
11
 
7
12
  - Decode compressed/binary CKAN responses (gzip/br/deflate) to fix DataStore calls on Messina portal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aborruso/ckan-mcp-server",
3
- "version": "0.4.29",
3
+ "version": "0.4.30",
4
4
  "description": "MCP server for interacting with CKAN open data portals",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",