wyzie-lib 2.1.7 → 2.1.8

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 CHANGED
@@ -72,9 +72,8 @@ for a working example using the VTT parser.
72
72
  - **QueryParams**: All parameters (optional and required) available for the wyzie-subs API.
73
73
  - **SubtitleData**: All returned values from the API with their respective types.
74
74
 
75
- ![SearchSubtitlesParams](https://i.postimg.cc/yYZVMzH0/searchsubparam.png)
76
- ![QueryParams](https://i.postimg.cc/v8SrP5Yc/Screenshot-2025-01-13-8-40-11-AM.png)
77
- ![SubtitleData](https://i.postimg.cc/6QdCb8xP/subdata.png)
75
+ Check out the types.ts file
76
+ [here](https://raw.githubusercontent.com/itzCozi/wyzie-lib/refs/heads/main/src/types.ts).
78
77
 
79
78
  <hr />
80
79
 
package/lib/main.d.ts CHANGED
@@ -53,7 +53,7 @@ export declare type SearchSubtitlesParams = (
53
53
  }) & {
54
54
  /** ISO 3166 code of the subtitle desired. */
55
55
  language?: string;
56
- /** The subtitle file's encoding (UTF-8, ASCII) */
56
+ /** The subtitle file's character encoding. */
57
57
  encoding?: string;
58
58
  /** Which subtitle file format you want. */
59
59
  format?: string;
@@ -81,7 +81,7 @@ export declare type SubtitleData = {
81
81
  url: string;
82
82
  /** The format of the subtitle file. */
83
83
  format: string;
84
- /** The encoding of the subtitle files. (UTF-8, ASCII, ETC) */
84
+ /** The subtitle file's character encoding. (UTF-8, ASCII, ETC) */
85
85
  encoding: string;
86
86
  /** Boolean indicating if the subtitle's is hearing impaired. */
87
87
  isHearingImpaired: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wyzie-lib",
3
- "version": "2.1.7",
3
+ "version": "2.1.8",
4
4
  "icon": "https://i.postimg.cc/L5ppKYC5/cclogo.png",
5
5
  "license": "MIT",
6
6
  "keywords": [