@gooddata/sdk-ui-all 10.12.0-alpha.9 → 10.13.0-alpha.0
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 +3 -38
- package/package.json +9 -9
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: 2024-
|
10
|
+
Date generated: 2024-10-1
|
11
11
|
|
12
|
-
Revision ID:
|
12
|
+
Revision ID: 266145b7f290dd306974971535b2271c242c1c38
|
13
13
|
|
14
14
|
================================================================================
|
15
15
|
================================================================================
|
@@ -795,7 +795,6 @@ Revision ID: 5ec20cf74f4c62bb1ba108ac794da39cba17e187
|
|
795
795
|
- remark-rehype (11.1.0) [MIT]
|
796
796
|
- require-from-string (2.0.2) [MIT]
|
797
797
|
- requires-port (1.0.0) [MIT]
|
798
|
-
- reselect (5.1.1) [MIT]
|
799
798
|
- reselect (4.1.8) [MIT]
|
800
799
|
- resize-observer-polyfill (1.5.1) [MIT]
|
801
800
|
- resolve (1.22.8) [MIT, ISC]
|
@@ -29238,40 +29237,6 @@ SOFTWARE.
|
|
29238
29237
|
|
29239
29238
|
|
29240
29239
|
|
29241
|
-
--------------------------------------------------------------------------------
|
29242
|
-
Package Title: reselect (5.1.1)
|
29243
|
-
|
29244
|
-
Package Locator: npm+reselect$5.1.1
|
29245
|
-
--------------------------------------------------------------------------------
|
29246
|
-
|
29247
|
-
* Declared Licenses *
|
29248
|
-
MIT
|
29249
|
-
|
29250
|
-
|
29251
|
-
The MIT License (MIT)
|
29252
|
-
|
29253
|
-
Copyright (c) 2015-2018 Reselect Contributors
|
29254
|
-
|
29255
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
29256
|
-
of this software and associated documentation files (the "Software"), to deal
|
29257
|
-
in the Software without restriction, including without limitation the rights
|
29258
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
29259
|
-
copies of the Software, and to permit persons to whom the Software is
|
29260
|
-
furnished to do so, subject to the following conditions:
|
29261
|
-
|
29262
|
-
The above copyright notice and this permission notice shall be included in all
|
29263
|
-
copies or substantial portions of the Software.
|
29264
|
-
|
29265
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
29266
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
29267
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
29268
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
29269
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
29270
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
29271
|
-
SOFTWARE.
|
29272
|
-
|
29273
|
-
|
29274
|
-
|
29275
29240
|
--------------------------------------------------------------------------------
|
29276
29241
|
Package Title: reselect (4.1.8)
|
29277
29242
|
|
@@ -69221,4 +69186,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
69221
69186
|
--------------------------------------------------------------------------------
|
69222
69187
|
--------------------------------------------------------------------------------
|
69223
69188
|
|
69224
|
-
Report Generated by FOSSA on 2024-
|
69189
|
+
Report Generated by FOSSA on 2024-10-1
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui-all",
|
3
|
-
"version": "10.
|
3
|
+
"version": "10.13.0-alpha.0",
|
4
4
|
"author": "GoodData",
|
5
5
|
"description": "GoodData SDK - All-In-One",
|
6
6
|
"repository": {
|
@@ -24,14 +24,14 @@
|
|
24
24
|
],
|
25
25
|
"dependencies": {
|
26
26
|
"tslib": "^2.5.0",
|
27
|
-
"@gooddata/sdk-
|
28
|
-
"@gooddata/sdk-
|
29
|
-
"@gooddata/sdk-ui
|
30
|
-
"@gooddata/sdk-ui-
|
31
|
-
"@gooddata/sdk-
|
32
|
-
"@gooddata/sdk-ui-
|
33
|
-
"@gooddata/sdk-ui-
|
34
|
-
"@gooddata/sdk-ui-pivot": "10.
|
27
|
+
"@gooddata/sdk-backend-spi": "10.13.0-alpha.0",
|
28
|
+
"@gooddata/sdk-model": "10.13.0-alpha.0",
|
29
|
+
"@gooddata/sdk-ui": "10.13.0-alpha.0",
|
30
|
+
"@gooddata/sdk-ui-charts": "10.13.0-alpha.0",
|
31
|
+
"@gooddata/sdk-ui-ext": "10.13.0-alpha.0",
|
32
|
+
"@gooddata/sdk-ui-filters": "10.13.0-alpha.0",
|
33
|
+
"@gooddata/sdk-ui-geo": "10.13.0-alpha.0",
|
34
|
+
"@gooddata/sdk-ui-pivot": "10.13.0-alpha.0"
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
37
37
|
"@gooddata/eslint-config": "^4.1.0",
|