@gooddata/code-cli 0.42.0 → 0.43.0-alpha.1
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/NOTICE +15 -15
- package/dist/index.js +24 -5
- 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.42.0
|
|
6
|
-
|
|
7
|
-
Thu, 09 Jul 2026 07:12: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/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-9
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: fbb2b207aa6388a6070a52fba94dbfaee4ce7208
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -51,7 +51,7 @@ Revision ID: 9473b8ff1342704ff1498f54591ef2ab4c6943f4
|
|
|
51
51
|
- @codemirror/autocomplete (6.20.0) [MIT]
|
|
52
52
|
- @codemirror/autocomplete (6.20.3) [MIT]
|
|
53
53
|
- @codemirror/commands (6.10.1) [MIT]
|
|
54
|
-
- @codemirror/lang-yaml (6.1.
|
|
54
|
+
- @codemirror/lang-yaml (6.1.3) [MIT]
|
|
55
55
|
- @codemirror/language (6.12.1) [MIT]
|
|
56
56
|
- @codemirror/lint (6.9.2) [MIT]
|
|
57
57
|
- @codemirror/state (6.5.3) [MIT]
|
|
@@ -112,7 +112,7 @@ Revision ID: 9473b8ff1342704ff1498f54591ef2ab4c6943f4
|
|
|
112
112
|
- @mapbox/unitbezier (0.0.1) [BSD-2-Clause]
|
|
113
113
|
- @mapbox/vector-tile (1.3.1) [BSD-3-Clause]
|
|
114
114
|
- @mapbox/whoots-js (3.1.0) [ISC]
|
|
115
|
-
- @maplibre/maplibre-gl-style-spec (20.4.0) [MIT, BSD-3-Clause
|
|
115
|
+
- @maplibre/maplibre-gl-style-spec (20.4.0) [MIT, ISC, BSD-3-Clause]
|
|
116
116
|
- @marijn/find-cluster-break (1.0.2) [MIT]
|
|
117
117
|
- @modelcontextprotocol/sdk (1.26.0) [MIT]
|
|
118
118
|
- @react-aria/interactions (3.28.1) [Apache-2.0]
|
|
@@ -1643,9 +1643,9 @@ THE SOFTWARE.
|
|
|
1643
1643
|
|
|
1644
1644
|
|
|
1645
1645
|
--------------------------------------------------------------------------------
|
|
1646
|
-
Package Title: @codemirror/lang-yaml (6.1.
|
|
1646
|
+
Package Title: @codemirror/lang-yaml (6.1.3)
|
|
1647
1647
|
|
|
1648
|
-
Package Locator: npm+@codemirror/lang-yaml$6.1.
|
|
1648
|
+
Package Locator: npm+@codemirror/lang-yaml$6.1.3
|
|
1649
1649
|
|
|
1650
1650
|
Package Depth: Direct
|
|
1651
1651
|
--------------------------------------------------------------------------------
|
|
@@ -4389,7 +4389,7 @@ Package Depth: Transitive
|
|
|
4389
4389
|
--------------------------------------------------------------------------------
|
|
4390
4390
|
|
|
4391
4391
|
* Declared Licenses *
|
|
4392
|
-
MIT, BSD-3-Clause
|
|
4392
|
+
MIT, ISC, BSD-3-Clause
|
|
4393
4393
|
|
|
4394
4394
|
* MIT *
|
|
4395
4395
|
|
|
@@ -4412,6 +4412,13 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4412
4412
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4413
4413
|
SOFTWARE.
|
|
4414
4414
|
|
|
4415
|
+
* ISC *
|
|
4416
|
+
|
|
4417
|
+
Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
|
|
4418
|
+
Copyright (c) 1995-2003 by Internet Software Consortium
|
|
4419
|
+
Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
|
|
4420
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
4421
|
+
|
|
4415
4422
|
* BSD-3-Clause *
|
|
4416
4423
|
|
|
4417
4424
|
Copyright (c) 2020, MapLibre contributors
|
|
@@ -4532,13 +4539,6 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
4532
4539
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
4533
4540
|
|
|
4534
4541
|
|
|
4535
|
-
* ISC *
|
|
4536
|
-
|
|
4537
|
-
Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
|
|
4538
|
-
Copyright (c) 1995-2003 by Internet Software Consortium
|
|
4539
|
-
Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
|
|
4540
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
4541
|
-
|
|
4542
4542
|
|
|
4543
4543
|
--------------------------------------------------------------------------------
|
|
4544
4544
|
Package Title: @marijn/find-cluster-break (1.0.2)
|
|
@@ -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-9
|
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.
|
|
37369
|
+
var version$1 = "0.43.0-alpha.1";
|
|
37370
37370
|
//#endregion
|
|
37371
37371
|
//#region ../code/esm/features/references/types.js
|
|
37372
37372
|
var UpdateReferencesType;
|
|
@@ -145474,6 +145474,17 @@ var LabelElementsFinder = class extends LabelContextMarker {
|
|
|
145474
145474
|
}
|
|
145475
145475
|
};
|
|
145476
145476
|
//#endregion
|
|
145477
|
+
//#region ../../../common/temp/aac/node_modules/.pnpm/gdc-maql-language-server@file+..+..+..+libs+gdc-maql-language-server/node_modules/gdc-maql-language-server/esm/metadata/parameters.js
|
|
145478
|
+
function parameterTypeLabel(definition) {
|
|
145479
|
+
return definition.type.toLowerCase();
|
|
145480
|
+
}
|
|
145481
|
+
function parameterDefaultLabel(definition) {
|
|
145482
|
+
return JSON.stringify(definition.defaultValue);
|
|
145483
|
+
}
|
|
145484
|
+
function parameterSummary(definition) {
|
|
145485
|
+
return `${parameterTypeLabel(definition)}, default: ${parameterDefaultLabel(definition)}`;
|
|
145486
|
+
}
|
|
145487
|
+
//#endregion
|
|
145477
145488
|
//#region ../../../common/temp/aac/node_modules/.pnpm/gdc-maql-language-server@file+..+..+..+libs+gdc-maql-language-server/node_modules/gdc-maql-language-server/esm/parseMaql.js
|
|
145478
145489
|
var import_antlr4ts = require_antlr4ts();
|
|
145479
145490
|
const { CaseInsensitiveCharStream, MaqlAstVisitor, MaqlLexer: MaqlLexer$3, MaqlParser: MaqlParser$5 } = import_dist.default;
|
|
@@ -146990,7 +147001,7 @@ function completeNumeric(ldmObjects, range, allowedTypes) {
|
|
|
146990
147001
|
return items;
|
|
146991
147002
|
}
|
|
146992
147003
|
function completeParameter(ldmObjects, range, allowedTypes) {
|
|
146993
|
-
return ldmObjects.get("parameter").filter((parameter) => allowedTypes.some((type) => isSubtype(parameterMaqlType(parameter.definition), type))).map((obj) =>
|
|
147004
|
+
return ldmObjects.get("parameter").filter((parameter) => allowedTypes.some((type) => isSubtype(parameterMaqlType(parameter.definition), type))).map((obj) => createParameterCompletionItem(obj, range));
|
|
146994
147005
|
}
|
|
146995
147006
|
function parameterMaqlType(definition) {
|
|
146996
147007
|
switch (definition.type) {
|
|
@@ -146998,6 +147009,14 @@ function parameterMaqlType(definition) {
|
|
|
146998
147009
|
case "STRING": return MaqlType.STRING;
|
|
146999
147010
|
}
|
|
147000
147011
|
}
|
|
147012
|
+
function createParameterCompletionItem(parameter, range) {
|
|
147013
|
+
const item = createMetadataCompletionItem(parameter, range);
|
|
147014
|
+
return {
|
|
147015
|
+
...item,
|
|
147016
|
+
labelDetails: { description: parameterTypeLabel(parameter.definition) },
|
|
147017
|
+
detail: `${item.detail}, Default: ${parameterDefaultLabel(parameter.definition)}`
|
|
147018
|
+
};
|
|
147019
|
+
}
|
|
147001
147020
|
const preferredRules = new Set([
|
|
147002
147021
|
MaqlParser.RULE_attribute,
|
|
147003
147022
|
MaqlParser.RULE_numeric,
|
|
@@ -151233,7 +151252,7 @@ function markdownObjectContent(object) {
|
|
|
151233
151252
|
lines.push(`## ${object.title}`);
|
|
151234
151253
|
if (object.description && object.description.length > 0) lines.push(object.description);
|
|
151235
151254
|
if (isITigerMetric(object)) lines.push("```maql", object.expression, "```", `format: ${object.format}`);
|
|
151236
|
-
if (isITigerParameter(object)) lines.push(
|
|
151255
|
+
if (isITigerParameter(object)) lines.push(`Parameter (${parameterSummary(object.definition)})`);
|
|
151237
151256
|
return lines.join("\n");
|
|
151238
151257
|
}
|
|
151239
151258
|
function objectContent(object) {
|
|
@@ -151386,7 +151405,7 @@ const _CONFIG = {
|
|
|
151386
151405
|
common: {
|
|
151387
151406
|
"X-Requested-With": "XMLHttpRequest",
|
|
151388
151407
|
"X-GDC-JS-PACKAGE": "@gooddata/api-client-tiger",
|
|
151389
|
-
"X-GDC-JS-PACKAGE-VERSION": "11.
|
|
151408
|
+
"X-GDC-JS-PACKAGE-VERSION": "11.47.0-alpha.1"
|
|
151390
151409
|
},
|
|
151391
151410
|
post: { "Content-Type": "application/json;charset=utf8" },
|
|
151392
151411
|
put: { "Content-Type": "application/json;charset=utf8" }
|
|
@@ -196980,7 +196999,7 @@ async function get(state, opts) {
|
|
|
196980
196999
|
//#endregion
|
|
196981
197000
|
//#region ../code/package.json
|
|
196982
197001
|
var name = "@gooddata/code";
|
|
196983
|
-
var version = "0.
|
|
197002
|
+
var version = "0.43.0-alpha.1";
|
|
196984
197003
|
//#endregion
|
|
196985
197004
|
//#region ../code/esm/actions/initialize.js
|
|
196986
197005
|
async function initialize(state, emitter, options) {
|