@jars-lt/sdk 1.0.0 → 1.0.1

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 +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -279,7 +279,6 @@ The API returns `429 Too Many Requests` when rate limit is exceeded.
279
279
  ## Support
280
280
 
281
281
  - Documentation: [jars.lt/docs](https://jars.lt/docs)
282
- - Issues: [GitHub Issues](https://github.com/your-org/jars-lt-sdk/issues)
283
282
  - Contact: [jars.lt/contact](https://jars.lt/contact)
284
283
 
285
284
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jars-lt/sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Official Node.js SDK for JARS.LT API - Lithuanian Company Registry",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",