@gooddata/sdk-ui-charts 10.25.0-alpha.0 → 10.25.0-alpha.10
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 +26 -26
- 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-3
|
10
|
+
Date generated: 2025-4-3
|
11
11
|
|
12
|
-
Revision ID:
|
12
|
+
Revision ID: bb67b78f819508993546730ea15cd8d7980c320c
|
13
13
|
|
14
14
|
================================================================================
|
15
15
|
================================================================================
|
@@ -642,7 +642,7 @@ Revision ID: f7ec3f7629a7c20bd87a54fb673267e7b88c1e86
|
|
642
642
|
- lines-and-columns (1.2.4) [MIT]
|
643
643
|
- loader-runner (4.3.0) [MIT]
|
644
644
|
- locate-path (5.0.0) [MIT]
|
645
|
-
- lodash (4.17.21) [
|
645
|
+
- lodash (4.17.21) [CC0-1.0, MIT]
|
646
646
|
- lodash.debounce (4.0.8) [CC0-1.0, MIT]
|
647
647
|
- log-symbols (4.1.0) [MIT]
|
648
648
|
- longest-streak (3.1.0) [MIT]
|
@@ -25037,28 +25037,7 @@ Package Depth: Direct
|
|
25037
25037
|
--------------------------------------------------------------------------------
|
25038
25038
|
|
25039
25039
|
* Declared Licenses *
|
25040
|
-
|
25041
|
-
|
25042
|
-
* MIT *
|
25043
|
-
|
25044
|
-
Copyright (c) OpenJS Foundation and other contributors <https://openjsf.org/>
|
25045
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
25046
|
-
of this software and associated documentation files (the "Software"), to deal
|
25047
|
-
in the Software without restriction, including without limitation the rights
|
25048
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
25049
|
-
copies of the Software, and to permit persons to whom the Software is
|
25050
|
-
furnished to do so, subject to the following conditions:
|
25051
|
-
|
25052
|
-
The above copyright notice and this permission notice shall be included in all
|
25053
|
-
copies or substantial portions of the Software.
|
25054
|
-
|
25055
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25056
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
25057
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
25058
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25059
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25060
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25061
|
-
SOFTWARE.
|
25040
|
+
CC0-1.0, MIT
|
25062
25041
|
|
25063
25042
|
* CC0-1.0 *
|
25064
25043
|
|
@@ -25111,6 +25090,27 @@ licenses; we recommend you read them, as their terms may differ from the
|
|
25111
25090
|
terms above.
|
25112
25091
|
|
25113
25092
|
|
25093
|
+
* MIT *
|
25094
|
+
|
25095
|
+
Copyright (c) OpenJS Foundation and other contributors <https://openjsf.org/>
|
25096
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
25097
|
+
of this software and associated documentation files (the "Software"), to deal
|
25098
|
+
in the Software without restriction, including without limitation the rights
|
25099
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
25100
|
+
copies of the Software, and to permit persons to whom the Software is
|
25101
|
+
furnished to do so, subject to the following conditions:
|
25102
|
+
|
25103
|
+
The above copyright notice and this permission notice shall be included in all
|
25104
|
+
copies or substantial portions of the Software.
|
25105
|
+
|
25106
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25107
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
25108
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
25109
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25110
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25111
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25112
|
+
SOFTWARE.
|
25113
|
+
|
25114
25114
|
|
25115
25115
|
--------------------------------------------------------------------------------
|
25116
25116
|
Package Title: lodash.debounce (4.0.8)
|
@@ -74861,4 +74861,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
74861
74861
|
--------------------------------------------------------------------------------
|
74862
74862
|
--------------------------------------------------------------------------------
|
74863
74863
|
|
74864
|
-
Report Generated by FOSSA on 2025-3
|
74864
|
+
Report Generated by FOSSA on 2025-4-3
|
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.10",
|
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-
|
71
|
-
"@gooddata/sdk-
|
72
|
-
"@gooddata/sdk-ui": "10.25.0-alpha.
|
73
|
-
"@gooddata/sdk-ui-kit": "10.25.0-alpha.
|
74
|
-
"@gooddata/sdk-ui-theme-provider": "10.25.0-alpha.
|
75
|
-
"@gooddata/
|
76
|
-
"@gooddata/
|
70
|
+
"@gooddata/sdk-model": "10.25.0-alpha.10",
|
71
|
+
"@gooddata/sdk-backend-spi": "10.25.0-alpha.10",
|
72
|
+
"@gooddata/sdk-ui": "10.25.0-alpha.10",
|
73
|
+
"@gooddata/sdk-ui-kit": "10.25.0-alpha.10",
|
74
|
+
"@gooddata/sdk-ui-theme-provider": "10.25.0-alpha.10",
|
75
|
+
"@gooddata/sdk-ui-vis-commons": "10.25.0-alpha.10",
|
76
|
+
"@gooddata/util": "10.25.0-alpha.10"
|
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/reference-workspace": "10.25.0-alpha.
|
128
|
-
"@gooddata/sdk-backend-mockingbird": "10.25.0-alpha.
|
127
|
+
"@gooddata/reference-workspace": "10.25.0-alpha.10",
|
128
|
+
"@gooddata/sdk-backend-mockingbird": "10.25.0-alpha.10"
|
129
129
|
},
|
130
130
|
"scripts": {
|
131
131
|
"clean": "rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
|