@microlink/mql 0.15.0 → 0.15.1

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
@@ -1206,7 +1206,7 @@ var distribution = /*#__PURE__*/Object.freeze({
1206
1206
 
1207
1207
  var require$$1 = /*@__PURE__*/getAugmentedNamespace(distribution);
1208
1208
 
1209
- const VERSION = '0.15.0';
1209
+ const VERSION = '0.15.1';
1210
1210
 
1211
1211
  var constants = {
1212
1212
  VERSION,
package/dist/index.umd.js CHANGED
@@ -1212,7 +1212,7 @@
1212
1212
 
1213
1213
  var require$$1 = /*@__PURE__*/getAugmentedNamespace(distribution);
1214
1214
 
1215
- const VERSION = '0.15.0';
1215
+ const VERSION = '0.15.1';
1216
1216
 
1217
1217
  var constants = {
1218
1218
  VERSION,
package/package.json CHANGED
@@ -2,11 +2,13 @@
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.15.0",
5
+ "version": "0.15.1",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
8
- "default": "./src/main.mjs",
9
- "types": "./dist/index.d.ts"
8
+ "types": "./dist/index.d.ts",
9
+ "require": "./src/index.js",
10
+ "import": "./src/main.mjs",
11
+ "default": "./src/main.mjs"
10
12
  },
11
13
  "author": {
12
14
  "email": "josefrancisco.verdu@gmail.com",