@microlink/mql 0.13.3 → 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.
@@ -815,7 +815,7 @@ const mql = factory({
815
815
  urlHttp,
816
816
  got,
817
817
  flatten,
818
- VERSION: '0.13.3'
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.3'
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.3",
5
+ "version": "0.13.4",
6
6
  "types": "lightweight/index.d.ts",
7
7
  "exports": {
8
8
  "require": "./src/node.js",