@gooddata/code-cli 0.49.0-alpha.6 → 0.49.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 +5 -5
- 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 Thu, 20 Aug 2026 07:31:50 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.49.0
|
|
6
|
+
|
|
7
|
+
Thu, 20 Aug 2026 07:31:50 GMT
|
|
8
|
+
|
|
9
|
+
_Version update only_
|
|
4
10
|
|
|
5
11
|
## 0.32.0
|
|
6
12
|
|
package/dist/index.js
CHANGED
|
@@ -37370,7 +37370,7 @@ function isPromise(value) {
|
|
|
37370
37370
|
//#endregion
|
|
37371
37371
|
//#region package.json
|
|
37372
37372
|
var name$1 = "@gooddata/code-cli";
|
|
37373
|
-
var version$1 = "0.49.0
|
|
37373
|
+
var version$1 = "0.49.0";
|
|
37374
37374
|
//#endregion
|
|
37375
37375
|
//#region ../../../common/temp/aac/node_modules/.pnpm/vscode-languageserver@8.1.0/node_modules/vscode-languageserver/lib/common/utils/is.js
|
|
37376
37376
|
var require_is$2 = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
@@ -140741,7 +140741,7 @@ function yamlTimezoneConfigToDeclarative(input) {
|
|
|
140741
140741
|
return {
|
|
140742
140742
|
...input.timezone_id ? { timezoneId: input.timezone_id } : {},
|
|
140743
140743
|
...input.show_timezone_info ? { showTimezoneInfo: input.show_timezone_info } : {},
|
|
140744
|
-
...input.allow_user_override_in_view_mode ? { allowUserOverrideInViewMode: input.allow_user_override_in_view_mode } : {}
|
|
140744
|
+
...typeof input.allow_user_override_in_view_mode === "boolean" ? { allowUserOverrideInViewMode: input.allow_user_override_in_view_mode } : {}
|
|
140745
140745
|
};
|
|
140746
140746
|
}
|
|
140747
140747
|
function isFilterGroup$1(filter) {
|
|
@@ -142578,7 +142578,7 @@ function declarativeTimezoneConfigToYaml(config) {
|
|
|
142578
142578
|
return {
|
|
142579
142579
|
...config.timezoneId ? { timezone_id: config.timezoneId } : {},
|
|
142580
142580
|
...config.showTimezoneInfo ? { show_timezone_info: config.showTimezoneInfo } : { show_timezone_info: false },
|
|
142581
|
-
...config.allowUserOverrideInViewMode ? { allow_user_override_in_view_mode: config.allowUserOverrideInViewMode } : {
|
|
142581
|
+
...typeof config.allowUserOverrideInViewMode === "boolean" ? { allow_user_override_in_view_mode: config.allowUserOverrideInViewMode } : {}
|
|
142582
142582
|
};
|
|
142583
142583
|
}
|
|
142584
142584
|
function declarativeVisualizationSwitcherWidgetToYaml(widget, size, entities, errorContext) {
|
|
@@ -160397,7 +160397,7 @@ async function open(state, emitter, file) {
|
|
|
160397
160397
|
//#endregion
|
|
160398
160398
|
//#region ../code/package.json
|
|
160399
160399
|
var name = "@gooddata/code";
|
|
160400
|
-
var version = "0.49.0
|
|
160400
|
+
var version = "0.49.0";
|
|
160401
160401
|
//#endregion
|
|
160402
160402
|
//#region ../../../sdk/libs/api-client-tiger/src/axios.ts
|
|
160403
160403
|
/**
|
|
@@ -160419,7 +160419,7 @@ const _CONFIG = {
|
|
|
160419
160419
|
common: {
|
|
160420
160420
|
"X-Requested-With": "XMLHttpRequest",
|
|
160421
160421
|
"X-GDC-JS-PACKAGE": "@gooddata/api-client-tiger",
|
|
160422
|
-
"X-GDC-JS-PACKAGE-VERSION": "11.53.0
|
|
160422
|
+
"X-GDC-JS-PACKAGE-VERSION": "11.53.0"
|
|
160423
160423
|
},
|
|
160424
160424
|
post: { "Content-Type": "application/json;charset=utf8" },
|
|
160425
160425
|
put: { "Content-Type": "application/json;charset=utf8" }
|