@aborruso/ckan-mcp-server 0.4.19 → 0.4.21
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.
- package/LOG.md +8 -0
- package/dist/worker.js +30 -30
- package/package.json +1 -1
package/LOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
## 2026-01-26
|
|
4
4
|
|
|
5
|
+
### Release v0.4.21
|
|
6
|
+
|
|
7
|
+
- Fix metrics parsing in Workers by switching to fetch and mocking fetch in tests
|
|
8
|
+
|
|
9
|
+
### Release v0.4.20
|
|
10
|
+
|
|
11
|
+
- Fix Worker metrics parsing fallback to ensure dimension scores are populated
|
|
12
|
+
|
|
5
13
|
### Release v0.4.19
|
|
6
14
|
|
|
7
15
|
- Fix metrics JSON-LD parsing in Workers to restore dimension score breakdown
|