@lightdash/cli 0.1344.0 → 0.1346.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -26,7 +26,7 @@ const lightdashApi = async ({ method, url, body, }) => {
|
|
26
26
|
...proxyAuthorizationHeader,
|
27
27
|
};
|
28
28
|
const fullUrl = new url_1.URL(url, config.context.serverUrl).href;
|
29
|
-
globalState_1.default.debug(`> Making HTTP
|
29
|
+
globalState_1.default.debug(`> Making HTTP ${method} request to: ${fullUrl}`);
|
30
30
|
return (0, node_fetch_1.default)(fullUrl, { method, headers, body })
|
31
31
|
.then((r) => {
|
32
32
|
globalState_1.default.debug(`> HTTP request returned status: ${r.status}`);
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lightdash/cli",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.1346.0",
|
4
4
|
"license": "MIT",
|
5
5
|
"bin": {
|
6
6
|
"lightdash": "dist/index.js"
|
@@ -11,8 +11,8 @@
|
|
11
11
|
],
|
12
12
|
"dependencies": {
|
13
13
|
"@actions/core": "^1.11.1",
|
14
|
-
"@lightdash/common": "^0.
|
15
|
-
"@lightdash/warehouses": "^0.
|
14
|
+
"@lightdash/common": "^0.1346.0",
|
15
|
+
"@lightdash/warehouses": "^0.1346.0",
|
16
16
|
"@types/columnify": "^1.5.1",
|
17
17
|
"ajv": "^8.11.0",
|
18
18
|
"ajv-formats": "^2.1.1",
|