@scrapecreators/cli 1.0.8 → 1.0.9

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.
@@ -4177,7 +4177,7 @@ export const apis = [
4177
4177
  method: "GET",
4178
4178
  description: "Get the replies to a comment.",
4179
4179
  fullDescription: "Get the replies to a comment.",
4180
- path: "/v1/facebook/video/comment/replies",
4180
+ path: "/v1/facebook/post/comment/replies",
4181
4181
  params: [
4182
4182
  {
4183
4183
  name: "feedback_id",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrapecreators/cli",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "CLI for the ScrapeCreators API — scrape 27+ social media platforms from the terminal",
5
5
  "type": "module",
6
6
  "bin": {