@gooddata/code-cli 0.47.0-alpha.4 → 0.47.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 Fri, 07 Aug 2026 07:40:30 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.47.0
|
|
6
|
+
|
|
7
|
+
Fri, 07 Aug 2026 07:40:30 GMT
|
|
8
|
+
|
|
9
|
+
_Version update only_
|
|
4
10
|
|
|
5
11
|
## 0.32.0
|
|
6
12
|
|
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.47.0
|
|
37373
|
+
var version$1 = "0.47.0";
|
|
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) => {
|
|
@@ -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.47.0
|
|
159967
|
+
var version = "0.47.0";
|
|
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.51.0
|
|
159989
|
+
"X-GDC-JS-PACKAGE-VERSION": "11.51.0"
|
|
159990
159990
|
},
|
|
159991
159991
|
post: { "Content-Type": "application/json;charset=utf8" },
|
|
159992
159992
|
put: { "Content-Type": "application/json;charset=utf8" }
|