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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -2
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![bundle size](https://img.shields.io/bundlephobia/minzip/soundcloud-api-ts-next)](https://bundlephobia.com/package/soundcloud-api-ts-next)
8
8
  [![install size](https://packagephobia.com/badge?p=soundcloud-api-ts-next)](https://packagephobia.com/result?p=soundcloud-api-ts-next)
9
9
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue.svg)](https://www.typescriptlang.org/)
10
- [![Node](https://img.shields.io/badge/Node.js-≥18-339933.svg)](https://nodejs.org/)
10
+ [![Node](https://img.shields.io/badge/Node.js-≥20-339933.svg)](https://nodejs.org/)
11
11
  [![docs](https://img.shields.io/badge/docs-TypeDoc-blue.svg)](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.1",
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://github.com/twin-paws/soundcloud-api-ts-next",
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
  }