@gooddata/code-cli 0.49.0-alpha.2 → 0.49.0-alpha.3
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.49.0-alpha.
|
|
37373
|
+
var version$1 = "0.49.0-alpha.3";
|
|
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) => {
|
|
@@ -160397,7 +160397,7 @@ async function open(state, emitter, file) {
|
|
|
160397
160397
|
//#endregion
|
|
160398
160398
|
//#region ../code/package.json
|
|
160399
160399
|
var name = "@gooddata/code";
|
|
160400
|
-
var version = "0.49.0-alpha.
|
|
160400
|
+
var version = "0.49.0-alpha.3";
|
|
160401
160401
|
//#endregion
|
|
160402
160402
|
//#region ../../../sdk/libs/api-client-tiger/src/axios.ts
|
|
160403
160403
|
/**
|
|
@@ -160419,7 +160419,7 @@ const _CONFIG = {
|
|
|
160419
160419
|
common: {
|
|
160420
160420
|
"X-Requested-With": "XMLHttpRequest",
|
|
160421
160421
|
"X-GDC-JS-PACKAGE": "@gooddata/api-client-tiger",
|
|
160422
|
-
"X-GDC-JS-PACKAGE-VERSION": "11.53.0-alpha.
|
|
160422
|
+
"X-GDC-JS-PACKAGE-VERSION": "11.53.0-alpha.3"
|
|
160423
160423
|
},
|
|
160424
160424
|
post: { "Content-Type": "application/json;charset=utf8" },
|
|
160425
160425
|
put: { "Content-Type": "application/json;charset=utf8" }
|