@gooddata/sdk-backend-base 8.10.0-alpha.86 → 8.10.0-alpha.89

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Analytical Backend SPI - infrastructure and foundations
2
2
 
3
3
  This package contains foundational, reusable code useful for building new or decorating existing
4
- Analytical Backend implementations. This is lower-level, infrastructural code which may be useful
4
+ [Analytical Backend](https://www.npmjs.com/package/@gooddata/sdk-backend-spi) implementations. This is lower-level, infrastructural code which may be useful
5
5
  when building larger, more complex applications.
6
6
 
7
7
  The notable contents of this package are documented below.
@@ -99,6 +99,6 @@ cache hits for applications that dynamically change view-only properties of LDM
99
99
 
100
100
  ## License
101
101
 
102
- (C) 2017-2021 GoodData Corporation
102
+ (C) 2017-2022 GoodData Corporation
103
103
 
104
104
  This project is under MIT License. See [LICENSE](https://github.com/gooddata/gooddata-ui-sdk/blob/master/libs/sdk-backend-base/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-backend-base",
3
- "version": "8.10.0-alpha.86",
3
+ "version": "8.10.0-alpha.89",
4
4
  "author": "GoodData",
5
5
  "description": "GoodData.UI SDK - Base for backend implementations",
6
6
  "repository": {
@@ -30,9 +30,9 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@braintree/sanitize-url": "^6.0.0",
33
- "@gooddata/sdk-backend-spi": "^8.10.0-alpha.86",
34
- "@gooddata/sdk-model": "^8.10.0-alpha.86",
35
- "@gooddata/util": "^8.10.0-alpha.86",
33
+ "@gooddata/sdk-backend-spi": "^8.10.0-alpha.89",
34
+ "@gooddata/sdk-model": "^8.10.0-alpha.89",
35
+ "@gooddata/util": "^8.10.0-alpha.89",
36
36
  "json-stable-stringify": "^1.0.1",
37
37
  "lodash": "^4.17.19",
38
38
  "spark-md5": "^3.0.0",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "devDependencies": {
44
44
  "@gooddata/eslint-config": "^2.1.0",
45
- "@gooddata/reference-workspace": "^8.10.0-alpha.86",
45
+ "@gooddata/reference-workspace": "^8.10.0-alpha.89",
46
46
  "@microsoft/api-documenter": "^7.17.0",
47
47
  "@microsoft/api-extractor": "^7.20.0",
48
48
  "@types/jest": "^27.0.1",