@gooddata/code-cli 0.39.0-alpha.3 → 0.39.0-alpha.4
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-23
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: 7c6f07153888e700e3fb9462320a37ac888dd3ac
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -38417,4 +38417,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
|
38417
38417
|
--------------------------------------------------------------------------------
|
|
38418
38418
|
--------------------------------------------------------------------------------
|
|
38419
38419
|
|
|
38420
|
-
Report Generated by FOSSA on 2026-6-
|
|
38420
|
+
Report Generated by FOSSA on 2026-6-23
|
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.39.0-alpha.
|
|
36947
|
+
var version$1 = "0.39.0-alpha.4";
|
|
36948
36948
|
//#endregion
|
|
36949
36949
|
//#region ../code/esm/features/references/types.js
|
|
36950
36950
|
var UpdateReferencesType;
|
|
@@ -150803,7 +150803,7 @@ const _CONFIG = {
|
|
|
150803
150803
|
common: {
|
|
150804
150804
|
"X-Requested-With": "XMLHttpRequest",
|
|
150805
150805
|
"X-GDC-JS-PACKAGE": "@gooddata/api-client-tiger",
|
|
150806
|
-
"X-GDC-JS-PACKAGE-VERSION": "11.43.0-alpha.
|
|
150806
|
+
"X-GDC-JS-PACKAGE-VERSION": "11.43.0-alpha.4"
|
|
150807
150807
|
},
|
|
150808
150808
|
post: { "Content-Type": "application/json;charset=utf8" },
|
|
150809
150809
|
put: { "Content-Type": "application/json;charset=utf8" }
|
|
@@ -195770,7 +195770,7 @@ async function get(state, opts) {
|
|
|
195770
195770
|
//#endregion
|
|
195771
195771
|
//#region ../code/package.json
|
|
195772
195772
|
var name = "@gooddata/code";
|
|
195773
|
-
var version = "0.39.0-alpha.
|
|
195773
|
+
var version = "0.39.0-alpha.4";
|
|
195774
195774
|
//#endregion
|
|
195775
195775
|
//#region ../code/esm/actions/initialize.js
|
|
195776
195776
|
async function initialize(state, emitter, options) {
|