@gooddata/code-cli 0.43.0-alpha.3 → 0.43.0-alpha.5
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-7-
|
|
10
|
+
Date generated: 2026-7-14
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: 2ce9ab6aef1d6be52eb66b2f005add0bb3b08196
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -37824,4 +37824,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
|
37824
37824
|
--------------------------------------------------------------------------------
|
|
37825
37825
|
--------------------------------------------------------------------------------
|
|
37826
37826
|
|
|
37827
|
-
Report Generated by FOSSA on 2026-7-
|
|
37827
|
+
Report Generated by FOSSA on 2026-7-14
|
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.43.0-alpha.
|
|
37369
|
+
var version$1 = "0.43.0-alpha.5";
|
|
37370
37370
|
//#endregion
|
|
37371
37371
|
//#region ../code/esm/features/references/types.js
|
|
37372
37372
|
var UpdateReferencesType;
|
|
@@ -151486,7 +151486,7 @@ const _CONFIG = {
|
|
|
151486
151486
|
common: {
|
|
151487
151487
|
"X-Requested-With": "XMLHttpRequest",
|
|
151488
151488
|
"X-GDC-JS-PACKAGE": "@gooddata/api-client-tiger",
|
|
151489
|
-
"X-GDC-JS-PACKAGE-VERSION": "11.47.0-alpha.
|
|
151489
|
+
"X-GDC-JS-PACKAGE-VERSION": "11.47.0-alpha.5"
|
|
151490
151490
|
},
|
|
151491
151491
|
post: { "Content-Type": "application/json;charset=utf8" },
|
|
151492
151492
|
put: { "Content-Type": "application/json;charset=utf8" }
|
|
@@ -197080,7 +197080,7 @@ async function get(state, opts) {
|
|
|
197080
197080
|
//#endregion
|
|
197081
197081
|
//#region ../code/package.json
|
|
197082
197082
|
var name = "@gooddata/code";
|
|
197083
|
-
var version = "0.43.0-alpha.
|
|
197083
|
+
var version = "0.43.0-alpha.5";
|
|
197084
197084
|
//#endregion
|
|
197085
197085
|
//#region ../code/esm/actions/initialize.js
|
|
197086
197086
|
async function initialize(state, emitter, options) {
|