lt-open-data-sdk 1.2.1 → 1.2.2

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/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20A%20Coffee-donate-yellow.svg)](https://www.buymeacoffee.com/gmacev)
2
+
1
3
  # lt-open-data-sdk
2
4
 
3
5
  A TypeScript SDK for accessing **Lithuania's Open Data Portal** ([data.gov.lt](https://data.gov.lt)).
@@ -530,3 +532,9 @@ Add this to your MCP configuration file (`claude_desktop_config.json` or similar
530
532
  ## License
531
533
 
532
534
  MIT
535
+
536
+ ## Support
537
+
538
+ If you found this SDK useful for your project, consider buying me a coffee! It helps me keep the reverse-engineering efforts going.
539
+
540
+ <a href="https://www.buymeacoffee.com/gmacev" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lt-open-data-sdk",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "TypeScript SDK for the Lithuanian Open Data platform (data.gov.lt)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",