@the-convocation/twitter-scraper 0.18.0 → 0.18.2

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.
@@ -571,6 +571,7 @@ interface ExtSensitiveMediaWarningRaw {
571
571
  }
572
572
  interface VideoVariant {
573
573
  bitrate?: number;
574
+ content_type?: string;
574
575
  url?: string;
575
576
  }
576
577
  interface VideoInfo {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "scraper",
8
8
  "crawler"
9
9
  ],
10
- "version": "0.18.0",
10
+ "version": "0.18.2",
11
11
  "main": "dist/default/cjs/index.js",
12
12
  "types": "./dist/types/index.d.ts",
13
13
  "exports": {