@gooddata/sdk-ui-loaders 10.15.0-alpha.9 → 10.16.0-alpha.1
Sign up to get free protection for your applications and to get access to all the features.
- package/NOTICE +65 -3
- package/package.json +5 -5
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-11-11
|
11
11
|
|
12
|
-
Revision ID:
|
12
|
+
Revision ID: cd08ae0ca9de334a320f4c2153889ab5a8b8dd4e
|
13
13
|
|
14
14
|
================================================================================
|
15
15
|
================================================================================
|
@@ -445,6 +445,7 @@ Revision ID: c8785ae77c4b8e7d39ac8e83ceded1476fe256e9
|
|
445
445
|
- etag (1.8.1) [MIT]
|
446
446
|
- eventemitter3 (4.0.7) [MIT]
|
447
447
|
- events (3.3.0) [MIT]
|
448
|
+
- eventsource-parser (3.0.0) [MIT]
|
448
449
|
- execa (5.1.1) [MIT]
|
449
450
|
- execa (8.0.1) [MIT]
|
450
451
|
- exponential-backoff (3.1.1) [Apache-2.0]
|
@@ -16831,6 +16832,42 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
16831
16832
|
|
16832
16833
|
|
16833
16834
|
|
16835
|
+
--------------------------------------------------------------------------------
|
16836
|
+
Package Title: eventsource-parser (3.0.0)
|
16837
|
+
|
16838
|
+
Package Locator: npm+eventsource-parser$3.0.0
|
16839
|
+
|
16840
|
+
Package Depth: Direct
|
16841
|
+
--------------------------------------------------------------------------------
|
16842
|
+
|
16843
|
+
* Declared Licenses *
|
16844
|
+
MIT
|
16845
|
+
|
16846
|
+
|
16847
|
+
MIT License
|
16848
|
+
|
16849
|
+
Copyright (c) 2024 Espen Hovlandsdal <espen@hovlandsdal.com>
|
16850
|
+
|
16851
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
16852
|
+
of this software and associated documentation files (the "Software"), to deal
|
16853
|
+
in the Software without restriction, including without limitation the rights
|
16854
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
16855
|
+
copies of the Software, and to permit persons to whom the Software is
|
16856
|
+
furnished to do so, subject to the following conditions:
|
16857
|
+
|
16858
|
+
The above copyright notice and this permission notice shall be included in all
|
16859
|
+
copies or substantial portions of the Software.
|
16860
|
+
|
16861
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16862
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
16863
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16864
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
16865
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
16866
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
16867
|
+
SOFTWARE.
|
16868
|
+
|
16869
|
+
|
16870
|
+
|
16834
16871
|
--------------------------------------------------------------------------------
|
16835
16872
|
Package Title: execa (5.1.1)
|
16836
16873
|
|
@@ -66550,6 +66587,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
66550
66587
|
SOFTWARE.
|
66551
66588
|
|
66552
66589
|
|
66590
|
+
* MIT *
|
66591
|
+
|
66592
|
+
MIT License
|
66593
|
+
|
66594
|
+
Copyright (c) 2024 Espen Hovlandsdal <espen@hovlandsdal.com>
|
66595
|
+
|
66596
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
66597
|
+
of this software and associated documentation files (the "Software"), to deal
|
66598
|
+
in the Software without restriction, including without limitation the rights
|
66599
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
66600
|
+
copies of the Software, and to permit persons to whom the Software is
|
66601
|
+
furnished to do so, subject to the following conditions:
|
66602
|
+
|
66603
|
+
The above copyright notice and this permission notice shall be included in all
|
66604
|
+
copies or substantial portions of the Software.
|
66605
|
+
|
66606
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
66607
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
66608
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
66609
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
66610
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
66611
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
66612
|
+
SOFTWARE.
|
66613
|
+
|
66614
|
+
|
66553
66615
|
* MIT *
|
66554
66616
|
|
66555
66617
|
MIT License
|
@@ -71136,4 +71198,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
71136
71198
|
--------------------------------------------------------------------------------
|
71137
71199
|
--------------------------------------------------------------------------------
|
71138
71200
|
|
71139
|
-
Report Generated by FOSSA on 2024-
|
71201
|
+
Report Generated by FOSSA on 2024-11-11
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui-loaders",
|
3
|
-
"version": "10.
|
3
|
+
"version": "10.16.0-alpha.1",
|
4
4
|
"description": "GoodData SDK Runtime Component Loaders",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -32,10 +32,10 @@
|
|
32
32
|
"semver": "^7.3.5",
|
33
33
|
"ts-invariant": "^0.7.5",
|
34
34
|
"tslib": "^2.5.0",
|
35
|
-
"@gooddata/sdk-backend-spi": "10.
|
36
|
-
"@gooddata/sdk-model": "10.
|
37
|
-
"@gooddata/sdk-ui": "10.
|
38
|
-
"@gooddata/sdk-ui-dashboard": "10.
|
35
|
+
"@gooddata/sdk-backend-spi": "10.16.0-alpha.1",
|
36
|
+
"@gooddata/sdk-model": "10.16.0-alpha.1",
|
37
|
+
"@gooddata/sdk-ui": "10.16.0-alpha.1",
|
38
|
+
"@gooddata/sdk-ui-dashboard": "10.16.0-alpha.1"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|
41
41
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|