@adbjs/sdk 2.0.1 → 2.0.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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -317,8 +317,8 @@ pnpm typecheck
317
317
 
318
318
  MIT
319
319
 
320
- ## 🔗 Links
320
+ ## 🔗 Related
321
321
 
322
+ - [@adbjs/cli](https://www.npmjs.com/package/@adbjs/cli) - Command-line interface for AllDebrid
322
323
  - [AllDebrid API Documentation](https://docs.alldebrid.com/)
323
324
  - [GitHub Repository](https://github.com/Trisard/alldebrid-ts)
324
- - [NPM Package](https://www.npmjs.com/package/@adbjs/sdk)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adbjs/sdk",
3
3
  "type": "module",
4
- "version": "2.0.1",
4
+ "version": "2.0.2",
5
5
  "description": "Modern TypeScript SDK for AllDebrid API",
6
6
  "author": "Trisard",
7
7
  "license": "MIT",