@gooddata/sdk-backend-mockingbird 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.
@@ -348,6 +348,9 @@ function recordedWorkspace(workspace, recordings = {}, implConfig) {
348
348
  getKnowledgeDocuments() {
349
349
  throw new NotSupported("not supported");
350
350
  },
351
+ summarizeDashboard() {
352
+ throw new NotSupported("not supported");
353
+ },
351
354
  };
352
355
  },
353
356
  references() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-backend-mockingbird",
3
- "version": "11.35.0-alpha.6",
3
+ "version": "11.35.0",
4
4
  "description": "Mock GoodData Backend SPI implementation",
5
5
  "license": "MIT",
6
6
  "author": "GoodData",
@@ -25,10 +25,10 @@
25
25
  "ts-invariant": "0.10.3",
26
26
  "tslib": "2.8.1",
27
27
  "uuid": "11.1.0",
28
- "@gooddata/util": "11.35.0-alpha.6",
29
- "@gooddata/sdk-backend-base": "11.35.0-alpha.6",
30
- "@gooddata/sdk-model": "11.35.0-alpha.6",
31
- "@gooddata/sdk-backend-spi": "11.35.0-alpha.6"
28
+ "@gooddata/sdk-backend-base": "11.35.0",
29
+ "@gooddata/sdk-model": "11.35.0",
30
+ "@gooddata/util": "11.35.0",
31
+ "@gooddata/sdk-backend-spi": "11.35.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@microsoft/api-documenter": "^7.17.0",
@@ -52,9 +52,9 @@
52
52
  "oxlint-tsgolint": "0.11.4",
53
53
  "typescript": "5.9.3",
54
54
  "vitest": "4.1.0",
55
- "@gooddata/eslint-config": "11.35.0-alpha.6",
56
- "@gooddata/reference-workspace": "11.35.0-alpha.6",
57
- "@gooddata/oxlint-config": "11.35.0-alpha.6"
55
+ "@gooddata/eslint-config": "11.35.0",
56
+ "@gooddata/oxlint-config": "11.35.0",
57
+ "@gooddata/reference-workspace": "11.35.0"
58
58
  },
59
59
  "scripts": {
60
60
  "_phase:build": "npm run build",