@gooddata/code-cli 0.36.0-alpha.4 → 0.36.0-alpha.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/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -37103,7 +37103,7 @@ function isPromise(value) {
|
|
|
37103
37103
|
//#endregion
|
|
37104
37104
|
//#region package.json
|
|
37105
37105
|
var name$1 = "@gooddata/code-cli";
|
|
37106
|
-
var version$1 = "0.36.0-alpha.
|
|
37106
|
+
var version$1 = "0.36.0-alpha.5";
|
|
37107
37107
|
//#endregion
|
|
37108
37108
|
//#region ../code/esm/features/references/types.js
|
|
37109
37109
|
var UpdateReferencesType;
|
|
@@ -86337,7 +86337,7 @@ const _CONFIG = {
|
|
|
86337
86337
|
common: {
|
|
86338
86338
|
"X-Requested-With": "XMLHttpRequest",
|
|
86339
86339
|
"X-GDC-JS-PACKAGE": "@gooddata/api-client-tiger",
|
|
86340
|
-
"X-GDC-JS-PACKAGE-VERSION": "11.40.0-alpha.
|
|
86340
|
+
"X-GDC-JS-PACKAGE-VERSION": "11.40.0-alpha.5"
|
|
86341
86341
|
},
|
|
86342
86342
|
post: { "Content-Type": "application/json;charset=utf8" },
|
|
86343
86343
|
put: { "Content-Type": "application/json;charset=utf8" }
|
|
@@ -193954,7 +193954,7 @@ async function get(state, opts) {
|
|
|
193954
193954
|
//#endregion
|
|
193955
193955
|
//#region ../code/package.json
|
|
193956
193956
|
var name = "@gooddata/code";
|
|
193957
|
-
var version = "0.36.0-alpha.
|
|
193957
|
+
var version = "0.36.0-alpha.5";
|
|
193958
193958
|
//#endregion
|
|
193959
193959
|
//#region ../code/esm/actions/initialize.js
|
|
193960
193960
|
async function initialize(state, emitter, options) {
|