@gooddata/sdk-ui-loaders 11.46.0-alpha.1 → 11.46.0-alpha.3
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 +8 -8
- package/package.json +7 -7
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: 2026-7-
|
|
10
|
+
Date generated: 2026-7-6
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: 1c6be8bedd010c9cf109e33daf7ae90236b363aa
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -229,7 +229,7 @@ Revision ID: 9473b8ff1342704ff1498f54591ef2ab4c6943f4
|
|
|
229
229
|
- @mapbox/unitbezier (0.0.1) [BSD-2-Clause]
|
|
230
230
|
- @mapbox/vector-tile (1.3.1) [BSD-3-Clause]
|
|
231
231
|
- @mapbox/whoots-js (3.1.0) [ISC]
|
|
232
|
-
- @maplibre/maplibre-gl-style-spec (20.4.0) [MIT, BSD-3-Clause
|
|
232
|
+
- @maplibre/maplibre-gl-style-spec (20.4.0) [MIT, ISC, BSD-3-Clause]
|
|
233
233
|
- @marijn/find-cluster-break (1.0.2) [MIT]
|
|
234
234
|
- @module-federation/error-codes (2.3.1) [MIT]
|
|
235
235
|
- @module-federation/runtime (2.3.1) [MIT]
|
|
@@ -373,7 +373,7 @@ Revision ID: 9473b8ff1342704ff1498f54591ef2ab4c6943f4
|
|
|
373
373
|
- balanced-match (2.0.0) [MIT]
|
|
374
374
|
- balanced-match (4.0.4) [MIT]
|
|
375
375
|
- base64-js (1.5.1) [MIT]
|
|
376
|
-
- baseline-browser-mapping (2.10.
|
|
376
|
+
- baseline-browser-mapping (2.10.42) [Apache-2.0]
|
|
377
377
|
- batch (0.6.1) [MIT]
|
|
378
378
|
- binary-extensions (2.3.0) [MIT]
|
|
379
379
|
- bl (4.1.0) [MIT]
|
|
@@ -3544,7 +3544,7 @@ Package Depth: Transitive
|
|
|
3544
3544
|
--------------------------------------------------------------------------------
|
|
3545
3545
|
|
|
3546
3546
|
* Declared Licenses *
|
|
3547
|
-
MIT, BSD-3-Clause
|
|
3547
|
+
MIT, ISC, BSD-3-Clause
|
|
3548
3548
|
|
|
3549
3549
|
|
|
3550
3550
|
--------------------------------------------------------------------------------
|
|
@@ -5276,9 +5276,9 @@ MIT
|
|
|
5276
5276
|
|
|
5277
5277
|
|
|
5278
5278
|
--------------------------------------------------------------------------------
|
|
5279
|
-
Package Title: baseline-browser-mapping (2.10.
|
|
5279
|
+
Package Title: baseline-browser-mapping (2.10.42)
|
|
5280
5280
|
|
|
5281
|
-
Package Locator: npm+baseline-browser-mapping$2.10.
|
|
5281
|
+
Package Locator: npm+baseline-browser-mapping$2.10.42
|
|
5282
5282
|
|
|
5283
5283
|
Package Depth: Transitive
|
|
5284
5284
|
--------------------------------------------------------------------------------
|
|
@@ -29272,4 +29272,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
|
29272
29272
|
--------------------------------------------------------------------------------
|
|
29273
29273
|
--------------------------------------------------------------------------------
|
|
29274
29274
|
|
|
29275
|
-
Report Generated by FOSSA on 2026-7-
|
|
29275
|
+
Report Generated by FOSSA on 2026-7-6
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-loaders",
|
|
3
|
-
"version": "11.46.0-alpha.
|
|
3
|
+
"version": "11.46.0-alpha.3",
|
|
4
4
|
"description": "GoodData SDK Runtime Component Loaders",
|
|
5
5
|
"license": "LicenseRef-LICENSE",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"semver": "7.7.4",
|
|
33
33
|
"ts-invariant": "0.10.3",
|
|
34
34
|
"tslib": "2.8.1",
|
|
35
|
-
"@gooddata/sdk-backend-spi": "11.46.0-alpha.
|
|
36
|
-
"@gooddata/sdk-model": "11.46.0-alpha.
|
|
37
|
-
"@gooddata/sdk-ui": "11.46.0-alpha.
|
|
38
|
-
"@gooddata/sdk-ui
|
|
35
|
+
"@gooddata/sdk-backend-spi": "11.46.0-alpha.3",
|
|
36
|
+
"@gooddata/sdk-model": "11.46.0-alpha.3",
|
|
37
|
+
"@gooddata/sdk-ui-dashboard": "11.46.0-alpha.3",
|
|
38
|
+
"@gooddata/sdk-ui": "11.46.0-alpha.3"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"react": "19.1.1",
|
|
70
70
|
"react-dom": "19.1.1",
|
|
71
71
|
"typescript": "5.9.3",
|
|
72
|
-
"@gooddata/eslint-config": "11.46.0-alpha.
|
|
73
|
-
"@gooddata/oxlint-config": "11.46.0-alpha.
|
|
72
|
+
"@gooddata/eslint-config": "11.46.0-alpha.3",
|
|
73
|
+
"@gooddata/oxlint-config": "11.46.0-alpha.3"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
76
|
"react": "^18.0.0 || ^19.0.0",
|