@gooddata/sdk-ui-gen-ai 10.42.0-alpha.3 → 10.42.0

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 +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-gen-ai",
3
- "version": "10.42.0-alpha.3",
3
+ "version": "10.42.0",
4
4
  "description": "GoodData GenAI SDK",
5
5
  "repository": {
6
6
  "type": "git",
@@ -53,14 +53,14 @@
53
53
  "reselect": "5.1.1",
54
54
  "tslib": "2.8.1",
55
55
  "uuid": "^11.1.0",
56
- "@gooddata/api-client-tiger": "10.42.0-alpha.3",
57
- "@gooddata/sdk-backend-spi": "10.42.0-alpha.3",
58
- "@gooddata/sdk-model": "10.42.0-alpha.3",
59
- "@gooddata/sdk-ui-charts": "10.42.0-alpha.3",
60
- "@gooddata/sdk-ui": "10.42.0-alpha.3",
61
- "@gooddata/sdk-ui-kit": "10.42.0-alpha.3",
62
- "@gooddata/util": "10.42.0-alpha.3",
63
- "@gooddata/sdk-ui-pivot": "10.42.0-alpha.3"
56
+ "@gooddata/api-client-tiger": "10.42.0",
57
+ "@gooddata/sdk-backend-spi": "10.42.0",
58
+ "@gooddata/sdk-model": "10.42.0",
59
+ "@gooddata/sdk-ui": "10.42.0",
60
+ "@gooddata/sdk-ui-charts": "10.42.0",
61
+ "@gooddata/sdk-ui-kit": "10.42.0",
62
+ "@gooddata/sdk-ui-pivot": "10.42.0",
63
+ "@gooddata/util": "10.42.0"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@gooddata/eslint-config": "^4.1.1",
@@ -104,10 +104,10 @@
104
104
  "typescript": "5.8.3",
105
105
  "vitest": "3.2.4",
106
106
  "vitest-dom": "0.1.1",
107
- "@gooddata/i18n-toolkit": "10.42.0-alpha.3",
108
- "@gooddata/reference-workspace": "10.42.0-alpha.3",
109
- "@gooddata/sdk-ui-theme-provider": "10.42.0-alpha.3",
110
- "@gooddata/sdk-backend-mockingbird": "10.42.0-alpha.3"
107
+ "@gooddata/i18n-toolkit": "10.42.0",
108
+ "@gooddata/reference-workspace": "10.42.0",
109
+ "@gooddata/sdk-backend-mockingbird": "10.42.0",
110
+ "@gooddata/sdk-ui-theme-provider": "10.42.0"
111
111
  },
112
112
  "peerDependencies": {
113
113
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -116,8 +116,8 @@
116
116
  "scripts": {
117
117
  "_phase:build": "npm run build",
118
118
  "_phase:post-build": "npm run build-dynamic-files",
119
- "_phase:test": "npm run test-once",
120
- "_phase:validate": "npm run validate",
119
+ "_phase:test": "npm run build-dynamic-files && npm run test-once",
120
+ "_phase:validate": "npm run build-dynamic-files && npm run validate",
121
121
  "api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l; exit 0) || (api-extractor run)",
122
122
  "build": "bash scripts/build.sh",
123
123
  "build-dynamic-files": "bash scripts/build.sh --genFilesOnly",