@ctrl/plex 3.6.0 → 3.6.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.
@@ -217,6 +217,10 @@ interface SearchArgs {
217
217
  * return {@link Movie} objects)
218
218
  */
219
219
  libtype: Libtype;
220
+ /**
221
+ * Return only results that have duplicates.
222
+ */
223
+ duplicate: number;
220
224
  }
221
225
  /**
222
226
  * Base class for a single library section.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctrl/plex",
3
- "version": "3.6.0",
3
+ "version": "3.6.1",
4
4
  "description": "plex api client in typescript",
5
5
  "author": "Scott Cooper <scttcper@gmail.com>",
6
6
  "publishConfig": {
@@ -40,30 +40,31 @@
40
40
  "@ctrl/mac-address": "^3.1.0",
41
41
  "ofetch": "^1.4.1",
42
42
  "p-any": "^4.0.0",
43
- "type-fest": "^4.40.1",
43
+ "type-fest": "^4.41.0",
44
44
  "ws": "^8.18.2",
45
45
  "xml2js": "^0.6.2"
46
46
  },
47
47
  "devDependencies": {
48
- "@biomejs/biome": "1.9.4",
49
- "@ctrl/eslint-config-biome": "4.4.0",
48
+ "@biomejs/biome": "2.0.5",
49
+ "@ctrl/eslint-config-biome": "5.0.0",
50
+ "@ctrl/video-filename-parser": "^5.2.2",
50
51
  "@sindresorhus/tsconfig": "7.0.0",
51
- "@types/node": "22.15.3",
52
+ "@types/node": "24.0.4",
52
53
  "@types/ws": "8.18.1",
53
54
  "@types/xml2js": "0.4.14",
54
55
  "@types/yargs": "17.0.33",
55
- "@vitest/coverage-v8": "3.1.2",
56
- "eslint": "9.26.0",
57
- "execa": "9.5.2",
56
+ "@vitest/coverage-v8": "3.2.4",
57
+ "eslint": "9.29.0",
58
+ "execa": "9.6.0",
58
59
  "globby": "14.1.0",
59
60
  "make-dir": "5.0.0",
60
61
  "ora": "8.2.0",
61
62
  "p-retry": "6.2.1",
62
63
  "ts-node": "10.9.2",
63
- "typedoc": "0.28.3",
64
+ "typedoc": "0.28.5",
64
65
  "typescript": "5.8.3",
65
- "vitest": "3.1.2",
66
- "yargs": "17.7.2"
66
+ "vitest": "3.2.4",
67
+ "yargs": "18.0.0"
67
68
  },
68
69
  "release": {
69
70
  "branches": [
@@ -73,5 +74,5 @@
73
74
  "engines": {
74
75
  "node": ">=18"
75
76
  },
76
- "packageManager": "pnpm@10.10.0"
77
+ "packageManager": "pnpm@10.12.4"
77
78
  }