@microlink/mql 0.17.0 → 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.0';
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.0';
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.0",
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",
@@ -77,11 +77,10 @@
77
77
  "build": "rollup -c rollup.config.js --bundleConfigAsCjs",
78
78
  "clean:build": "rm -rf dist/index.js",
79
79
  "dev": "pnpm run build -- -w",
80
- "lint": "tsd",
81
80
  "prebuild": "pnpm run clean:build",
82
81
  "prepublishOnly": "pnpm run build",
83
- "pretest": "pnpm run lint && pnpm run build",
84
- "test": "ava --verbose"
82
+ "pretest": "pnpm run build",
83
+ "test": "ava --verbose && tsd"
85
84
  },
86
85
  "license": "MIT",
87
86
  "ava": {
@@ -102,5 +101,5 @@
102
101
  },
103
102
  "directory": "test"
104
103
  },
105
- "gitHead": "b28aa7d6434ac1bb43b084d7e329efec97dab36a"
104
+ "gitHead": "13e0818cc80bca85a19f16837095bd7d6b31f76a"
106
105
  }