@gooddata/sdk-backend-mockingbird 11.40.0-alpha.3 → 11.40.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.
@@ -145,6 +145,9 @@ function recordedWorkspace(workspace, recordings = {}) {
145
145
  accessControl() {
146
146
  throw new NotSupported("not supported");
147
147
  },
148
+ objectPermissions() {
149
+ throw new NotSupported("not supported");
150
+ },
148
151
  attributeHierarchies() {
149
152
  throw new NotSupported("not supported");
150
153
  },
@@ -304,6 +304,9 @@ function recordedWorkspace(workspace, recordings = {}, implConfig) {
304
304
  accessControl() {
305
305
  return recordedAccessControlFactory(implConfig);
306
306
  },
307
+ objectPermissions() {
308
+ throw new NotSupported("not supported");
309
+ },
307
310
  attributeHierarchies() {
308
311
  return new RecordedAttributeHierarchiesService(implConfig);
309
312
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-backend-mockingbird",
3
- "version": "11.40.0-alpha.3",
3
+ "version": "11.40.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.0",
28
- "@gooddata/sdk-model": "11.40.0-alpha.3",
29
- "@gooddata/sdk-backend-base": "11.40.0-alpha.3",
30
- "@gooddata/sdk-backend-spi": "11.40.0-alpha.3",
31
- "@gooddata/util": "11.40.0-alpha.3"
28
+ "@gooddata/sdk-backend-base": "11.40.0-alpha.4",
29
+ "@gooddata/sdk-backend-spi": "11.40.0-alpha.4",
30
+ "@gooddata/sdk-model": "11.40.0-alpha.4",
31
+ "@gooddata/util": "11.40.0-alpha.4"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@microsoft/api-documenter": "^7.17.0",
@@ -47,14 +47,14 @@
47
47
  "eslint-plugin-no-barrel-files": "1.2.2",
48
48
  "eslint-plugin-sonarjs": "3.0.6",
49
49
  "npm-run-all": "^4.1.5",
50
- "oxfmt": "0.45.0",
51
- "oxlint": "^1.43.0",
52
- "oxlint-tsgolint": "0.11.4",
50
+ "oxfmt": "0.52.0",
51
+ "oxlint": "1.51.0",
52
+ "oxlint-tsgolint": "0.15.0",
53
53
  "typescript": "5.9.3",
54
- "vitest": "4.1.0",
55
- "@gooddata/eslint-config": "11.40.0-alpha.3",
56
- "@gooddata/oxlint-config": "11.40.0-alpha.3",
57
- "@gooddata/reference-workspace": "11.40.0-alpha.3"
54
+ "vitest": "4.1.8",
55
+ "@gooddata/eslint-config": "11.40.0-alpha.4",
56
+ "@gooddata/oxlint-config": "11.40.0-alpha.4",
57
+ "@gooddata/reference-workspace": "11.40.0-alpha.4"
58
58
  },
59
59
  "scripts": {
60
60
  "_phase:build": "npm run build",