@microlink/mql 0.13.8 → 0.13.9

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.
@@ -794,7 +794,7 @@ const mql = factory({
794
794
  MicrolinkError,
795
795
  got,
796
796
  flatten,
797
- VERSION: '0.13.8'
797
+ VERSION: '0.13.9'
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.8'
803
+ VERSION: '0.13.9'
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.8",
5
+ "version": "0.13.9",
6
6
  "types": "lightweight/index.d.ts",
7
7
  "exports": {
8
8
  "require": "./src/node.js",
@@ -46,7 +46,7 @@
46
46
  "query"
47
47
  ],
48
48
  "dependencies": {
49
- "flattie": "~1.1.0",
49
+ "flattie": "~1.1.1",
50
50
  "got": "~11.8.6",
51
51
  "whoops": "~4.1.7"
52
52
  },
@@ -54,7 +54,7 @@
54
54
  "@commitlint/cli": "latest",
55
55
  "@commitlint/config-conventional": "latest",
56
56
  "@ksmithut/prettier-standard": "latest",
57
- "@rollup/plugin-commonjs": "26",
57
+ "@rollup/plugin-commonjs": "latest",
58
58
  "@rollup/plugin-node-resolve": "latest",
59
59
  "@rollup/plugin-replace": "latest",
60
60
  "@rollup/plugin-terser": "latest",