@gooddata/code-cli 0.30.0 → 0.31.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/esm/index.js +2 -2
- 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 Wed, 20 May 2026
|
|
3
|
+
This log was last generated on Wed, 20 May 2026 12:33:56 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.31.0
|
|
6
|
+
|
|
7
|
+
Wed, 20 May 2026 12:33:56 GMT
|
|
8
|
+
|
|
9
|
+
_Version update only_
|
|
4
10
|
|
|
5
11
|
## 0.30.0
|
|
6
12
|
|
package/esm/index.js
CHANGED
|
@@ -37468,7 +37468,7 @@ function isPromise(value) {
|
|
|
37468
37468
|
//#endregion
|
|
37469
37469
|
//#region package.json
|
|
37470
37470
|
var name$1 = "@gooddata/code-cli";
|
|
37471
|
-
var version$1 = "0.
|
|
37471
|
+
var version$1 = "0.31.0";
|
|
37472
37472
|
//#endregion
|
|
37473
37473
|
//#region ../../common/temp/node_modules/.pnpm/@gooddata+sdk-code-schemas@11.36.0-alpha.1/node_modules/@gooddata/sdk-code-schemas/esm/v1/schema.js
|
|
37474
37474
|
/**
|
|
@@ -177826,7 +177826,7 @@ async function get(state, emitter, opts) {
|
|
|
177826
177826
|
//#endregion
|
|
177827
177827
|
//#region ../code/package.json
|
|
177828
177828
|
var name = "@gooddata/code";
|
|
177829
|
-
var version = "0.
|
|
177829
|
+
var version = "0.31.0";
|
|
177830
177830
|
//#endregion
|
|
177831
177831
|
//#region ../code/esm/actions/initialize.js
|
|
177832
177832
|
async function initialize(state, emitter, options) {
|