@gooddata/sdk-ui-gen-ai 10.40.0 → 10.41.0-alpha.1

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 +19 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-gen-ai",
3
- "version": "10.40.0",
3
+ "version": "10.41.0-alpha.1",
4
4
  "description": "GoodData GenAI SDK",
5
5
  "repository": {
6
6
  "type": "git",
@@ -53,14 +53,14 @@
53
53
  "@codemirror/autocomplete": "^6.18.6",
54
54
  "@codemirror/language": "~6.11.0",
55
55
  "@codemirror/state": "~6.5.2",
56
- "@gooddata/api-client-tiger": "10.40.0",
57
- "@gooddata/sdk-backend-spi": "10.40.0",
58
- "@gooddata/sdk-model": "10.40.0",
59
- "@gooddata/sdk-ui": "10.40.0",
60
- "@gooddata/sdk-ui-charts": "10.40.0",
61
- "@gooddata/util": "10.40.0",
62
- "@gooddata/sdk-ui-kit": "10.40.0",
63
- "@gooddata/sdk-ui-pivot": "10.40.0"
56
+ "@gooddata/api-client-tiger": "10.41.0-alpha.1",
57
+ "@gooddata/sdk-backend-spi": "10.41.0-alpha.1",
58
+ "@gooddata/sdk-model": "10.41.0-alpha.1",
59
+ "@gooddata/sdk-ui": "10.41.0-alpha.1",
60
+ "@gooddata/sdk-ui-charts": "10.41.0-alpha.1",
61
+ "@gooddata/sdk-ui-pivot": "10.41.0-alpha.1",
62
+ "@gooddata/sdk-ui-kit": "10.41.0-alpha.1",
63
+ "@gooddata/util": "10.41.0-alpha.1"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -107,12 +107,16 @@
107
107
  "typescript": "5.8.3",
108
108
  "vitest": "3.2.4",
109
109
  "vitest-dom": "0.1.1",
110
- "@gooddata/i18n-toolkit": "10.40.0",
111
- "@gooddata/reference-workspace": "10.40.0",
112
- "@gooddata/sdk-ui-theme-provider": "10.40.0",
113
- "@gooddata/sdk-backend-mockingbird": "10.40.0"
110
+ "@gooddata/i18n-toolkit": "10.41.0-alpha.1",
111
+ "@gooddata/reference-workspace": "10.41.0-alpha.1",
112
+ "@gooddata/sdk-backend-mockingbird": "10.41.0-alpha.1",
113
+ "@gooddata/sdk-ui-theme-provider": "10.41.0-alpha.1"
114
114
  },
115
115
  "scripts": {
116
+ "_phase:build": "npm run build",
117
+ "_phase:test": "npm run test-once",
118
+ "_phase:post-build": "npm run build-dynamic-files",
119
+ "_phase:validate": "npm run validate",
116
120
  "clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
117
121
  "api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l; exit 0) || (api-extractor run)",
118
122
  "build": "bash scripts/build.sh",
@@ -130,10 +134,8 @@
130
134
  "dep-cruiser-ci": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
131
135
  "stylelint": "stylelint '**/*.scss'",
132
136
  "stylelint-ci": "stylelint '**/*.scss' --custom-formatter=node_modules/stylelint-checkstyle-formatter > ./ci/results/stylelint-results.xml",
133
- "validate-locales": "i18n-toolkit --debug",
134
- "validate-locales-ci": "i18n-toolkit",
135
- "validate": "tsc && npm run dep-cruiser && npm run eslint && npm run stylelint && npm run validate-locales && npm run prettier-check && npm run validate-theming",
136
- "validate-ci": "tsc && export BROWSERSLIST_IGNORE_OLD_DATA=true && npm run dep-cruiser-ci && npm run eslint-ci && npm run stylelint-ci && npm run validate-locales-ci && npm run prettier-check && npm run validate-theming",
137
+ "validate-locales": "i18n-toolkit",
138
+ "validate": "tsc && export BROWSERSLIST_IGNORE_OLD_DATA=true && npm run dep-cruiser && npm run eslint && npm run stylelint && npm run validate-locales && npm run prettier-check && npm run validate-theming",
137
139
  "validate-theming": "npm run scss && node scripts/validateCss.js",
138
140
  "scss": "sass --load-path=node_modules styles/scss:styles/css",
139
141
  "validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui-gen-ai\"'"