@ctrl/plex 3.9.0 → 3.9.1

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 -4
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -1,12 +1,10 @@
1
- # @ctrl/plex
2
-
3
- [![npm](https://badgen.net/npm/v/@ctrl/plex)](https://www.npmjs.com/package/@ctrl/plex)
1
+ # @ctrl/plex [![npm](https://badgen.net/npm/v/@ctrl/plex)](https://www.npmjs.com/package/@ctrl/plex)
4
2
 
5
3
  > A TypeScript [Plex](https://www.plex.tv/) API client using [ofetch](https://github.com/unjs/ofetch) based on [pkkid/python-plexapi](https://github.com/pushingkarmaorg/python-plexapi)
6
4
 
7
5
  ### Install
8
6
 
9
- ```
7
+ ```console
10
8
  npm install @ctrl/plex
11
9
  ```
12
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctrl/plex",
3
- "version": "3.9.0",
3
+ "version": "3.9.1",
4
4
  "description": "plex api client in typescript using ofetch",
5
5
  "author": "Scott Cooper <scttcper@gmail.com>",
6
6
  "publishConfig": {
@@ -36,16 +36,16 @@
36
36
  "@ctrl/mac-address": "^3.1.0",
37
37
  "ofetch": "^1.4.1",
38
38
  "p-any": "^4.0.0",
39
- "type-fest": "^5.0.0",
39
+ "type-fest": "^5.0.1",
40
40
  "ws": "^8.18.3",
41
41
  "xml2js": "^0.6.2"
42
42
  },
43
43
  "devDependencies": {
44
- "@ctrl/oxlint-config": "1.2.3",
44
+ "@ctrl/oxlint-config": "1.2.6",
45
45
  "@ctrl/video-filename-parser": "5.4.1",
46
46
  "@sindresorhus/tsconfig": "8.0.1",
47
47
  "@trivago/prettier-plugin-sort-imports": "5.2.2",
48
- "@types/node": "24.3.3",
48
+ "@types/node": "24.5.2",
49
49
  "@types/ws": "8.18.1",
50
50
  "@types/xml2js": "0.4.14",
51
51
  "@types/yargs": "17.0.33",
@@ -53,12 +53,12 @@
53
53
  "execa": "9.6.0",
54
54
  "globby": "14.1.0",
55
55
  "make-dir": "5.1.0",
56
- "ora": "8.2.0",
57
- "oxlint": "1.15.0",
56
+ "ora": "9.0.0",
57
+ "oxlint": "1.18.0",
58
58
  "p-retry": "7.0.0",
59
59
  "prettier": "3.6.2",
60
- "tsx": "4.20.5",
61
- "typedoc": "0.28.12",
60
+ "tsx": "4.20.6",
61
+ "typedoc": "0.28.13",
62
62
  "typescript": "5.9.2",
63
63
  "vitest": "3.2.4",
64
64
  "yargs": "18.0.0"
@@ -91,5 +91,5 @@
91
91
  "engines": {
92
92
  "node": ">=18"
93
93
  },
94
- "packageManager": "pnpm@10.16.0"
94
+ "packageManager": "pnpm@10.17.1"
95
95
  }