@scrapecreators/cli 1.0.17 → 1.0.18

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.
@@ -16937,6 +16937,7 @@ export const apis = [
16937
16937
  sampleResponse: {
16938
16938
  "success": true,
16939
16939
  "credits_remaining": 49998219840,
16940
+ "popularity": 79,
16940
16941
  "__typename": "Artist",
16941
16942
  "discography": {
16942
16943
  "albums": [
@@ -21744,6 +21745,7 @@ export const apis = [
21744
21745
  sampleResponse: {
21745
21746
  "success": true,
21746
21747
  "credits_remaining": 49997935404,
21748
+ "popularity": 75,
21747
21749
  "__typename": "Track",
21748
21750
  "associationsV3": {
21749
21751
  "audioAssociations": [],
@@ -28187,6 +28189,7 @@ export const apis = [
28187
28189
  sampleResponse: {
28188
28190
  "success": true,
28189
28191
  "credits_remaining": 49997935402,
28192
+ "popularity": 14,
28190
28193
  "id": "0pgrg7phBbnwGJ2HBEl9EG",
28191
28194
  "uri": "spotify:album:0pgrg7phBbnwGJ2HBEl9EG",
28192
28195
  "__typename": "Album",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrapecreators/cli",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "CLI for the ScrapeCreators API — scrape 27+ social media platforms from the terminal",
5
5
  "type": "module",
6
6
  "bin": {