@gooddata/code-cli 0.32.0-alpha.5 → 0.33.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 CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @gooddata/code-cli
2
2
 
3
- This log was last generated on Fri, 15 May 2026 10:42:01 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 25 May 2026 11:40:30 GMT and should not be manually modified.
4
+
5
+ ## 0.33.0
6
+
7
+ Mon, 25 May 2026 11:40:30 GMT
8
+
9
+ _Version update only_
10
+
11
+ ## 0.32.0
12
+
13
+ Mon, 25 May 2026 11:03:40 GMT
14
+
15
+ _Version update only_
4
16
 
5
17
  ## 0.28.0
6
18
 
@@ -14,7 +26,7 @@ Tue, 05 May 2026 08:40:22 GMT
14
26
 
15
27
  ### Updates
16
28
 
17
- - update node to 24
29
+ - update node to 24
18
30
 
19
31
  ## 0.26.0
20
32
 
@@ -58,7 +70,7 @@ Tue, 16 Dec 2025 10:14:55 GMT
58
70
 
59
71
  ### Updates
60
72
 
61
- - Fixed bug when dashboards with tabs might not have filter context
73
+ - Fixed bug when dashboards with tabs might not have filter context
62
74
 
63
75
  ## 0.21.0
64
76
 
@@ -66,7 +78,7 @@ Mon, 15 Dec 2025 13:14:18 GMT
66
78
 
67
79
  ### Updates
68
80
 
69
- - Introduce new field in measure value filter to define filter's dimensionality.
81
+ - Introduce new field in measure value filter to define filter's dimensionality.
70
82
 
71
83
  ## 0.20.0
72
84
 
@@ -80,13 +92,13 @@ Wed, 19 Nov 2025 15:55:35 GMT
80
92
 
81
93
  ### Minor changes
82
94
 
83
- - Added support for Geo Area chart
84
- - Renamed is_hidden to show_in_ai_results
85
- - Support disableDrillIntoURL in table chart
95
+ - Added support for Geo Area chart
96
+ - Renamed is_hidden to show_in_ai_results
97
+ - Support disableDrillIntoURL in table chart
86
98
 
87
99
  ### Patches
88
100
 
89
- - Fixed issues with Cursor MCP server startup
101
+ - Fixed issues with Cursor MCP server startup
90
102
 
91
103
  ## 0.18.0
92
104
 
@@ -106,7 +118,7 @@ Tue, 05 Aug 2025 12:29:52 GMT
106
118
 
107
119
  ### Updates
108
120
 
109
- - feat: support for aggregated facts and dataset precedence
121
+ - feat: support for aggregated facts and dataset precedence
110
122
 
111
123
  ## 0.15.0
112
124
 
@@ -120,7 +132,7 @@ Wed, 16 Jul 2025 15:18:22 GMT
120
132
 
121
133
  ### Updates
122
134
 
123
- - Added `--cursor` option for the `gd init` command to configure boilerplate rules and mcp.json
135
+ - Added `--cursor` option for the `gd init` command to configure boilerplate rules and mcp.json
124
136
 
125
137
  ## 0.13.0
126
138
 
@@ -128,7 +140,7 @@ Fri, 11 Jul 2025 09:56:13 GMT
128
140
 
129
141
  ### Minor changes
130
142
 
131
- - Add support for the flexible layouts in dashboards
143
+ - Add support for the flexible layouts in dashboards
132
144
 
133
145
  ## 0.12.0
134
146
 
@@ -154,8 +166,8 @@ Mon, 22 Jul 2024 10:03:41 GMT
154
166
 
155
167
  ### Updates
156
168
 
157
- - Added support for multiple data sources in workspace
158
- - Renamed Profile "data_source_id" property to "data_source"
169
+ - Added support for multiple data sources in workspace
170
+ - Renamed Profile "data_source_id" property to "data_source"
159
171
 
160
172
  ## 0.8.0
161
173
 
@@ -163,7 +175,7 @@ Thu, 09 May 2024 08:34:12 GMT
163
175
 
164
176
  ### Updates
165
177
 
166
- - Added support for the repeater chart
178
+ - Added support for the repeater chart
167
179
 
168
180
  ## 0.7.0
169
181
 
@@ -177,7 +189,7 @@ Tue, 05 Mar 2024 14:03:37 GMT
177
189
 
178
190
  ### Updates
179
191
 
180
- - FEATURE: DX-250 Introduce support for Rich Text widgets in IDE
192
+ - FEATURE: DX-250 Introduce support for Rich Text widgets in IDE
181
193
 
182
194
  ## 0.5.0
183
195
 
@@ -185,7 +197,7 @@ Fri, 16 Feb 2024 14:19:08 GMT
185
197
 
186
198
  ### Updates
187
199
 
188
- - FEATURE: DX-249 Implementation of symbol rename
200
+ - FEATURE: DX-249 Implementation of symbol rename
189
201
 
190
202
  ## 0.4.1
191
203
 
@@ -211,7 +223,7 @@ Mon, 08 Jan 2024 15:02:33 GMT
211
223
 
212
224
  ### Updates
213
225
 
214
- - BUGFIX: DX-243 CLI Error messages report wrong line numbers in the code snippet
226
+ - BUGFIX: DX-243 CLI Error messages report wrong line numbers in the code snippet
215
227
 
216
228
  ## 0.3.0
217
229
 
@@ -219,7 +231,7 @@ Fri, 08 Dec 2023 13:43:30 GMT
219
231
 
220
232
  ### Updates
221
233
 
222
- - FEATURE: DX-191 Composite keys
234
+ - FEATURE: DX-191 Composite keys
223
235
 
224
236
  ## 0.2.2
225
237
 
@@ -227,8 +239,8 @@ Wed, 22 Nov 2023 14:10:47 GMT
227
239
 
228
240
  ### Updates
229
241
 
230
- - FEATURE: DX-178 Update prompts in CLI to select Yes/No
231
- - FEATURE: DX-192 Insights as Code, cloning and deploy
242
+ - FEATURE: DX-178 Update prompts in CLI to select Yes/No
243
+ - FEATURE: DX-192 Insights as Code, cloning and deploy
232
244
 
233
245
  ## 0.2.1
234
246
 
@@ -236,7 +248,7 @@ Wed, 18 Oct 2023 10:46:17 GMT
236
248
 
237
249
  ### Updates
238
250
 
239
- - BUGFIX: RAIL-5159 wording, sql generator repair, readme and gifs update
251
+ - BUGFIX: RAIL-5159 wording, sql generator repair, readme and gifs update
240
252
 
241
253
  ## 0.2.0
242
254
 
@@ -244,8 +256,8 @@ Tue, 17 Oct 2023 14:41:53 GMT
244
256
 
245
257
  ### Updates
246
258
 
247
- - FEATURE: RAIL-5091 add link to the workspace to the DEPLOY command result
248
- - FEATURE: RAIL-5035 Update walkthrough and cli texts
259
+ - FEATURE: RAIL-5091 add link to the workspace to the DEPLOY command result
260
+ - FEATURE: RAIL-5035 Update walkthrough and cli texts
249
261
 
250
262
  ## 0.1.0
251
263
 
package/dist/index.js CHANGED
@@ -37119,7 +37119,7 @@ function isPromise(value) {
37119
37119
  //#endregion
37120
37120
  //#region package.json
37121
37121
  var name$1 = "@gooddata/code-cli";
37122
- var version$1 = "0.32.0-alpha.5";
37122
+ var version$1 = "0.33.0";
37123
37123
  //#endregion
37124
37124
  //#region ../code/esm/features/references/types.js
37125
37125
  var UpdateReferencesType;
@@ -86184,7 +86184,7 @@ var merge = createAssigner(function(object, source, srcIndex) {
86184
86184
  });
86185
86185
  //#endregion
86186
86186
  //#region ../../../sdk/libs/api-client-tiger/esm/__version.js
86187
- const LIB_VERSION = "11.37.0-alpha.5";
86187
+ const LIB_VERSION = "11.37.0";
86188
86188
  const LIB_NAME = "@gooddata/api-client-tiger";
86189
86189
  //#endregion
86190
86190
  //#region ../../../sdk/libs/api-client-tiger/esm/axios.js
@@ -193377,7 +193377,7 @@ async function get(state, opts) {
193377
193377
  //#endregion
193378
193378
  //#region ../code/package.json
193379
193379
  var name = "@gooddata/code";
193380
- var version = "0.32.0-alpha.5";
193380
+ var version = "0.33.0";
193381
193381
  //#endregion
193382
193382
  //#region ../code/esm/actions/initialize.js
193383
193383
  async function initialize(state, emitter, options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/code-cli",
3
- "version": "0.32.0-alpha.5",
3
+ "version": "0.33.0",
4
4
  "description": "GoodData CLI",
5
5
  "keywords": [
6
6
  "analytics",