@gooddata/code-cli 0.48.0-alpha.1 → 0.48.0-alpha.4

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.
Files changed (3) hide show
  1. package/NOTICE +3 -3
  2. package/dist/index.js +7 -7
  3. package/package.json +1 -1
package/NOTICE CHANGED
@@ -7,9 +7,9 @@
7
7
 
8
8
  The following 3rd-party software packages may be used by or distributed with gdc-analytics-as-code. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
9
9
 
10
- Date generated: 2026-7-27
10
+ Date generated: 2026-8-7
11
11
 
12
- Revision ID: 8e85900f698cb08f7e9d5a42b1078d634ff4fb7e
12
+ Revision ID: 81ef8e705df7e83197c71d5bca4ff1d157c580f3
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -37759,4 +37759,4 @@ POSSIBILITY OF SUCH DAMAGE.
37759
37759
  --------------------------------------------------------------------------------
37760
37760
  --------------------------------------------------------------------------------
37761
37761
 
37762
- Report Generated by FOSSA on 2026-7-27
37762
+ Report Generated by FOSSA on 2026-8-7
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.48.0-alpha.1";
37373
+ var version$1 = "0.48.0-alpha.4";
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) => {
@@ -140308,8 +140308,8 @@ function yamlTimezoneConfigToDeclarative(input) {
140308
140308
  if (!input) return;
140309
140309
  return {
140310
140310
  ...input.timezone_id ? { timezoneId: input.timezone_id } : {},
140311
- ...input.show_timezone_info === void 0 ? {} : { showTimezoneInfo: input.show_timezone_info },
140312
- ...input.allow_user_override_in_view_mode === void 0 ? {} : { allowUserOverrideInViewMode: input.allow_user_override_in_view_mode }
140311
+ ...input.show_timezone_info ? { showTimezoneInfo: input.show_timezone_info } : {},
140312
+ ...input.allow_user_override_in_view_mode ? { allowUserOverrideInViewMode: input.allow_user_override_in_view_mode } : {}
140313
140313
  };
140314
140314
  }
140315
140315
  function isFilterGroup$1(filter) {
@@ -142145,8 +142145,8 @@ function declarativeRichTextWidgetToYaml(widget, size) {
142145
142145
  function declarativeTimezoneConfigToYaml(config) {
142146
142146
  return {
142147
142147
  ...config.timezoneId ? { timezone_id: config.timezoneId } : {},
142148
- ...config.showTimezoneInfo === void 0 ? {} : { show_timezone_info: config.showTimezoneInfo },
142149
- ...config.allowUserOverrideInViewMode === void 0 ? {} : { allow_user_override_in_view_mode: config.allowUserOverrideInViewMode }
142148
+ ...config.showTimezoneInfo ? { show_timezone_info: config.showTimezoneInfo } : { show_timezone_info: false },
142149
+ ...config.allowUserOverrideInViewMode ? { allow_user_override_in_view_mode: config.allowUserOverrideInViewMode } : { allow_user_override_in_view_mode: false }
142150
142150
  };
142151
142151
  }
142152
142152
  function declarativeVisualizationSwitcherWidgetToYaml(widget, size, entities, errorContext) {
@@ -159964,7 +159964,7 @@ async function open(state, emitter, file) {
159964
159964
  //#endregion
159965
159965
  //#region ../code/package.json
159966
159966
  var name = "@gooddata/code";
159967
- var version = "0.48.0-alpha.1";
159967
+ var version = "0.48.0-alpha.4";
159968
159968
  //#endregion
159969
159969
  //#region ../../../sdk/libs/api-client-tiger/src/axios.ts
159970
159970
  /**
@@ -159986,7 +159986,7 @@ const _CONFIG = {
159986
159986
  common: {
159987
159987
  "X-Requested-With": "XMLHttpRequest",
159988
159988
  "X-GDC-JS-PACKAGE": "@gooddata/api-client-tiger",
159989
- "X-GDC-JS-PACKAGE-VERSION": "11.52.0-alpha.1"
159989
+ "X-GDC-JS-PACKAGE-VERSION": "11.52.0-alpha.4"
159990
159990
  },
159991
159991
  post: { "Content-Type": "application/json;charset=utf8" },
159992
159992
  put: { "Content-Type": "application/json;charset=utf8" }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/code-cli",
3
- "version": "0.48.0-alpha.1",
3
+ "version": "0.48.0-alpha.4",
4
4
  "description": "GoodData CLI",
5
5
  "keywords": [
6
6
  "analytics",