metascraper-instagram 5.45.9 → 5.45.22
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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -19,4 +19,4 @@ $ npm install metascraper-instagram --save
|
|
|
19
19
|
**metascraper-instagram** © [Microlink](https://microlink.io), released under the [MIT](https://github.com/microlinkhq/metascraper/blob/master/LICENSE.md) License.<br>
|
|
20
20
|
Authored and maintained by [Microlink](https://microlink.io) with help from [contributors](https://github.com/microlinkhq/metascraper/contributors).
|
|
21
21
|
|
|
22
|
-
> [microlink.io](https://microlink.io) · GitHub [microlinkhq](https://github.com/microlinkhq) ·
|
|
22
|
+
> [microlink.io](https://microlink.io) · GitHub [microlinkhq](https://github.com/microlinkhq) · X [@microlinkhq](https://x.com/microlinkhq)
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "metascraper-instagram",
|
|
3
3
|
"description": "Metascraper integration for Instagram",
|
|
4
4
|
"homepage": "https://github.com/microlinkhq/metascraper/packages/metascraper-instagram",
|
|
5
|
-
"version": "5.45.
|
|
5
|
+
"version": "5.45.22",
|
|
6
6
|
"types": "src/index.d.ts",
|
|
7
7
|
"main": "src/index.js",
|
|
8
8
|
"author": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"metascraper"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@metascraper/helpers": "^5.45.
|
|
26
|
+
"@metascraper/helpers": "^5.45.22",
|
|
27
27
|
"jsdom": "~24.1.0",
|
|
28
28
|
"lodash": "~4.17.21"
|
|
29
29
|
},
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"test": "NODE_PATH=.. TZ=UTC ava --timeout 15s"
|
|
41
41
|
},
|
|
42
42
|
"license": "MIT",
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "d934045034f25536eec414edf4f5be0b2b73d7ed"
|
|
44
44
|
}
|