@gooddata/code-cli 0.50.0 → 0.51.0-alpha.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 +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.50.0
|
|
6
|
-
|
|
7
|
-
Thu, 27 Aug 2026 07:57:31 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
|
@@ -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.
|
|
37373
|
+
var version$1 = "0.51.0-alpha.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) => {
|
|
@@ -161211,7 +161211,7 @@ async function open(state, emitter, file) {
|
|
|
161211
161211
|
//#endregion
|
|
161212
161212
|
//#region ../code/package.json
|
|
161213
161213
|
var name = "@gooddata/code";
|
|
161214
|
-
var version = "0.
|
|
161214
|
+
var version = "0.51.0-alpha.0";
|
|
161215
161215
|
//#endregion
|
|
161216
161216
|
//#region ../../../sdk/libs/api-client-tiger/src/axios.ts
|
|
161217
161217
|
/**
|
|
@@ -161233,7 +161233,7 @@ const _CONFIG = {
|
|
|
161233
161233
|
common: {
|
|
161234
161234
|
"X-Requested-With": "XMLHttpRequest",
|
|
161235
161235
|
"X-GDC-JS-PACKAGE": "@gooddata/api-client-tiger",
|
|
161236
|
-
"X-GDC-JS-PACKAGE-VERSION": "11.
|
|
161236
|
+
"X-GDC-JS-PACKAGE-VERSION": "11.55.0-alpha.0"
|
|
161237
161237
|
},
|
|
161238
161238
|
post: { "Content-Type": "application/json;charset=utf8" },
|
|
161239
161239
|
put: { "Content-Type": "application/json;charset=utf8" }
|