@gooddata/code-cli 0.49.0-alpha.0 → 0.49.0-alpha.2

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.
Files changed (3) hide show
  1. package/NOTICE +110 -13
  2. package/dist/index.js +3 -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-8-11
10
+ Date generated: 2026-8-13
11
11
 
12
- Revision ID: 726dcb730d6a95fbe02dc55d401608c22460e832
12
+ Revision ID: 03b276147864f291b2ed2694a19ccbfa1d69ce6b
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -51,6 +51,7 @@ Revision ID: 726dcb730d6a95fbe02dc55d401608c22460e832
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-json (6.0.2) [MIT]
54
55
  - @codemirror/lang-yaml (6.1.3) [MIT]
55
56
  - @codemirror/language (6.12.1) [MIT]
56
57
  - @codemirror/lint (6.9.2) [MIT]
@@ -102,6 +103,7 @@ Revision ID: 726dcb730d6a95fbe02dc55d401608c22460e832
102
103
  - @jridgewell/trace-mapping (0.3.31) [MIT]
103
104
  - @lezer/common (1.5.2) [MIT]
104
105
  - @lezer/highlight (1.2.3) [MIT]
106
+ - @lezer/json (1.0.3) [MIT]
105
107
  - @lezer/lr (1.4.10) [MIT]
106
108
  - @lezer/yaml (1.0.4) [MIT]
107
109
  - @mapbox/geojson-rewind (0.5.2) [ISC]
@@ -385,7 +387,7 @@ Revision ID: 726dcb730d6a95fbe02dc55d401608c22460e832
385
387
  - json-parse-even-better-errors (2.3.1) [MIT]
386
388
  - json-schema (0.4.0) [Multi-license: BSD-3-Clause OR AFL-3.0, MIT]
387
389
  - json-schema-traverse (1.0.0) [MIT]
388
- - json-schema-typed (8.0.2) [IETF, BSD-2-Clause]
390
+ - json-schema-typed (8.0.2) [BSD-2-Clause, IETF]
389
391
  - json-stable-stringify (1.3.0) [MIT]
390
392
  - json-stringify-pretty-compact (4.0.0) [MIT]
391
393
  - jsonify (0.0.1) [public-domain]
@@ -1641,6 +1643,42 @@ THE SOFTWARE.
1641
1643
 
1642
1644
 
1643
1645
 
1646
+ --------------------------------------------------------------------------------
1647
+ Package Title: @codemirror/lang-json (6.0.2)
1648
+
1649
+ Package Locator: npm+@codemirror/lang-json$6.0.2
1650
+
1651
+ Package Depth: Direct
1652
+ --------------------------------------------------------------------------------
1653
+
1654
+ * Declared Licenses *
1655
+ MIT
1656
+
1657
+
1658
+ MIT License
1659
+
1660
+ Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
1661
+
1662
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1663
+ of this software and associated documentation files (the "Software"), to deal
1664
+ in the Software without restriction, including without limitation the rights
1665
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1666
+ copies of the Software, and to permit persons to whom the Software is
1667
+ furnished to do so, subject to the following conditions:
1668
+
1669
+ The above copyright notice and this permission notice shall be included in
1670
+ all copies or substantial portions of the Software.
1671
+
1672
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1673
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1674
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1675
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1676
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1677
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1678
+ THE SOFTWARE.
1679
+
1680
+
1681
+
1644
1682
  --------------------------------------------------------------------------------
1645
1683
  Package Title: @codemirror/lang-yaml (6.1.3)
1646
1684
 
@@ -4057,6 +4095,41 @@ THE SOFTWARE.
4057
4095
 
4058
4096
 
4059
4097
 
4098
+ --------------------------------------------------------------------------------
4099
+ Package Title: @lezer/json (1.0.3)
4100
+
4101
+ Package Locator: npm+@lezer/json$1.0.3
4102
+
4103
+ Package Depth: Transitive
4104
+ --------------------------------------------------------------------------------
4105
+
4106
+ * Declared Licenses *
4107
+ MIT
4108
+
4109
+
4110
+ MIT License
4111
+
4112
+ Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin>, Arun Srinivasan <rulfzid@gmail.com>, and others
4113
+
4114
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4115
+ of this software and associated documentation files (the "Software"), to deal
4116
+ in the Software without restriction, including without limitation the rights
4117
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4118
+ copies of the Software, and to permit persons to whom the Software is
4119
+ furnished to do so, subject to the following conditions:
4120
+
4121
+ The above copyright notice and this permission notice shall be included in
4122
+ all copies or substantial portions of the Software.
4123
+
4124
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4125
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4126
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4127
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4128
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4129
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4130
+ THE SOFTWARE.
4131
+
4132
+
4060
4133
  --------------------------------------------------------------------------------
4061
4134
  Package Title: @lezer/lr (1.4.10)
4062
4135
 
@@ -15672,15 +15745,7 @@ Package Depth: Transitive
15672
15745
  --------------------------------------------------------------------------------
15673
15746
 
15674
15747
  * Declared Licenses *
15675
- IETF, BSD-2-Clause
15676
-
15677
- * IETF *
15678
-
15679
- This repository relates to activities in the Internet Engineering Task Force (IETF). All material in this repository is considered Contributions to the IETF Standards Process, as defined in the intellectual property policies of IETF currently designated as BCP 78, BCP 79 and the IETF Trust Legal Provisions (TLP) Relating to IETF Documents.
15680
-
15681
- Any edit, commit, pull request, issue, comment or other change made to this repository constitutes Contributions to the IETF Standards Process (https://www.ietf.org/).
15682
-
15683
- You agree to comply with all applicable IETF policies and procedures, including, BCP 78, 79, the TLP, and the TLP rules regarding code components (e.g. being subject to a Simplified BSD License) in Contributions.
15748
+ BSD-2-Clause, IETF
15684
15749
 
15685
15750
  * BSD-2-Clause *
15686
15751
 
@@ -15743,6 +15808,14 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
15743
15808
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15744
15809
 
15745
15810
 
15811
+ * IETF *
15812
+
15813
+ This repository relates to activities in the Internet Engineering Task Force (IETF). All material in this repository is considered Contributions to the IETF Standards Process, as defined in the intellectual property policies of IETF currently designated as BCP 78, BCP 79 and the IETF Trust Legal Provisions (TLP) Relating to IETF Documents.
15814
+
15815
+ Any edit, commit, pull request, issue, comment or other change made to this repository constitutes Contributions to the IETF Standards Process (https://www.ietf.org/).
15816
+
15817
+ You agree to comply with all applicable IETF policies and procedures, including, BCP 78, 79, the TLP, and the TLP rules regarding code components (e.g. being subject to a Simplified BSD License) in Contributions.
15818
+
15746
15819
 
15747
15820
  --------------------------------------------------------------------------------
15748
15821
  Package Title: json-stable-stringify (1.3.0)
@@ -32971,6 +33044,30 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
32971
33044
  THE SOFTWARE.
32972
33045
 
32973
33046
 
33047
+ * MIT *
33048
+
33049
+ MIT License
33050
+
33051
+ Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin>, Arun Srinivasan <rulfzid@gmail.com>, and others
33052
+
33053
+ Permission is hereby granted, free of charge, to any person obtaining a copy
33054
+ of this software and associated documentation files (the "Software"), to deal
33055
+ in the Software without restriction, including without limitation the rights
33056
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
33057
+ copies of the Software, and to permit persons to whom the Software is
33058
+ furnished to do so, subject to the following conditions:
33059
+
33060
+ The above copyright notice and this permission notice shall be included in
33061
+ all copies or substantial portions of the Software.
33062
+
33063
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33064
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33065
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33066
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33067
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33068
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
33069
+ THE SOFTWARE.
33070
+
32974
33071
  * MIT *
32975
33072
 
32976
33073
  MIT License
@@ -37759,4 +37856,4 @@ POSSIBILITY OF SUCH DAMAGE.
37759
37856
  --------------------------------------------------------------------------------
37760
37857
  --------------------------------------------------------------------------------
37761
37858
 
37762
- Report Generated by FOSSA on 2026-8-11
37859
+ Report Generated by FOSSA on 2026-8-13
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.49.0-alpha.0";
37373
+ var version$1 = "0.49.0-alpha.2";
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) => {
@@ -160397,7 +160397,7 @@ async function open(state, emitter, file) {
160397
160397
  //#endregion
160398
160398
  //#region ../code/package.json
160399
160399
  var name = "@gooddata/code";
160400
- var version = "0.49.0-alpha.0";
160400
+ var version = "0.49.0-alpha.2";
160401
160401
  //#endregion
160402
160402
  //#region ../../../sdk/libs/api-client-tiger/src/axios.ts
160403
160403
  /**
@@ -160419,7 +160419,7 @@ const _CONFIG = {
160419
160419
  common: {
160420
160420
  "X-Requested-With": "XMLHttpRequest",
160421
160421
  "X-GDC-JS-PACKAGE": "@gooddata/api-client-tiger",
160422
- "X-GDC-JS-PACKAGE-VERSION": "11.53.0-alpha.0"
160422
+ "X-GDC-JS-PACKAGE-VERSION": "11.53.0-alpha.2"
160423
160423
  },
160424
160424
  post: { "Content-Type": "application/json;charset=utf8" },
160425
160425
  put: { "Content-Type": "application/json;charset=utf8" }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/code-cli",
3
- "version": "0.49.0-alpha.0",
3
+ "version": "0.49.0-alpha.2",
4
4
  "description": "GoodData CLI",
5
5
  "keywords": [
6
6
  "analytics",