@gooddata/sdk-backend-base 8.10.0-alpha.30 → 8.10.0-alpha.32.fix.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.
@@ -91,7 +91,7 @@ export declare type CachingConfiguration = {
91
91
  */
92
92
  maxCatalogOptions: number | undefined;
93
93
  /**
94
- * Optionally specify function to call once the caching is set up. If present, the function will be called
94
+ * Specify function to call once the caching is set up. If present, the function will be called
95
95
  * with an instance of {@link CacheControl} which you can use to interact with the caches.
96
96
  *
97
97
  * @param cacheControl - cache control instance
@@ -411,7 +411,7 @@ export declare type CachingConfiguration = {
411
411
  */
412
412
  maxCatalogOptions: number | undefined;
413
413
  /**
414
- * Optionally specify function to call once the caching is set up. If present, the function will be called
414
+ * Specify function to call once the caching is set up. If present, the function will be called
415
415
  * with an instance of {@link CacheControl} which you can use to interact with the caches.
416
416
  *
417
417
  * @param cacheControl - cache control instance
@@ -91,7 +91,7 @@ export declare type CachingConfiguration = {
91
91
  */
92
92
  maxCatalogOptions: number | undefined;
93
93
  /**
94
- * Optionally specify function to call once the caching is set up. If present, the function will be called
94
+ * Specify function to call once the caching is set up. If present, the function will be called
95
95
  * with an instance of {@link CacheControl} which you can use to interact with the caches.
96
96
  *
97
97
  * @param cacheControl - cache control instance
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-backend-base",
3
- "version": "8.10.0-alpha.30",
3
+ "version": "8.10.0-alpha.32.fix.0",
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": "^5.0.2",
33
- "@gooddata/sdk-backend-spi": "^8.10.0-alpha.30",
34
- "@gooddata/sdk-model": "^8.10.0-alpha.30",
35
- "@gooddata/util": "^8.10.0-alpha.30",
33
+ "@gooddata/sdk-backend-spi": "^8.10.0-alpha.32.fix.0",
34
+ "@gooddata/sdk-model": "^8.10.0-alpha.32.fix.0",
35
+ "@gooddata/util": "^8.10.0-alpha.32.fix.0",
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.30",
45
+ "@gooddata/reference-workspace": "^8.10.0-alpha.32.fix.0",
46
46
  "@microsoft/api-documenter": "^7.12.13",
47
47
  "@microsoft/api-extractor": "^7.18.4",
48
48
  "@types/jest": "^27.0.1",