@gooddata/code-cli 0.38.0-alpha.5 → 0.39.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/NOTICE +3 -3
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/NOTICE
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
|
|
8
8
|
The following 3rd-party software packages may be used by or distributed with gdc-analytics-as-code. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
|
|
9
9
|
|
|
10
|
-
Date generated: 2026-6-
|
|
10
|
+
Date generated: 2026-6-18
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: ec388781486abeeefb9613ea8533ec8b7b666371
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -38857,4 +38857,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
|
38857
38857
|
--------------------------------------------------------------------------------
|
|
38858
38858
|
--------------------------------------------------------------------------------
|
|
38859
38859
|
|
|
38860
|
-
Report Generated by FOSSA on 2026-6-
|
|
38860
|
+
Report Generated by FOSSA on 2026-6-18
|
package/dist/index.js
CHANGED
|
@@ -36944,7 +36944,7 @@ function isPromise(value) {
|
|
|
36944
36944
|
//#endregion
|
|
36945
36945
|
//#region package.json
|
|
36946
36946
|
var name$1 = "@gooddata/code-cli";
|
|
36947
|
-
var version$1 = "0.
|
|
36947
|
+
var version$1 = "0.39.0-alpha.0";
|
|
36948
36948
|
//#endregion
|
|
36949
36949
|
//#region ../code/esm/features/references/types.js
|
|
36950
36950
|
var UpdateReferencesType;
|
|
@@ -150538,7 +150538,7 @@ const _CONFIG = {
|
|
|
150538
150538
|
common: {
|
|
150539
150539
|
"X-Requested-With": "XMLHttpRequest",
|
|
150540
150540
|
"X-GDC-JS-PACKAGE": "@gooddata/api-client-tiger",
|
|
150541
|
-
"X-GDC-JS-PACKAGE-VERSION": "11.
|
|
150541
|
+
"X-GDC-JS-PACKAGE-VERSION": "11.43.0-alpha.0"
|
|
150542
150542
|
},
|
|
150543
150543
|
post: { "Content-Type": "application/json;charset=utf8" },
|
|
150544
150544
|
put: { "Content-Type": "application/json;charset=utf8" }
|
|
@@ -195418,7 +195418,7 @@ async function get(state, opts) {
|
|
|
195418
195418
|
//#endregion
|
|
195419
195419
|
//#region ../code/package.json
|
|
195420
195420
|
var name = "@gooddata/code";
|
|
195421
|
-
var version = "0.
|
|
195421
|
+
var version = "0.39.0-alpha.0";
|
|
195422
195422
|
//#endregion
|
|
195423
195423
|
//#region ../code/esm/actions/initialize.js
|
|
195424
195424
|
async function initialize(state, emitter, options) {
|