@gooddata/code-cli 0.45.0 → 0.46.0-alpha.1
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 +1 -7
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
# Change Log - @gooddata/code-cli
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
4
|
-
|
|
5
|
-
## 0.45.0
|
|
6
|
-
|
|
7
|
-
Fri, 24 Jul 2026 12:57:57 GMT
|
|
8
|
-
|
|
9
|
-
_Version update only_
|
|
3
|
+
This log was last generated on Mon, 25 May 2026 11:03:40 GMT and should not be manually modified.
|
|
10
4
|
|
|
11
5
|
## 0.32.0
|
|
12
6
|
|
package/dist/index.js
CHANGED
|
@@ -37366,7 +37366,7 @@ function isPromise(value) {
|
|
|
37366
37366
|
//#endregion
|
|
37367
37367
|
//#region package.json
|
|
37368
37368
|
var name$1 = "@gooddata/code-cli";
|
|
37369
|
-
var version$1 = "0.
|
|
37369
|
+
var version$1 = "0.46.0-alpha.1";
|
|
37370
37370
|
//#endregion
|
|
37371
37371
|
//#region ../code/esm/features/references/types.js
|
|
37372
37372
|
var UpdateReferencesType;
|
|
@@ -151800,7 +151800,7 @@ const _CONFIG = {
|
|
|
151800
151800
|
common: {
|
|
151801
151801
|
"X-Requested-With": "XMLHttpRequest",
|
|
151802
151802
|
"X-GDC-JS-PACKAGE": "@gooddata/api-client-tiger",
|
|
151803
|
-
"X-GDC-JS-PACKAGE-VERSION": "11.
|
|
151803
|
+
"X-GDC-JS-PACKAGE-VERSION": "11.50.0-alpha.1"
|
|
151804
151804
|
},
|
|
151805
151805
|
post: { "Content-Type": "application/json;charset=utf8" },
|
|
151806
151806
|
put: { "Content-Type": "application/json;charset=utf8" }
|
|
@@ -198300,7 +198300,7 @@ async function get(state, opts) {
|
|
|
198300
198300
|
//#endregion
|
|
198301
198301
|
//#region ../code/package.json
|
|
198302
198302
|
var name = "@gooddata/code";
|
|
198303
|
-
var version = "0.
|
|
198303
|
+
var version = "0.46.0-alpha.1";
|
|
198304
198304
|
//#endregion
|
|
198305
198305
|
//#region ../code/esm/actions/initialize.js
|
|
198306
198306
|
async function initialize(state, emitter, options) {
|