xvideosx 1.4.1 → 1.4.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.
Files changed (2) hide show
  1. package/README.md +6 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -13,7 +13,12 @@ $ npm install xvideosx
13
13
 
14
14
  ### Usage
15
15
  ```javascript
16
- const xvideos = require('@rodrigogs/xvideos');
16
+ const xvideos = require('xvideosx');
17
+
18
+ or
19
+
20
+ import xvideos from 'xvideosx';
21
+
17
22
 
18
23
  //-- Inside an async function --//
19
24
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "xvideosx",
3
3
  "description": "xvideos.com api implementation.",
4
- "version": "1.4.1",
4
+ "version": "1.4.3",
5
5
  "main": "index.js",
6
6
  "license": "BSD-3-Clause",
7
7
  "repository": {
@@ -26,7 +26,7 @@
26
26
  "dependencies": {
27
27
  "axios": "^0.21.4",
28
28
  "cheerio": "^1.0.0-rc.10",
29
- "puppeteer": "^8.0.0"
29
+ "puppeteer": "^22.0.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "chai": "^4.3.4",