@gooddata/sdk-ui-gen-ai 11.26.0-alpha.7 → 11.26.0-alpha.8

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 (1) hide show
  1. package/package.json +20 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-gen-ai",
3
- "version": "11.26.0-alpha.7",
3
+ "version": "11.26.0-alpha.8",
4
4
  "description": "GoodData GenAI SDK",
5
5
  "license": "MIT",
6
6
  "author": "GoodData Corporation",
@@ -56,18 +56,18 @@
56
56
  "reselect": "5.1.1",
57
57
  "tslib": "2.8.1",
58
58
  "uuid": "11.1.0",
59
- "@gooddata/api-client-tiger": "11.26.0-alpha.7",
60
- "@gooddata/sdk-backend-spi": "11.26.0-alpha.7",
61
- "@gooddata/sdk-model": "11.26.0-alpha.7",
62
- "@gooddata/sdk-ui": "11.26.0-alpha.7",
63
- "@gooddata/sdk-ui-charts": "11.26.0-alpha.7",
64
- "@gooddata/sdk-ui-dashboard": "11.26.0-alpha.7",
65
- "@gooddata/sdk-ui-filters": "11.26.0-alpha.7",
66
- "@gooddata/sdk-ui-kit": "11.26.0-alpha.7",
67
- "@gooddata/sdk-ui-pivot": "11.26.0-alpha.7",
68
- "@gooddata/sdk-ui-semantic-search": "11.26.0-alpha.7",
69
- "@gooddata/sdk-ui-theme-provider": "11.26.0-alpha.7",
70
- "@gooddata/util": "11.26.0-alpha.7"
59
+ "@gooddata/api-client-tiger": "11.26.0-alpha.8",
60
+ "@gooddata/sdk-backend-spi": "11.26.0-alpha.8",
61
+ "@gooddata/sdk-model": "11.26.0-alpha.8",
62
+ "@gooddata/sdk-ui": "11.26.0-alpha.8",
63
+ "@gooddata/sdk-ui-charts": "11.26.0-alpha.8",
64
+ "@gooddata/sdk-ui-dashboard": "11.26.0-alpha.8",
65
+ "@gooddata/sdk-ui-filters": "11.26.0-alpha.8",
66
+ "@gooddata/sdk-ui-kit": "11.26.0-alpha.8",
67
+ "@gooddata/sdk-ui-pivot": "11.26.0-alpha.8",
68
+ "@gooddata/sdk-ui-semantic-search": "11.26.0-alpha.8",
69
+ "@gooddata/sdk-ui-theme-provider": "11.26.0-alpha.8",
70
+ "@gooddata/util": "11.26.0-alpha.8"
71
71
  },
72
72
  "devDependencies": {
73
73
  "@microsoft/api-documenter": "^7.17.0",
@@ -110,13 +110,13 @@
110
110
  "typescript": "5.9.3",
111
111
  "vitest": "4.0.8",
112
112
  "vitest-dom": "0.1.1",
113
- "@gooddata/eslint-config": "11.26.0-alpha.7",
114
- "@gooddata/i18n-toolkit": "11.26.0-alpha.7",
115
- "@gooddata/oxlint-config": "11.26.0-alpha.7",
116
- "@gooddata/sdk-backend-mockingbird": "11.26.0-alpha.7",
117
- "@gooddata/reference-workspace": "11.26.0-alpha.7",
118
- "@gooddata/sdk-ui-theme-provider": "11.26.0-alpha.7",
119
- "@gooddata/stylelint-config": "11.26.0-alpha.7"
113
+ "@gooddata/eslint-config": "11.26.0-alpha.8",
114
+ "@gooddata/i18n-toolkit": "11.26.0-alpha.8",
115
+ "@gooddata/oxlint-config": "11.26.0-alpha.8",
116
+ "@gooddata/reference-workspace": "11.26.0-alpha.8",
117
+ "@gooddata/sdk-backend-mockingbird": "11.26.0-alpha.8",
118
+ "@gooddata/sdk-ui-theme-provider": "11.26.0-alpha.8",
119
+ "@gooddata/stylelint-config": "11.26.0-alpha.8"
120
120
  },
121
121
  "peerDependencies": {
122
122
  "react": "^18.0.0 || ^19.0.0",
@@ -124,7 +124,6 @@
124
124
  },
125
125
  "scripts": {
126
126
  "_phase:build": "npm run build",
127
- "_phase:post-build": "npm run build-dynamic-files",
128
127
  "_phase:test": "npm run build-dynamic-files && npm run test-once",
129
128
  "_phase:validate": "npm run build-dynamic-files && npm run validate",
130
129
  "api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l; exit 0) || (api-extractor run)",