@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.
Files changed (2) hide show
  1. package/NOTICE +1 -1
  2. 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: a8781e798262a7ba5b0988d15649e995e7b321c8
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.4",
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.4",
61
- "@gooddata/sdk-backend-spi": "11.56.0-alpha.4",
62
- "@gooddata/sdk-model": "11.56.0-alpha.4",
63
- "@gooddata/sdk-ui": "11.56.0-alpha.4",
64
- "@gooddata/sdk-ui-charts": "11.56.0-alpha.4",
65
- "@gooddata/sdk-ui-dashboard": "11.56.0-alpha.4",
66
- "@gooddata/sdk-ui-filters": "11.56.0-alpha.4",
67
- "@gooddata/sdk-ui-kit": "11.56.0-alpha.4",
68
- "@gooddata/sdk-ui-pivot": "11.56.0-alpha.4",
69
- "@gooddata/sdk-ui-semantic-search": "11.56.0-alpha.4",
70
- "@gooddata/sdk-ui-theme-provider": "11.56.0-alpha.4",
71
- "@gooddata/util": "11.56.0-alpha.4"
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": "6.0.3",
107
+ "typescript": "7.0.2",
109
108
  "vitest": "4.1.8",
110
109
  "vitest-dom": "0.1.1",
111
- "@gooddata/eslint-config": "11.56.0-alpha.4",
112
- "@gooddata/i18n-toolkit": "11.56.0-alpha.4",
113
- "@gooddata/oxlint-config": "11.56.0-alpha.4",
114
- "@gooddata/reference-workspace": "11.56.0-alpha.4",
115
- "@gooddata/stylelint-config": "11.56.0-alpha.4",
116
- "@gooddata/sdk-backend-mockingbird": "11.56.0-alpha.4"
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": "tsgo",
127
+ "build-check": "tsc",
129
128
  "build-dynamic-files": "bash scripts/build.sh --genFilesOnly",
130
- "build-ts": "tsgo -p tsconfig.build.json",
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 .",