soundcloud-api-ts 1.8.1 → 1.8.3

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 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -49,6 +49,8 @@ A fully-typed TypeScript client for the SoundCloud API. Zero dependencies, nativ
49
49
  >
50
50
  > `soundcloud-api-ts` uses the **official documented API** (`api.soundcloud.com`) with registered app credentials, OAuth 2.1 as specified by SoundCloud, PKCE for public clients, and automatic token refresh.
51
51
 
52
+ **Coming from `soundcloud.ts`?** See the [Migration Guide](docs/MIGRATING.md) — most changes are find-and-replace.
53
+
52
54
  ## Install
53
55
 
54
56
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "soundcloud-api-ts",
3
- "version": "1.8.1",
3
+ "version": "1.8.3",
4
4
  "description": "A TypeScript client for the SoundCloud API. Zero dependencies, native fetch, full OAuth 2.1 + PKCE support.",
5
5
  "bin": {
6
6
  "sc-cli": "./dist/cli.js",
@@ -62,7 +62,7 @@
62
62
  "@typescript-eslint/eslint-plugin": "^8.55.0",
63
63
  "@typescript-eslint/parser": "^8.55.0",
64
64
  "@vitest/coverage-v8": "^4.0.18",
65
- "eslint": "^10.0.0",
65
+ "eslint": "^9.18.0",
66
66
  "tsup": "^8.5.1",
67
67
  "typedoc": "^0.28.16",
68
68
  "typescript": "^5.9.3",