@gooddata/code-cli 0.39.0-alpha.5 → 0.40.0-alpha.0
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.
|
|
36947
|
+
var version$1 = "0.40.0-alpha.0";
|
|
36948
36948
|
//#endregion
|
|
36949
36949
|
//#region ../code/esm/features/references/types.js
|
|
36950
36950
|
var UpdateReferencesType;
|
|
@@ -150856,7 +150856,7 @@ const _CONFIG = {
|
|
|
150856
150856
|
common: {
|
|
150857
150857
|
"X-Requested-With": "XMLHttpRequest",
|
|
150858
150858
|
"X-GDC-JS-PACKAGE": "@gooddata/api-client-tiger",
|
|
150859
|
-
"X-GDC-JS-PACKAGE-VERSION": "11.
|
|
150859
|
+
"X-GDC-JS-PACKAGE-VERSION": "11.44.0-alpha.0"
|
|
150860
150860
|
},
|
|
150861
150861
|
post: { "Content-Type": "application/json;charset=utf8" },
|
|
150862
150862
|
put: { "Content-Type": "application/json;charset=utf8" }
|
|
@@ -195823,7 +195823,7 @@ async function get(state, opts) {
|
|
|
195823
195823
|
//#endregion
|
|
195824
195824
|
//#region ../code/package.json
|
|
195825
195825
|
var name = "@gooddata/code";
|
|
195826
|
-
var version = "0.
|
|
195826
|
+
var version = "0.40.0-alpha.0";
|
|
195827
195827
|
//#endregion
|
|
195828
195828
|
//#region ../code/esm/actions/initialize.js
|
|
195829
195829
|
async function initialize(state, emitter, options) {
|