@zenaveline/scraper 1.1.0 → 1.1.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 +0 -1
  2. package/package.json +6 -1
package/README.md CHANGED
@@ -51,7 +51,6 @@ Untuk project standar Node.js (seperti bot WhatsApp pada umumnya):
51
51
  ```javascript
52
52
  const { igdl } = require('@zenaveline/scraper');
53
53
 
54
- // Pastikan dijalankan di dalam context fungsi async
55
54
  const data = await igdl('https://www.instagram.com/p/url-postingan');
56
55
  console.log(data); // JSON
57
56
  ```
package/package.json CHANGED
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "name": "@zenaveline/scraper",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Kumpulan scraper yang mudah digunakan!",
5
+ "keywords": [
6
+ "@zenaveline/scraper",
7
+ "scraper",
8
+ "scraping"
9
+ ],
5
10
  "main": "index.js",
6
11
  "type": "commonjs",
7
12
  "exports": {