wyzie-lib 2.0.2 → 2.0.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.
- package/README.md +2 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -66,9 +66,10 @@ interface QueryParams { // Parameters for the wyzie-subs API
|
|
|
66
66
|
type SubtitleData = { // Data returned by the API
|
|
67
67
|
id: string; // Unique ID of the subtitle from opensubtitles
|
|
68
68
|
url: string; // Direct download link of the subtitle
|
|
69
|
-
|
|
69
|
+
format: string; // Subtitle file format
|
|
70
70
|
isHearingImpaired: boolean; // If the subtitle is hearing impaired
|
|
71
71
|
flagUrl: string; // Flag of the language
|
|
72
|
+
media: string; // Media name of the subtitle
|
|
72
73
|
display: string; // Actual name of the language
|
|
73
74
|
language: string; // ISO 3166 code
|
|
74
75
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wyzie-lib",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"icon": "https://i.postimg.cc/L5ppKYC5/cclogo.png",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@eslint/js": "^9.
|
|
33
|
-
"eslint": "^9.
|
|
32
|
+
"@eslint/js": "^9.14.0",
|
|
33
|
+
"eslint": "^9.14.0",
|
|
34
34
|
"eslint-config-prettier": "^9.1.0",
|
|
35
35
|
"eslint-plugin-import": "^2.31.0",
|
|
36
36
|
"eslint-plugin-prettier": "^5.2.1",
|
|
37
|
-
"globals": "^15.
|
|
37
|
+
"globals": "^15.12.0",
|
|
38
38
|
"prettier": "^3.3.3",
|
|
39
39
|
"typescript": "^5.6.3",
|
|
40
|
-
"typescript-eslint": "^8.
|
|
40
|
+
"typescript-eslint": "^8.12.2",
|
|
41
41
|
"vite": "^4.5.5"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|