@gooddata/code-cli 0.40.0-alpha.3 → 0.40.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 +7 -1
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# Change Log - @gooddata/code-cli
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 30 Jun 2026 12:21:02 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.40.0
|
|
6
|
+
|
|
7
|
+
Tue, 30 Jun 2026 12:21:02 GMT
|
|
8
|
+
|
|
9
|
+
_Version update only_
|
|
4
10
|
|
|
5
11
|
## 0.32.0
|
|
6
12
|
|
package/dist/index.js
CHANGED
|
@@ -37366,7 +37366,7 @@ function isPromise(value) {
|
|
|
37366
37366
|
//#endregion
|
|
37367
37367
|
//#region package.json
|
|
37368
37368
|
var name$1 = "@gooddata/code-cli";
|
|
37369
|
-
var version$1 = "0.40.0
|
|
37369
|
+
var version$1 = "0.40.0";
|
|
37370
37370
|
//#endregion
|
|
37371
37371
|
//#region ../code/esm/features/references/types.js
|
|
37372
37372
|
var UpdateReferencesType;
|
|
@@ -151278,7 +151278,7 @@ const _CONFIG = {
|
|
|
151278
151278
|
common: {
|
|
151279
151279
|
"X-Requested-With": "XMLHttpRequest",
|
|
151280
151280
|
"X-GDC-JS-PACKAGE": "@gooddata/api-client-tiger",
|
|
151281
|
-
"X-GDC-JS-PACKAGE-VERSION": "11.44.0
|
|
151281
|
+
"X-GDC-JS-PACKAGE-VERSION": "11.44.0"
|
|
151282
151282
|
},
|
|
151283
151283
|
post: { "Content-Type": "application/json;charset=utf8" },
|
|
151284
151284
|
put: { "Content-Type": "application/json;charset=utf8" }
|
|
@@ -196245,7 +196245,7 @@ async function get(state, opts) {
|
|
|
196245
196245
|
//#endregion
|
|
196246
196246
|
//#region ../code/package.json
|
|
196247
196247
|
var name = "@gooddata/code";
|
|
196248
|
-
var version = "0.40.0
|
|
196248
|
+
var version = "0.40.0";
|
|
196249
196249
|
//#endregion
|
|
196250
196250
|
//#region ../code/esm/actions/initialize.js
|
|
196251
196251
|
async function initialize(state, emitter, options) {
|