@gooddata/sdk-backend-mockingbird 11.55.0-alpha.3 → 11.55.0-alpha.4

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.
@@ -484,6 +484,9 @@ function recordedWorkspace(workspace, recordings = {}, implConfig) {
484
484
  createReport: (report) => Promise.resolve({ ...report, ref: idRef("recordedReport") }),
485
485
  updateReport: (report) => Promise.resolve(report),
486
486
  deleteReport: () => Promise.resolve(),
487
+ getBrandKit: () => Promise.resolve(undefined),
488
+ setBrandKit: () => Promise.resolve(),
489
+ deleteBrandKit: () => Promise.resolve(),
487
490
  };
488
491
  },
489
492
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-backend-mockingbird",
3
- "version": "11.55.0-alpha.3",
3
+ "version": "11.55.0-alpha.4",
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.1",
28
- "@gooddata/sdk-backend-base": "11.55.0-alpha.3",
29
- "@gooddata/sdk-model": "11.55.0-alpha.3",
30
- "@gooddata/util": "11.55.0-alpha.3",
31
- "@gooddata/sdk-backend-spi": "11.55.0-alpha.3"
28
+ "@gooddata/sdk-backend-base": "11.55.0-alpha.4",
29
+ "@gooddata/sdk-backend-spi": "11.55.0-alpha.4",
30
+ "@gooddata/util": "11.55.0-alpha.4",
31
+ "@gooddata/sdk-model": "11.55.0-alpha.4"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@microsoft/api-documenter": "7.30.10",
@@ -45,14 +45,14 @@
45
45
  "eslint-plugin-no-barrel-files": "1.2.2",
46
46
  "eslint-plugin-sonarjs": "3.0.6",
47
47
  "npm-run-all": "4.1.5",
48
- "oxfmt": "0.52.0",
48
+ "oxfmt": "0.58.0",
49
49
  "oxlint": "1.57.0",
50
50
  "oxlint-tsgolint": "0.15.0",
51
51
  "typescript": "5.9.3",
52
52
  "vitest": "4.1.8",
53
- "@gooddata/eslint-config": "11.55.0-alpha.3",
54
- "@gooddata/oxlint-config": "11.55.0-alpha.3",
55
- "@gooddata/reference-workspace": "11.55.0-alpha.3"
53
+ "@gooddata/eslint-config": "11.55.0-alpha.4",
54
+ "@gooddata/oxlint-config": "11.55.0-alpha.4",
55
+ "@gooddata/reference-workspace": "11.55.0-alpha.4"
56
56
  },
57
57
  "scripts": {
58
58
  "_phase:build": "npm run build",