@gooddata/sdk-backend-base 11.36.0-alpha.1 → 11.36.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.
@@ -860,9 +860,6 @@ class DummyOrganization {
860
860
  patchLlmEndpoint: () => Promise.resolve({
861
861
  ...dummyEndpoint,
862
862
  }),
863
- testLlmEndpoint: () => Promise.resolve({
864
- success: true,
865
- }),
866
863
  };
867
864
  }
868
865
  llmProviders() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-backend-base",
3
- "version": "11.36.0-alpha.1",
3
+ "version": "11.36.0-alpha.3",
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.36.0-alpha.1",
33
- "@gooddata/sdk-model": "11.36.0-alpha.1",
34
- "@gooddata/util": "11.36.0-alpha.1"
32
+ "@gooddata/sdk-backend-spi": "11.36.0-alpha.3",
33
+ "@gooddata/util": "11.36.0-alpha.3",
34
+ "@gooddata/sdk-model": "11.36.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.11.4",
57
57
  "typescript": "5.9.3",
58
58
  "vitest": "4.1.0",
59
- "@gooddata/eslint-config": "11.36.0-alpha.1",
60
- "@gooddata/oxlint-config": "11.36.0-alpha.1",
61
- "@gooddata/reference-workspace": "11.36.0-alpha.1"
59
+ "@gooddata/eslint-config": "11.36.0-alpha.3",
60
+ "@gooddata/oxlint-config": "11.36.0-alpha.3",
61
+ "@gooddata/reference-workspace": "11.36.0-alpha.3"
62
62
  },
63
63
  "scripts": {
64
64
  "_phase:build": "npm run build",