@gooddata/code-cli 0.37.0 → 0.38.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/CHANGELOG.md +1 -7
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
# Change Log - @gooddata/code-cli
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
4
|
-
|
|
5
|
-
## 0.37.0
|
|
6
|
-
|
|
7
|
-
Thu, 11 Jun 2026 11:20:41 GMT
|
|
8
|
-
|
|
9
|
-
_Version update only_
|
|
3
|
+
This log was last generated on Mon, 25 May 2026 11:03:40 GMT and should not be manually modified.
|
|
10
4
|
|
|
11
5
|
## 0.32.0
|
|
12
6
|
|
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.38.0-alpha.0";
|
|
36948
36948
|
//#endregion
|
|
36949
36949
|
//#region ../code/esm/features/references/types.js
|
|
36950
36950
|
var UpdateReferencesType;
|
|
@@ -82080,7 +82080,7 @@ const _CONFIG = {
|
|
|
82080
82080
|
common: {
|
|
82081
82081
|
"X-Requested-With": "XMLHttpRequest",
|
|
82082
82082
|
"X-GDC-JS-PACKAGE": "@gooddata/api-client-tiger",
|
|
82083
|
-
"X-GDC-JS-PACKAGE-VERSION": "11.
|
|
82083
|
+
"X-GDC-JS-PACKAGE-VERSION": "11.42.0-alpha.0"
|
|
82084
82084
|
},
|
|
82085
82085
|
post: { "Content-Type": "application/json;charset=utf8" },
|
|
82086
82086
|
put: { "Content-Type": "application/json;charset=utf8" }
|
|
@@ -184153,7 +184153,7 @@ async function get(state, opts) {
|
|
|
184153
184153
|
//#endregion
|
|
184154
184154
|
//#region ../code/package.json
|
|
184155
184155
|
var name = "@gooddata/code";
|
|
184156
|
-
var version = "0.
|
|
184156
|
+
var version = "0.38.0-alpha.0";
|
|
184157
184157
|
//#endregion
|
|
184158
184158
|
//#region ../code/esm/actions/initialize.js
|
|
184159
184159
|
async function initialize(state, emitter, options) {
|