@microlink/mql 0.13.2 → 0.13.4

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.
@@ -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
 
@@ -815,7 +815,7 @@ const mql = factory({
815
815
  urlHttp,
816
816
  got,
817
817
  flatten,
818
- VERSION: '0.13.2'
818
+ VERSION: '0.13.4'
819
819
  });
820
820
 
821
821
  lightweight$2.exports = mql;
@@ -821,7 +821,7 @@
821
821
  urlHttp,
822
822
  got,
823
823
  flatten,
824
- VERSION: '0.13.2'
824
+ VERSION: '0.13.4'
825
825
  });
826
826
 
827
827
  lightweight$2.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.2",
5
+ "version": "0.13.4",
6
6
  "types": "lightweight/index.d.ts",
7
7
  "exports": {
8
8
  "require": "./src/node.js",