@microlink/mql 0.13.2 → 0.13.3
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
|
@@ -154,7 +154,7 @@ type HTTPResponse = {
|
|
|
154
154
|
|
|
155
155
|
type HTTPResponseWithBody = HTTPResponse & { body: MqlPayload };
|
|
156
156
|
|
|
157
|
-
type HTTPResponseRaw = HTTPResponse & { body: ArrayBuffer };
|
|
157
|
+
export type HTTPResponseRaw = HTTPResponse & { body: ArrayBuffer };
|
|
158
158
|
|
|
159
159
|
export type MqlResponse = MqlPayload & { response: HTTPResponseWithBody };
|
|
160
160
|
|
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.3",
|
|
6
6
|
"types": "lightweight/index.d.ts",
|
|
7
7
|
"exports": {
|
|
8
8
|
"require": "./src/node.js",
|