soundcloud-api-ts-next 1.5.1 → 1.5.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.
- package/README.md +1 -1
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://bundlephobia.com/package/soundcloud-api-ts-next)
|
|
8
8
|
[](https://packagephobia.com/result?p=soundcloud-api-ts-next)
|
|
9
9
|
[](https://www.typescriptlang.org/)
|
|
10
|
-
[](https://nodejs.org/)
|
|
11
11
|
[](https://twin-paws.github.io/soundcloud-api-ts-next/)
|
|
12
12
|
|
|
13
13
|
TypeScript React hooks and Next.js API route handlers for the SoundCloud API. Works with App Router and Pages Router. OAuth PKCE authentication built in. Client secrets stay on the server.
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "soundcloud-api-ts-next",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.3",
|
|
4
4
|
"description": "TypeScript SoundCloud API React hooks and Next.js API route handlers — App Router, Pages Router, OAuth PKCE, secrets stay server-side",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/twin-paws/soundcloud-api-ts-next"
|
|
9
9
|
},
|
|
10
|
-
"homepage": "https://
|
|
10
|
+
"homepage": "https://twin-paws.github.io/soundcloud-api-ts-next/",
|
|
11
11
|
"keywords": [
|
|
12
12
|
"soundcloud",
|
|
13
13
|
"soundcloud api",
|
|
@@ -87,5 +87,8 @@
|
|
|
87
87
|
},
|
|
88
88
|
"bugs": {
|
|
89
89
|
"url": "https://github.com/twin-paws/soundcloud-api-ts-next/issues"
|
|
90
|
+
},
|
|
91
|
+
"engines": {
|
|
92
|
+
"node": ">=20"
|
|
90
93
|
}
|
|
91
94
|
}
|