@gooddata/code-cli 0.50.0-alpha.1 → 0.50.0-alpha.2
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 +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -37370,7 +37370,7 @@ function isPromise(value) {
|
|
|
37370
37370
|
//#endregion
|
|
37371
37371
|
//#region package.json
|
|
37372
37372
|
var name$1 = "@gooddata/code-cli";
|
|
37373
|
-
var version$1 = "0.50.0-alpha.
|
|
37373
|
+
var version$1 = "0.50.0-alpha.2";
|
|
37374
37374
|
//#endregion
|
|
37375
37375
|
//#region ../../../common/temp/aac/node_modules/.pnpm/vscode-languageserver@8.1.0/node_modules/vscode-languageserver/lib/common/utils/is.js
|
|
37376
37376
|
var require_is$2 = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
@@ -160680,7 +160680,7 @@ async function open(state, emitter, file) {
|
|
|
160680
160680
|
//#endregion
|
|
160681
160681
|
//#region ../code/package.json
|
|
160682
160682
|
var name = "@gooddata/code";
|
|
160683
|
-
var version = "0.50.0-alpha.
|
|
160683
|
+
var version = "0.50.0-alpha.2";
|
|
160684
160684
|
//#endregion
|
|
160685
160685
|
//#region ../../../sdk/libs/api-client-tiger/src/axios.ts
|
|
160686
160686
|
/**
|
|
@@ -160702,7 +160702,7 @@ const _CONFIG = {
|
|
|
160702
160702
|
common: {
|
|
160703
160703
|
"X-Requested-With": "XMLHttpRequest",
|
|
160704
160704
|
"X-GDC-JS-PACKAGE": "@gooddata/api-client-tiger",
|
|
160705
|
-
"X-GDC-JS-PACKAGE-VERSION": "11.54.0-alpha.
|
|
160705
|
+
"X-GDC-JS-PACKAGE-VERSION": "11.54.0-alpha.2"
|
|
160706
160706
|
},
|
|
160707
160707
|
post: { "Content-Type": "application/json;charset=utf8" },
|
|
160708
160708
|
put: { "Content-Type": "application/json;charset=utf8" }
|