@microlink/mql 0.17.0 → 0.17.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 +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +4 -5
package/dist/index.js
CHANGED
package/dist/index.umd.js
CHANGED
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.
|
|
5
|
+
"version": "0.17.1",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
8
8
|
"types": "./dist/index.d.ts",
|
|
@@ -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
|
|
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": "
|
|
104
|
+
"gitHead": "28020344ffd40e3253e8cfa345e2a0bfe15deda9"
|
|
106
105
|
}
|