@microlink/mql 0.13.4 → 0.13.5
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/lightweight/index.js +2 -2
- package/lightweight/index.umd.js +2 -2
- package/package.json +1 -1
- package/src/factory.js +1 -1
package/lightweight/index.js
CHANGED
|
@@ -668,7 +668,7 @@ const factory$1 = streamResponseType => ({
|
|
|
668
668
|
throw new MicrolinkError({
|
|
669
669
|
status: 'fail',
|
|
670
670
|
data: { url: message },
|
|
671
|
-
more: 'https://microlink.io/
|
|
671
|
+
more: 'https://microlink.io/einvalurlclient',
|
|
672
672
|
code: 'EINVALURLCLIENT',
|
|
673
673
|
message,
|
|
674
674
|
url
|
|
@@ -815,7 +815,7 @@ const mql = factory({
|
|
|
815
815
|
urlHttp,
|
|
816
816
|
got,
|
|
817
817
|
flatten,
|
|
818
|
-
VERSION: '0.13.
|
|
818
|
+
VERSION: '0.13.5'
|
|
819
819
|
});
|
|
820
820
|
|
|
821
821
|
lightweight$2.exports = mql;
|
package/lightweight/index.umd.js
CHANGED
|
@@ -674,7 +674,7 @@
|
|
|
674
674
|
throw new MicrolinkError({
|
|
675
675
|
status: 'fail',
|
|
676
676
|
data: { url: message },
|
|
677
|
-
more: 'https://microlink.io/
|
|
677
|
+
more: 'https://microlink.io/einvalurlclient',
|
|
678
678
|
code: 'EINVALURLCLIENT',
|
|
679
679
|
message,
|
|
680
680
|
url
|
|
@@ -821,7 +821,7 @@
|
|
|
821
821
|
urlHttp,
|
|
822
822
|
got,
|
|
823
823
|
flatten,
|
|
824
|
-
VERSION: '0.13.
|
|
824
|
+
VERSION: '0.13.5'
|
|
825
825
|
});
|
|
826
826
|
|
|
827
827
|
lightweight$2.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.
|
|
5
|
+
"version": "0.13.5",
|
|
6
6
|
"types": "lightweight/index.d.ts",
|
|
7
7
|
"exports": {
|
|
8
8
|
"require": "./src/node.js",
|
package/src/factory.js
CHANGED
|
@@ -41,7 +41,7 @@ const factory = streamResponseType => ({
|
|
|
41
41
|
throw new MicrolinkError({
|
|
42
42
|
status: 'fail',
|
|
43
43
|
data: { url: message },
|
|
44
|
-
more: 'https://microlink.io/
|
|
44
|
+
more: 'https://microlink.io/einvalurlclient',
|
|
45
45
|
code: 'EINVALURLCLIENT',
|
|
46
46
|
message,
|
|
47
47
|
url
|