@gooddata/sdk-ui-gen-ai 11.56.0-alpha.4 → 11.56.0-alpha.6
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 +1 -1
- package/package.json +22 -23
package/NOTICE
CHANGED
|
@@ -9,7 +9,7 @@ The following 3rd-party software packages may be used by or distributed with goo
|
|
|
9
9
|
|
|
10
10
|
Date generated: 2026-9-8
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: c3978e6d95b691f58341d7a2af5e76ea67f3bf55
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-gen-ai",
|
|
3
|
-
"version": "11.56.0-alpha.
|
|
3
|
+
"version": "11.56.0-alpha.6",
|
|
4
4
|
"description": "GoodData GenAI SDK",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -57,18 +57,18 @@
|
|
|
57
57
|
"reselect": "5.1.1",
|
|
58
58
|
"tslib": "2.8.1",
|
|
59
59
|
"uuid": "11.1.1",
|
|
60
|
-
"@gooddata/api-client-tiger": "11.56.0-alpha.
|
|
61
|
-
"@gooddata/sdk-backend-spi": "11.56.0-alpha.
|
|
62
|
-
"@gooddata/sdk-model": "11.56.0-alpha.
|
|
63
|
-
"@gooddata/sdk-ui": "11.56.0-alpha.
|
|
64
|
-
"@gooddata/sdk-ui
|
|
65
|
-
"@gooddata/sdk-ui-dashboard": "11.56.0-alpha.
|
|
66
|
-
"@gooddata/sdk-ui-filters": "11.56.0-alpha.
|
|
67
|
-
"@gooddata/sdk-ui-
|
|
68
|
-
"@gooddata/sdk-ui-
|
|
69
|
-
"@gooddata/sdk-ui-
|
|
70
|
-
"@gooddata/
|
|
71
|
-
"@gooddata/
|
|
60
|
+
"@gooddata/api-client-tiger": "11.56.0-alpha.6",
|
|
61
|
+
"@gooddata/sdk-backend-spi": "11.56.0-alpha.6",
|
|
62
|
+
"@gooddata/sdk-model": "11.56.0-alpha.6",
|
|
63
|
+
"@gooddata/sdk-ui-charts": "11.56.0-alpha.6",
|
|
64
|
+
"@gooddata/sdk-ui": "11.56.0-alpha.6",
|
|
65
|
+
"@gooddata/sdk-ui-dashboard": "11.56.0-alpha.6",
|
|
66
|
+
"@gooddata/sdk-ui-filters": "11.56.0-alpha.6",
|
|
67
|
+
"@gooddata/sdk-ui-pivot": "11.56.0-alpha.6",
|
|
68
|
+
"@gooddata/sdk-ui-semantic-search": "11.56.0-alpha.6",
|
|
69
|
+
"@gooddata/sdk-ui-kit": "11.56.0-alpha.6",
|
|
70
|
+
"@gooddata/util": "11.56.0-alpha.6",
|
|
71
|
+
"@gooddata/sdk-ui-theme-provider": "11.56.0-alpha.6"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@microsoft/api-documenter": "7.30.10",
|
|
@@ -83,7 +83,6 @@
|
|
|
83
83
|
"@types/react-redux": "7.1.34",
|
|
84
84
|
"@typescript-eslint/eslint-plugin": "8.58.0",
|
|
85
85
|
"@typescript-eslint/parser": "8.58.0",
|
|
86
|
-
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
|
87
86
|
"dependency-cruiser": "17.3.10",
|
|
88
87
|
"eslint": "^9.39.2",
|
|
89
88
|
"eslint-plugin-headers": "1.3.3",
|
|
@@ -105,15 +104,15 @@
|
|
|
105
104
|
"sass": "1.80.0",
|
|
106
105
|
"stylelint": "16.26.1",
|
|
107
106
|
"svgo": "2.8.3",
|
|
108
|
-
"typescript": "
|
|
107
|
+
"typescript": "7.0.2",
|
|
109
108
|
"vitest": "4.1.8",
|
|
110
109
|
"vitest-dom": "0.1.1",
|
|
111
|
-
"@gooddata/
|
|
112
|
-
"@gooddata/
|
|
113
|
-
"@gooddata/oxlint-config": "11.56.0-alpha.
|
|
114
|
-
"@gooddata/
|
|
115
|
-
"@gooddata/stylelint-config": "11.56.0-alpha.
|
|
116
|
-
"@gooddata/
|
|
110
|
+
"@gooddata/i18n-toolkit": "11.56.0-alpha.6",
|
|
111
|
+
"@gooddata/eslint-config": "11.56.0-alpha.6",
|
|
112
|
+
"@gooddata/oxlint-config": "11.56.0-alpha.6",
|
|
113
|
+
"@gooddata/sdk-backend-mockingbird": "11.56.0-alpha.6",
|
|
114
|
+
"@gooddata/stylelint-config": "11.56.0-alpha.6",
|
|
115
|
+
"@gooddata/reference-workspace": "11.56.0-alpha.6"
|
|
117
116
|
},
|
|
118
117
|
"peerDependencies": {
|
|
119
118
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -125,9 +124,9 @@
|
|
|
125
124
|
"_phase:validate": "npm run build-dynamic-files && npm run validate",
|
|
126
125
|
"api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l; exit 0) || (api-extractor run)",
|
|
127
126
|
"build": "bash scripts/build.sh",
|
|
128
|
-
"build-check": "
|
|
127
|
+
"build-check": "tsc",
|
|
129
128
|
"build-dynamic-files": "bash scripts/build.sh --genFilesOnly",
|
|
130
|
-
"build-ts": "
|
|
129
|
+
"build-ts": "tsc -p tsconfig.build.json",
|
|
131
130
|
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage temp *.log styles/css tsconfig.tsbuildinfo",
|
|
132
131
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
|
|
133
132
|
"format-check": "oxfmt --check .",
|