@gooddata/code-cli 0.39.0-alpha.1 → 0.39.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
|
@@ -36944,7 +36944,7 @@ function isPromise(value) {
|
|
|
36944
36944
|
//#endregion
|
|
36945
36945
|
//#region package.json
|
|
36946
36946
|
var name$1 = "@gooddata/code-cli";
|
|
36947
|
-
var version$1 = "0.39.0-alpha.
|
|
36947
|
+
var version$1 = "0.39.0-alpha.2";
|
|
36948
36948
|
//#endregion
|
|
36949
36949
|
//#region ../code/esm/features/references/types.js
|
|
36950
36950
|
var UpdateReferencesType;
|
|
@@ -150591,7 +150591,7 @@ const _CONFIG = {
|
|
|
150591
150591
|
common: {
|
|
150592
150592
|
"X-Requested-With": "XMLHttpRequest",
|
|
150593
150593
|
"X-GDC-JS-PACKAGE": "@gooddata/api-client-tiger",
|
|
150594
|
-
"X-GDC-JS-PACKAGE-VERSION": "11.43.0-alpha.
|
|
150594
|
+
"X-GDC-JS-PACKAGE-VERSION": "11.43.0-alpha.2"
|
|
150595
150595
|
},
|
|
150596
150596
|
post: { "Content-Type": "application/json;charset=utf8" },
|
|
150597
150597
|
put: { "Content-Type": "application/json;charset=utf8" }
|
|
@@ -195558,7 +195558,7 @@ async function get(state, opts) {
|
|
|
195558
195558
|
//#endregion
|
|
195559
195559
|
//#region ../code/package.json
|
|
195560
195560
|
var name = "@gooddata/code";
|
|
195561
|
-
var version = "0.39.0-alpha.
|
|
195561
|
+
var version = "0.39.0-alpha.2";
|
|
195562
195562
|
//#endregion
|
|
195563
195563
|
//#region ../code/esm/actions/initialize.js
|
|
195564
195564
|
async function initialize(state, emitter, options) {
|