node-csfd-api 2.10.2 → 2.11.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -394,9 +394,9 @@ 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
- - `/creators/2120`
399
+ - `/creator/2120`
400
400
  - `/user-ratings/912-bart`
401
401
 
402
402
  ## 🧑‍💻 Used by
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-csfd-api",
3
- "version": "2.10.2",
3
+ "version": "2.11.1",
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",