@gooddata/code-cli 0.48.0-alpha.5 → 0.48.0-alpha.7

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 +11 -11
  2. package/dist/index.js +615 -131
  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-7
10
+ Date generated: 2026-8-11
11
11
 
12
- Revision ID: 81ef8e705df7e83197c71d5bca4ff1d157c580f3
12
+ Revision ID: 726dcb730d6a95fbe02dc55d401608c22460e832
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -383,7 +383,7 @@ Revision ID: 81ef8e705df7e83197c71d5bca4ff1d157c580f3
383
383
  - js-yaml (4.3.0) [MIT]
384
384
  - jsesc (3.1.0) [MIT]
385
385
  - json-parse-even-better-errors (2.3.1) [MIT]
386
- - json-schema (0.4.0) [Multi-license: AFL-3.0 OR BSD-3-Clause, MIT]
386
+ - json-schema (0.4.0) [Multi-license: BSD-3-Clause OR AFL-3.0, MIT]
387
387
  - json-schema-traverse (1.0.0) [MIT]
388
388
  - json-schema-typed (8.0.2) [IETF, BSD-2-Clause]
389
389
  - json-stable-stringify (1.3.0) [MIT]
@@ -571,7 +571,7 @@ Revision ID: 81ef8e705df7e83197c71d5bca4ff1d157c580f3
571
571
  - source-map (0.5.7) [BSD-3-Clause]
572
572
  - source-map-js (1.2.1) [BSD-3-Clause]
573
573
  - space-separated-tokens (2.0.2) [MIT]
574
- - spark-md5 (3.0.2) [Multi-license: MIT OR WTFPL]
574
+ - spark-md5 (3.0.2) [Multi-license: WTFPL OR MIT]
575
575
  - sql-highlight (4.4.2) [MIT]
576
576
  - statuses (2.0.2) [MIT]
577
577
  - string-width (4.2.3) [MIT]
@@ -593,7 +593,7 @@ Revision ID: 81ef8e705df7e83197c71d5bca4ff1d157c580f3
593
593
  - supports-color (7.2.0) [MIT]
594
594
  - supports-preserve-symlinks-flag (1.0.0) [MIT]
595
595
  - tabbable (6.5.0) [MIT]
596
- - text-encoding (0.7.0) [Multi-license: Apache-2.0 OR Unlicense]
596
+ - text-encoding (0.7.0) [Multi-license: Unlicense OR Apache-2.0]
597
597
  - tinycolor2 (1.6.0) [MIT]
598
598
  - tinyqueue (2.0.3) [ISC]
599
599
  - tinyqueue (3.0.0) [ISC]
@@ -605,7 +605,7 @@ Revision ID: 81ef8e705df7e83197c71d5bca4ff1d157c580f3
605
605
  - ts-invariant (0.10.3) [MIT]
606
606
  - ts-invariant (0.7.5) [MIT]
607
607
  - tslib (2.8.1) [ISC]
608
- - type-fest (0.21.3) [Multi-license: MIT OR CC0-1.0]
608
+ - type-fest (0.21.3) [Multi-license: CC0-1.0 OR MIT]
609
609
  - type-is (2.1.0) [MIT]
610
610
  - typescript (4.9.5) [Apache-2.0, MIT, Unicode-DFS-2020, CC-BY-4.0, BSD-3-Clause, W3C-20150513]
611
611
  - uc.micro (2.1.0) [MIT]
@@ -15606,7 +15606,7 @@ Package Depth: Direct
15606
15606
  --------------------------------------------------------------------------------
15607
15607
 
15608
15608
  * Declared Licenses *
15609
- Multi-license: AFL-3.0 OR BSD-3-Clause
15609
+ Multi-license: BSD-3-Clause OR AFL-3.0
15610
15610
 
15611
15611
 
15612
15612
  JSON Schema is a repository for the JSON Schema specification, reference schemas and a CommonJS implementation of JSON Schema (not the only JavaScript implementation of JSON Schema, JSV is another excellent JavaScript validator).
@@ -23153,7 +23153,7 @@ Package Depth: Direct
23153
23153
  --------------------------------------------------------------------------------
23154
23154
 
23155
23155
  * Declared Licenses *
23156
- Multi-license: MIT OR WTFPL
23156
+ Multi-license: WTFPL OR MIT
23157
23157
 
23158
23158
 
23159
23159
  The project is double licensed, being [WTF2](./LICENSE) the master license and [MIT](./LICENSE2) the alternative license.
@@ -23882,7 +23882,7 @@ Package Depth: Transitive
23882
23882
  --------------------------------------------------------------------------------
23883
23883
 
23884
23884
  * Declared Licenses *
23885
- Multi-license: Apache-2.0 OR Unlicense
23885
+ Multi-license: Unlicense OR Apache-2.0
23886
23886
 
23887
23887
 
23888
23888
  The encoding indexes, algorithms, and many comments in the code
@@ -24494,7 +24494,7 @@ Package Depth: Transitive
24494
24494
  --------------------------------------------------------------------------------
24495
24495
 
24496
24496
  * Declared Licenses *
24497
- Multi-license: MIT OR CC0-1.0
24497
+ Multi-license: CC0-1.0 OR MIT
24498
24498
 
24499
24499
 
24500
24500
  ## License
@@ -37759,4 +37759,4 @@ POSSIBILITY OF SUCH DAMAGE.
37759
37759
  --------------------------------------------------------------------------------
37760
37760
  --------------------------------------------------------------------------------
37761
37761
 
37762
- Report Generated by FOSSA on 2026-8-7
37762
+ Report Generated by FOSSA on 2026-8-11