@gooddata/sdk-backend-base 11.41.0-alpha.1 → 11.41.0-alpha.3

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.
@@ -897,6 +897,9 @@ class DummyOrganization {
897
897
  getKnowledgeDocuments: () => {
898
898
  throw new NotSupported("not supported");
899
899
  },
900
+ getObservability: () => {
901
+ throw new NotSupported("not supported");
902
+ },
900
903
  };
901
904
  }
902
905
  exportTemplates() {
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.55.2"
8
+ "packageVersion": "7.58.7"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-backend-base",
3
- "version": "11.41.0-alpha.1",
3
+ "version": "11.41.0-alpha.3",
4
4
  "description": "GoodData.UI SDK - Base for backend implementations",
5
5
  "license": "MIT",
6
6
  "author": "GoodData",
@@ -28,10 +28,10 @@
28
28
  "spark-md5": "^3.0.0",
29
29
  "ts-invariant": "0.10.3",
30
30
  "tslib": "2.8.1",
31
- "uuid": "11.1.0",
32
- "@gooddata/sdk-backend-spi": "11.41.0-alpha.1",
33
- "@gooddata/sdk-model": "11.41.0-alpha.1",
34
- "@gooddata/util": "11.41.0-alpha.1"
31
+ "uuid": "11.1.1",
32
+ "@gooddata/sdk-backend-spi": "11.41.0-alpha.3",
33
+ "@gooddata/sdk-model": "11.41.0-alpha.3",
34
+ "@gooddata/util": "11.41.0-alpha.3"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@microsoft/api-documenter": "^7.17.0",
@@ -56,9 +56,9 @@
56
56
  "oxlint-tsgolint": "0.15.0",
57
57
  "typescript": "5.9.3",
58
58
  "vitest": "4.1.8",
59
- "@gooddata/eslint-config": "11.41.0-alpha.1",
60
- "@gooddata/oxlint-config": "11.41.0-alpha.1",
61
- "@gooddata/reference-workspace": "11.41.0-alpha.1"
59
+ "@gooddata/eslint-config": "11.41.0-alpha.3",
60
+ "@gooddata/reference-workspace": "11.41.0-alpha.3",
61
+ "@gooddata/oxlint-config": "11.41.0-alpha.3"
62
62
  },
63
63
  "scripts": {
64
64
  "_phase:build": "npm run build",