@gooddata/sdk-ui-charts 10.25.0-alpha.54 → 10.25.0-alpha.56
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 +99 -3
- package/package.json +10 -10
package/NOTICE
CHANGED
@@ -7,9 +7,9 @@
|
|
7
7
|
|
8
8
|
The following 3rd-party software packages may be used by or distributed with gooddata-ui-sdk. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
|
9
9
|
|
10
|
-
Date generated: 2025-4-
|
10
|
+
Date generated: 2025-4-16
|
11
11
|
|
12
|
-
Revision ID:
|
12
|
+
Revision ID: a310b20a7650e3f6166b6bc6ffbc025897f19814
|
13
13
|
|
14
14
|
================================================================================
|
15
15
|
================================================================================
|
@@ -409,6 +409,7 @@ Revision ID: bb67b78f819508993546730ea15cd8d7980c320c
|
|
409
409
|
- core-js-compat (3.34.0) [MIT]
|
410
410
|
- core-util-is (1.0.3) [MIT]
|
411
411
|
- cosmiconfig (7.1.0) [MIT]
|
412
|
+
- cron-parser (5.1.1) [MIT]
|
412
413
|
- cross-spawn (7.0.3) [MIT]
|
413
414
|
- css-mediaquery (0.1.2) [BSD-3-Clause]
|
414
415
|
- csscolorparser (1.0.3) [MIT]
|
@@ -654,6 +655,7 @@ Revision ID: bb67b78f819508993546730ea15cd8d7980c320c
|
|
654
655
|
- lru-cache (11.0.2) [ISC]
|
655
656
|
- lru-cache (5.1.1) [ISC]
|
656
657
|
- lru-cache (6.0.0) [ISC]
|
658
|
+
- luxon (3.6.1) [MIT]
|
657
659
|
- lz-string (1.5.0) [MIT, WTFPL]
|
658
660
|
- magic-string (0.30.17) [MIT]
|
659
661
|
- make-dir (2.1.0) [MIT]
|
@@ -15978,6 +15980,42 @@ SOFTWARE.
|
|
15978
15980
|
|
15979
15981
|
|
15980
15982
|
|
15983
|
+
--------------------------------------------------------------------------------
|
15984
|
+
Package Title: cron-parser (5.1.1)
|
15985
|
+
|
15986
|
+
Package Locator: npm+cron-parser$5.1.1
|
15987
|
+
|
15988
|
+
Package Depth: Direct
|
15989
|
+
--------------------------------------------------------------------------------
|
15990
|
+
|
15991
|
+
* Declared Licenses *
|
15992
|
+
MIT
|
15993
|
+
|
15994
|
+
|
15995
|
+
The MIT License (MIT)
|
15996
|
+
|
15997
|
+
Copyright (c) 2014-2023 Harri Siirak
|
15998
|
+
|
15999
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
16000
|
+
of this software and associated documentation files (the "Software"), to deal
|
16001
|
+
in the Software without restriction, including without limitation the rights
|
16002
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
16003
|
+
copies of the Software, and to permit persons to whom the Software is
|
16004
|
+
furnished to do so, subject to the following conditions:
|
16005
|
+
|
16006
|
+
The above copyright notice and this permission notice shall be included in all
|
16007
|
+
copies or substantial portions of the Software.
|
16008
|
+
|
16009
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16010
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
16011
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16012
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
16013
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
16014
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
16015
|
+
SOFTWARE.
|
16016
|
+
|
16017
|
+
|
16018
|
+
|
15981
16019
|
--------------------------------------------------------------------------------
|
15982
16020
|
Package Title: cross-spawn (7.0.3)
|
15983
16021
|
|
@@ -25505,6 +25543,28 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
25505
25543
|
|
25506
25544
|
|
25507
25545
|
|
25546
|
+
--------------------------------------------------------------------------------
|
25547
|
+
Package Title: luxon (3.6.1)
|
25548
|
+
|
25549
|
+
Package Locator: npm+luxon$3.6.1
|
25550
|
+
|
25551
|
+
Package Depth: Transitive
|
25552
|
+
--------------------------------------------------------------------------------
|
25553
|
+
|
25554
|
+
* Declared Licenses *
|
25555
|
+
MIT
|
25556
|
+
|
25557
|
+
|
25558
|
+
Copyright 2019 JS Foundation and other contributors
|
25559
|
+
|
25560
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
25561
|
+
|
25562
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
25563
|
+
|
25564
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
25565
|
+
|
25566
|
+
|
25567
|
+
|
25508
25568
|
--------------------------------------------------------------------------------
|
25509
25569
|
Package Title: lz-string (1.5.0)
|
25510
25570
|
|
@@ -65572,6 +65632,17 @@ The above copyright notice and this permission notice shall be included in all c
|
|
65572
65632
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
65573
65633
|
|
65574
65634
|
|
65635
|
+
* MIT *
|
65636
|
+
|
65637
|
+
Copyright 2019 JS Foundation and other contributors
|
65638
|
+
|
65639
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
65640
|
+
|
65641
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
65642
|
+
|
65643
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
65644
|
+
|
65645
|
+
|
65575
65646
|
* MIT *
|
65576
65647
|
|
65577
65648
|
Copyright 2019 Justin Ridgewell <jridgewell@google.com>
|
@@ -71973,6 +72044,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
71973
72044
|
SOFTWARE.
|
71974
72045
|
|
71975
72046
|
|
72047
|
+
* MIT *
|
72048
|
+
|
72049
|
+
The MIT License (MIT)
|
72050
|
+
|
72051
|
+
Copyright (c) 2014-2023 Harri Siirak
|
72052
|
+
|
72053
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
72054
|
+
of this software and associated documentation files (the "Software"), to deal
|
72055
|
+
in the Software without restriction, including without limitation the rights
|
72056
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
72057
|
+
copies of the Software, and to permit persons to whom the Software is
|
72058
|
+
furnished to do so, subject to the following conditions:
|
72059
|
+
|
72060
|
+
The above copyright notice and this permission notice shall be included in all
|
72061
|
+
copies or substantial portions of the Software.
|
72062
|
+
|
72063
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
72064
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
72065
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
72066
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
72067
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
72068
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
72069
|
+
SOFTWARE.
|
72070
|
+
|
72071
|
+
|
71976
72072
|
* MIT *
|
71977
72073
|
|
71978
72074
|
The MIT License (MIT)
|
@@ -74861,4 +74957,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
74861
74957
|
--------------------------------------------------------------------------------
|
74862
74958
|
--------------------------------------------------------------------------------
|
74863
74959
|
|
74864
|
-
Report Generated by FOSSA on 2025-4-
|
74960
|
+
Report Generated by FOSSA on 2025-4-16
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui-charts",
|
3
|
-
"version": "10.25.0-alpha.
|
3
|
+
"version": "10.25.0-alpha.56",
|
4
4
|
"description": "GoodData.UI SDK - Charts",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -67,13 +67,13 @@
|
|
67
67
|
"ts-invariant": "^0.7.5",
|
68
68
|
"tslib": "^2.5.0",
|
69
69
|
"uuid": "^8.3.2",
|
70
|
-
"@gooddata/sdk-backend-spi": "10.25.0-alpha.
|
71
|
-
"@gooddata/sdk-model": "10.25.0-alpha.
|
72
|
-
"@gooddata/sdk-ui": "10.25.0-alpha.
|
73
|
-
"@gooddata/sdk-ui
|
74
|
-
"@gooddata/sdk-ui-theme-provider": "10.25.0-alpha.
|
75
|
-
"@gooddata/sdk-ui-vis-commons": "10.25.0-alpha.
|
76
|
-
"@gooddata/util": "10.25.0-alpha.
|
70
|
+
"@gooddata/sdk-backend-spi": "10.25.0-alpha.56",
|
71
|
+
"@gooddata/sdk-model": "10.25.0-alpha.56",
|
72
|
+
"@gooddata/sdk-ui-kit": "10.25.0-alpha.56",
|
73
|
+
"@gooddata/sdk-ui": "10.25.0-alpha.56",
|
74
|
+
"@gooddata/sdk-ui-theme-provider": "10.25.0-alpha.56",
|
75
|
+
"@gooddata/sdk-ui-vis-commons": "10.25.0-alpha.56",
|
76
|
+
"@gooddata/util": "10.25.0-alpha.56"
|
77
77
|
},
|
78
78
|
"peerDependencies": {
|
79
79
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
@@ -124,8 +124,8 @@
|
|
124
124
|
"vitest": "3.0.8",
|
125
125
|
"vitest-dom": "0.1.1",
|
126
126
|
"@types/js-yaml": "^4.0.9",
|
127
|
-
"@gooddata/
|
128
|
-
"@gooddata/
|
127
|
+
"@gooddata/reference-workspace": "10.25.0-alpha.56",
|
128
|
+
"@gooddata/sdk-backend-mockingbird": "10.25.0-alpha.56"
|
129
129
|
},
|
130
130
|
"scripts": {
|
131
131
|
"clean": "rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
|