@microlink/mql 0.13.14 → 0.13.16

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.
@@ -78,7 +78,7 @@ type MqlQueryOptions = {
78
78
  | 'video'
79
79
  }
80
80
 
81
- type MicrolinkApiOptions = {
81
+ export type MicrolinkApiOptions = {
82
82
  adblock?: boolean
83
83
  animations?: boolean
84
84
  audio?: boolean
@@ -110,12 +110,12 @@ type MicrolinkApiOptions = {
110
110
  staleTtl?: string | number
111
111
  stream?: string
112
112
  styles?: string | string[]
113
- timeout?: number
113
+ timeout?: string | number
114
114
  ttl?: string | number
115
115
  video?: boolean
116
116
  viewport?: object
117
117
  waitForSelector?: string
118
- waitForTimeout?: number
118
+ waitForTimeout?: string | number
119
119
  waitUntil?: WaitUntilEvent | WaitUntilEvent[]
120
120
  }
121
121
 
@@ -794,7 +794,7 @@ const mql = factory({
794
794
  MicrolinkError,
795
795
  got,
796
796
  flatten,
797
- VERSION: '0.13.14'
797
+ VERSION: '0.13.16'
798
798
  });
799
799
 
800
800
  lightweight$1.exports = mql;
@@ -800,7 +800,7 @@
800
800
  MicrolinkError,
801
801
  got,
802
802
  flatten,
803
- VERSION: '0.13.14'
803
+ VERSION: '0.13.16'
804
804
  });
805
805
 
806
806
  lightweight$1.exports = mql;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@microlink/mql",
3
3
  "description": "Microlink Query Language. The official HTTP client to interact with Microlink API for Node.js, browsers & Deno.",
4
4
  "homepage": "https://microlink.io/mql",
5
- "version": "0.13.14",
5
+ "version": "0.13.16",
6
6
  "types": "lightweight/index.d.ts",
7
7
  "exports": {
8
8
  "require": "./src/node.js",