node-csfd-api 1.10.0 → 1.10.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.
@@ -16,7 +16,7 @@ export interface CSFDMovie extends CSFDScreening {
16
16
  similar: CSFDMovieListItem[];
17
17
  }
18
18
  export interface CSFDVod {
19
- title: 'Netflix' | 'hbogo' | 'Primve Video' | 'Apple TV+' | 'ivysilani' | 'Aerovod' | 'o2tv' | 'Voyo' | 'FILMY ČESKY A ZADARMO' | 'VAPET' | 'VOREL FILM' | string;
19
+ title: 'Netflix' | 'hbogo' | 'Prime Video' | 'Apple TV+' | 'ivysilani' | 'Aerovod' | 'o2tv' | 'Voyo' | 'FILMY ČESKY A ZADARMO' | 'VAPET' | 'VOREL FILM' | string;
20
20
  url: string;
21
21
  }
22
22
  export interface CSFDCreators {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-csfd-api",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "Simple NPM library for scraping CSFD",
5
5
  "main": "./index.js",
6
6
  "author": "BART! <bart@bartweb.cz>",