@microlink/mql 0.17.1 → 0.18.0

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/dist/index.js CHANGED
@@ -1869,7 +1869,7 @@ var distribution = /*#__PURE__*/Object.freeze({
1869
1869
 
1870
1870
  var require$$1 = /*@__PURE__*/getAugmentedNamespace(distribution);
1871
1871
 
1872
- const VERSION = '0.17.1';
1872
+ const VERSION = '0.18.0';
1873
1873
 
1874
1874
  var constants = {
1875
1875
  VERSION,
package/dist/index.umd.js CHANGED
@@ -1875,7 +1875,7 @@
1875
1875
 
1876
1876
  var require$$1 = /*@__PURE__*/getAugmentedNamespace(distribution);
1877
1877
 
1878
- const VERSION = '0.17.1';
1878
+ const VERSION = '0.18.0';
1879
1879
 
1880
1880
  var constants = {
1881
1881
  VERSION,
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.17.1",
5
+ "version": "0.18.0",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
8
8
  "types": "./dist/index.d.ts",
@@ -65,7 +65,7 @@
65
65
  "tsd": "latest"
66
66
  },
67
67
  "engines": {
68
- "node": ">= 22"
68
+ "node": ">= 24"
69
69
  },
70
70
  "files": [
71
71
  "dist",
@@ -101,5 +101,5 @@
101
101
  },
102
102
  "directory": "test"
103
103
  },
104
- "gitHead": "28020344ffd40e3253e8cfa345e2a0bfe15deda9"
104
+ "gitHead": "13e0818cc80bca85a19f16837095bd7d6b31f76a"
105
105
  }