@gooddata/sdk-ui-all 11.27.0-alpha.2 → 11.27.0-alpha.4
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 +6 -6
- package/package.json +11 -11
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-3-
|
|
10
|
+
Date generated: 2026-3-24
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: f8c1b73e3e29cc62e7911fd36993c37aaef2cdc2
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -374,7 +374,7 @@ Revision ID: bca279ec363bdbaf2a54ad973bddd856f6ffa953
|
|
|
374
374
|
- bail (2.0.2) [MIT]
|
|
375
375
|
- balanced-match (2.0.0) [MIT]
|
|
376
376
|
- base64-js (1.5.1) [MIT]
|
|
377
|
-
- baseline-browser-mapping (2.10.
|
|
377
|
+
- baseline-browser-mapping (2.10.10) [Apache-2.0]
|
|
378
378
|
- batch (0.6.1) [MIT]
|
|
379
379
|
- binary-extensions (2.3.0) [MIT]
|
|
380
380
|
- bl (4.1.0) [MIT]
|
|
@@ -5338,9 +5338,9 @@ MIT
|
|
|
5338
5338
|
|
|
5339
5339
|
|
|
5340
5340
|
--------------------------------------------------------------------------------
|
|
5341
|
-
Package Title: baseline-browser-mapping (2.10.
|
|
5341
|
+
Package Title: baseline-browser-mapping (2.10.10)
|
|
5342
5342
|
|
|
5343
|
-
Package Locator: npm+baseline-browser-mapping$2.10.
|
|
5343
|
+
Package Locator: npm+baseline-browser-mapping$2.10.10
|
|
5344
5344
|
|
|
5345
5345
|
Package Depth: Transitive
|
|
5346
5346
|
--------------------------------------------------------------------------------
|
|
@@ -38160,4 +38160,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
|
38160
38160
|
--------------------------------------------------------------------------------
|
|
38161
38161
|
--------------------------------------------------------------------------------
|
|
38162
38162
|
|
|
38163
|
-
Report Generated by FOSSA on 2026-3-
|
|
38163
|
+
Report Generated by FOSSA on 2026-3-24
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-all",
|
|
3
|
-
"version": "11.27.0-alpha.
|
|
3
|
+
"version": "11.27.0-alpha.4",
|
|
4
4
|
"description": "GoodData SDK - All-In-One",
|
|
5
5
|
"license": "LicenseRef-LICENSE",
|
|
6
6
|
"author": "GoodData",
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"exports": "./esm/index.js",
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"tslib": "2.8.1",
|
|
27
|
-
"@gooddata/sdk-backend-spi": "11.27.0-alpha.
|
|
28
|
-
"@gooddata/sdk-model": "11.27.0-alpha.
|
|
29
|
-
"@gooddata/sdk-ui
|
|
30
|
-
"@gooddata/sdk-ui": "11.27.0-alpha.
|
|
31
|
-
"@gooddata/sdk-ui-
|
|
32
|
-
"@gooddata/sdk-ui-filters": "11.27.0-alpha.
|
|
33
|
-
"@gooddata/sdk-ui-
|
|
34
|
-
"@gooddata/sdk-ui-
|
|
27
|
+
"@gooddata/sdk-backend-spi": "11.27.0-alpha.4",
|
|
28
|
+
"@gooddata/sdk-model": "11.27.0-alpha.4",
|
|
29
|
+
"@gooddata/sdk-ui": "11.27.0-alpha.4",
|
|
30
|
+
"@gooddata/sdk-ui-ext": "11.27.0-alpha.4",
|
|
31
|
+
"@gooddata/sdk-ui-charts": "11.27.0-alpha.4",
|
|
32
|
+
"@gooddata/sdk-ui-filters": "11.27.0-alpha.4",
|
|
33
|
+
"@gooddata/sdk-ui-pivot": "11.27.0-alpha.4",
|
|
34
|
+
"@gooddata/sdk-ui-geo": "11.27.0-alpha.4"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"oxlint": "^1.43.0",
|
|
55
55
|
"oxlint-tsgolint": "0.11.4",
|
|
56
56
|
"typescript": "5.9.3",
|
|
57
|
-
"@gooddata/
|
|
58
|
-
"@gooddata/
|
|
57
|
+
"@gooddata/eslint-config": "11.27.0-alpha.4",
|
|
58
|
+
"@gooddata/oxlint-config": "11.27.0-alpha.4"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"_phase:build": "npm run build",
|