@jellyfin/sdk 0.0.0-unstable.202510211521 → 0.0.0-unstable.202510220502

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/CHANGELOG.md CHANGED
@@ -7,10 +7,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.12.0] - 2025-10-21
11
+
12
+ ### Security
13
+
14
+ * Bumped axios peer dependency version ([#939](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/939)). Note that this axios vulnerability only affected applications running in node.js.
15
+
16
+ ### Added
17
+
18
+ * `getUri` utility method ([#867](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/867)).
19
+
10
20
  ### Changed
11
21
 
22
+ * Updated minimum Jellyfin version to 10.10.0 ([#942](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/942)).
12
23
  * Updated OpenAPI spec for Jellyfin 10.11.0 ([#931](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/931)).
13
24
 
25
+ ### Removed
26
+
27
+ * Duplicate `ItemSortBy` enum ([#842](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/842)).
28
+ * `addPlayedIndicator` from `ImageRequestParameters` ([#841](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/841)).
29
+
14
30
  ## [0.11.0] - 2024-10-28
15
31
 
16
32
  ### Changed
@@ -19,7 +35,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
19
35
 
20
36
  ### Removed
21
37
 
22
- * Removed deprecated image url function ([#731](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/731)).
38
+ * Deprecated image url function ([#731](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/731)).
23
39
 
24
40
  ## [0.10.0] - 2024-06-03
25
41
 
@@ -90,7 +106,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
90
106
 
91
107
  ## [0.1.0] - 2021-09-19
92
108
 
93
- [unreleased]: https://github.com/jellyfin/jellyfin-sdk-typescript/compare/v0.11.0...HEAD
109
+ [unreleased]: https://github.com/jellyfin/jellyfin-sdk-typescript/compare/v0.12.0...HEAD
110
+ [0.12.0]: https://github.com/jellyfin/jellyfin-sdk-typescript/compare/v0.11.0...v0.12.0
94
111
  [0.11.0]: https://github.com/jellyfin/jellyfin-sdk-typescript/compare/v0.10.0...v0.11.0
95
112
  [0.10.0]: https://github.com/jellyfin/jellyfin-sdk-typescript/compare/v0.9.0...v0.10.0
96
113
  [0.9.0]: https://github.com/jellyfin/jellyfin-sdk-typescript/compare/v0.8.2...v0.9.0
package/README.md CHANGED
@@ -35,6 +35,7 @@ yarn add @jellyfin/sdk
35
35
 
36
36
  | SDK Version | Jellyfin Version |
37
37
  |:-:|:-:|
38
+ | 0.12.0 | 10.11.x |
38
39
  | 0.11.0 | 10.10.x |
39
40
  | 0.10.0 | 10.9.x |
40
41
  | 0.9.0 | 10.9.x |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jellyfin/sdk",
3
- "version": "0.0.0-unstable.202510211521+commit.ad3a70dc8c88319e1f68d6e8446e5dbd7884df38",
3
+ "version": "0.0.0-unstable.202510220502+commit.a65138eae242f2d619f09e8682c0781585687aee",
4
4
  "description": "A TypeScript SDK for Jellyfin.",
5
5
  "keywords": [
6
6
  "jellyfin"