node-csfd-api 2.10.1 → 2.11.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -394,7 +394,7 @@ docker run -p 3000:3000 node-csfd-api
394
394
 
395
395
  > Some examples
396
396
 
397
- - `/movies/535121`
397
+ - `/movie/535121`
398
398
  - `/search/quentin+tarantino`
399
399
  - `/creators/2120`
400
400
  - `/user-ratings/912-bart`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-csfd-api",
3
- "version": "2.10.1",
3
+ "version": "2.11.0",
4
4
  "description": "ČSFD API in JavaScript. Amazing NPM library for scrapping csfd.cz :)",
5
5
  "main": "./index.js",
6
6
  "author": "BART! <bart@bartweb.cz>",
@@ -27,8 +27,8 @@
27
27
  "registry": "https://registry.npmjs.org"
28
28
  },
29
29
  "dependencies": {
30
- "cross-fetch": "^4.0.0",
31
- "node-html-parser": "^6.1.13"
30
+ "cross-fetch": "^4.1.0",
31
+ "node-html-parser": "^7.0.1"
32
32
  },
33
33
  "repository": {
34
34
  "url": "git+https://github.com/bartholomej/node-csfd-api.git",