@gooddata/sdk-backend-base 9.7.0-beta.8 → 9.7.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.
@@ -1,4 +1,4 @@
1
- // (C) 2019-2021 GoodData Corporation
1
+ // (C) 2019-2024 GoodData Corporation
2
2
  import { NotSupported, } from "@gooddata/sdk-backend-spi";
3
3
  /**
4
4
  * This implementation of auth provider ensures, that the auth provider is called exactly once in the happy path
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-backend-base",
3
- "version": "9.7.0-beta.8",
3
+ "version": "9.7.0",
4
4
  "author": "GoodData",
5
5
  "description": "GoodData.UI SDK - Base for backend implementations",
6
6
  "repository": {
@@ -29,9 +29,9 @@
29
29
  "tslib": "^2.5.0",
30
30
  "uuid": "^8.3.2",
31
31
  "lru-cache": "^10.0.1",
32
- "@gooddata/sdk-backend-spi": "9.7.0-beta.8",
33
- "@gooddata/sdk-model": "9.7.0-beta.8",
34
- "@gooddata/util": "9.7.0-beta.8"
32
+ "@gooddata/sdk-backend-spi": "9.7.0",
33
+ "@gooddata/sdk-model": "9.7.0",
34
+ "@gooddata/util": "9.7.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@gooddata/eslint-config": "^4.1.0",
@@ -58,7 +58,7 @@
58
58
  "prettier": "~2.5.0",
59
59
  "typescript": "5.0.2",
60
60
  "vitest": "1.0.4",
61
- "@gooddata/reference-workspace": "9.7.0-beta.8"
61
+ "@gooddata/reference-workspace": "9.7.0"
62
62
  },
63
63
  "scripts": {
64
64
  "clean": "rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",