@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.
package/lightweight/index.d.ts
CHANGED
|
@@ -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
|
|
package/lightweight/index.js
CHANGED
package/lightweight/index.umd.js
CHANGED
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.
|
|
5
|
+
"version": "0.13.16",
|
|
6
6
|
"types": "lightweight/index.d.ts",
|
|
7
7
|
"exports": {
|
|
8
8
|
"require": "./src/node.js",
|