@gooddata/code-cli 0.35.0-alpha.4 → 0.35.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 Thu, 28 May 2026 07:19:02 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.35.0
|
|
6
|
+
|
|
7
|
+
Thu, 28 May 2026 07:19:02 GMT
|
|
8
|
+
|
|
9
|
+
_Version update only_
|
|
4
10
|
|
|
5
11
|
## 0.32.0
|
|
6
12
|
|
package/dist/index.js
CHANGED
|
@@ -37092,7 +37092,7 @@ function isPromise(value) {
|
|
|
37092
37092
|
//#endregion
|
|
37093
37093
|
//#region package.json
|
|
37094
37094
|
var name$1 = "@gooddata/code-cli";
|
|
37095
|
-
var version$1 = "0.35.0
|
|
37095
|
+
var version$1 = "0.35.0";
|
|
37096
37096
|
//#endregion
|
|
37097
37097
|
//#region ../code/esm/features/references/types.js
|
|
37098
37098
|
var UpdateReferencesType;
|
|
@@ -86156,7 +86156,7 @@ var merge = createAssigner(function(object, source, srcIndex) {
|
|
|
86156
86156
|
});
|
|
86157
86157
|
//#endregion
|
|
86158
86158
|
//#region ../../../sdk/libs/api-client-tiger/esm/__version.js
|
|
86159
|
-
const LIB_VERSION = "11.39.0
|
|
86159
|
+
const LIB_VERSION = "11.39.0";
|
|
86160
86160
|
const LIB_NAME = "@gooddata/api-client-tiger";
|
|
86161
86161
|
//#endregion
|
|
86162
86162
|
//#region ../../../sdk/libs/api-client-tiger/esm/axios.js
|
|
@@ -193637,7 +193637,7 @@ async function get(state, opts) {
|
|
|
193637
193637
|
//#endregion
|
|
193638
193638
|
//#region ../code/package.json
|
|
193639
193639
|
var name = "@gooddata/code";
|
|
193640
|
-
var version = "0.35.0
|
|
193640
|
+
var version = "0.35.0";
|
|
193641
193641
|
//#endregion
|
|
193642
193642
|
//#region ../code/esm/actions/initialize.js
|
|
193643
193643
|
async function initialize(state, emitter, options) {
|