@gooddata/sdk-backend-base 11.35.0-alpha.6 → 11.35.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.
@@ -301,6 +301,9 @@ function dummyWorkspace(workspace, config) {
301
301
  getKnowledgeDocuments() {
302
302
  throw new NotSupported("not supported");
303
303
  },
304
+ summarizeDashboard() {
305
+ throw new NotSupported("not supported");
306
+ },
304
307
  };
305
308
  },
306
309
  references() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-backend-base",
3
- "version": "11.35.0-alpha.6",
3
+ "version": "11.35.0",
4
4
  "description": "GoodData.UI SDK - Base for backend implementations",
5
5
  "license": "MIT",
6
6
  "author": "GoodData",
@@ -29,9 +29,9 @@
29
29
  "ts-invariant": "0.10.3",
30
30
  "tslib": "2.8.1",
31
31
  "uuid": "11.1.0",
32
- "@gooddata/sdk-backend-spi": "11.35.0-alpha.6",
33
- "@gooddata/sdk-model": "11.35.0-alpha.6",
34
- "@gooddata/util": "11.35.0-alpha.6"
32
+ "@gooddata/sdk-backend-spi": "11.35.0",
33
+ "@gooddata/sdk-model": "11.35.0",
34
+ "@gooddata/util": "11.35.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@microsoft/api-documenter": "^7.17.0",
@@ -56,9 +56,9 @@
56
56
  "oxlint-tsgolint": "0.11.4",
57
57
  "typescript": "5.9.3",
58
58
  "vitest": "4.1.0",
59
- "@gooddata/eslint-config": "11.35.0-alpha.6",
60
- "@gooddata/oxlint-config": "11.35.0-alpha.6",
61
- "@gooddata/reference-workspace": "11.35.0-alpha.6"
59
+ "@gooddata/eslint-config": "11.35.0",
60
+ "@gooddata/oxlint-config": "11.35.0",
61
+ "@gooddata/reference-workspace": "11.35.0"
62
62
  },
63
63
  "scripts": {
64
64
  "_phase:build": "npm run build",