soundcloud-api-ts-next 1.5.2 → 1.6.0

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 -0
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  [![npm version](https://img.shields.io/npm/v/soundcloud-api-ts-next)](https://www.npmjs.com/package/soundcloud-api-ts-next)
4
4
  [![npm downloads](https://img.shields.io/npm/dw/soundcloud-api-ts-next)](https://www.npmjs.com/package/soundcloud-api-ts-next)
5
5
  [![CI](https://github.com/twin-paws/soundcloud-api-ts-next/actions/workflows/ci.yml/badge.svg)](https://github.com/twin-paws/soundcloud-api-ts-next/actions/workflows/ci.yml)
6
+ [![coverage](https://img.shields.io/badge/coverage-100%25-brightgreen.svg)]()
6
7
  [![license](https://img.shields.io/npm/l/soundcloud-api-ts-next)](https://github.com/twin-paws/soundcloud-api-ts-next/blob/main/LICENSE)
7
8
  [![bundle size](https://img.shields.io/bundlephobia/minzip/soundcloud-api-ts-next)](https://bundlephobia.com/package/soundcloud-api-ts-next)
8
9
  [![install size](https://packagephobia.com/badge?p=soundcloud-api-ts-next)](https://packagephobia.com/result?p=soundcloud-api-ts-next)
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "soundcloud-api-ts-next",
3
- "version": "1.5.2",
3
+ "version": "1.6.0",
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",
@@ -57,7 +57,7 @@
57
57
  "lint": "eslint src/"
58
58
  },
59
59
  "dependencies": {
60
- "soundcloud-api-ts": "^1.9.1"
60
+ "soundcloud-api-ts": "^1.9.3"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "next": "^13.0.0 || ^14.0.0 || ^15.0.0",
@@ -75,6 +75,7 @@
75
75
  "@typescript-eslint/eslint-plugin": "^8.55.0",
76
76
  "@typescript-eslint/parser": "^8.55.0",
77
77
  "@vitejs/plugin-react": "^5.1.4",
78
+ "@vitest/coverage-v8": "^4.0.18",
78
79
  "eslint": "^10.0.0",
79
80
  "eslint-plugin-react-hooks": "^7.0.1",
80
81
  "jsdom": "^28.0.0",