@gooddata/sdk-backend-spi 10.28.0-alpha.1 → 10.28.0-alpha.10

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.
@@ -15,6 +15,6 @@ export interface ICancelable<T> {
15
15
  * @param signal - Abort signal used for canceling requests
16
16
  * @returns Instance of object with interface
17
17
  */
18
- withSignal(signal: AbortSignal): T;
18
+ withSignal(signal: AbortSignal | undefined): T;
19
19
  }
20
20
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/cancelation/index.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC5B,MAAM,CAAC,EAAE,WAAW,CAAC;CACxB,CAAC;AAEF;;;;GAIG;AACH,MAAM,WAAW,WAAW,CAAC,CAAC;IAC1B;;;OAGG;IACH,UAAU,CAAC,MAAM,EAAE,WAAW,GAAG,CAAC,CAAC;CACtC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/cancelation/index.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC5B,MAAM,CAAC,EAAE,WAAW,CAAC;CACxB,CAAC;AAEF;;;;GAIG;AACH,MAAM,WAAW,WAAW,CAAC,CAAC;IAC1B;;;OAGG;IACH,UAAU,CAAC,MAAM,EAAE,WAAW,GAAG,SAAS,GAAG,CAAC,CAAC;CAClD"}
@@ -1,3 +1,3 @@
1
- // (C) 2019-2023 GoodData Corporation
1
+ // (C) 2019-2025 GoodData Corporation
2
2
  export {};
3
3
  //# sourceMappingURL=index.js.map
@@ -1132,7 +1132,7 @@ export declare interface ICancelable<T> {
1132
1132
  * @param signal - Abort signal used for canceling requests
1133
1133
  * @returns Instance of object with interface
1134
1134
  */
1135
- withSignal(signal: AbortSignal): T;
1135
+ withSignal(signal: AbortSignal | undefined): T;
1136
1136
  }
1137
1137
 
1138
1138
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-backend-spi",
3
- "version": "10.28.0-alpha.1",
3
+ "version": "10.28.0-alpha.10",
4
4
  "author": "GoodData",
5
5
  "description": "GoodData Backend SPI abstraction interfaces",
6
6
  "repository": {
@@ -24,7 +24,7 @@
24
24
  "lodash": "^4.17.21",
25
25
  "ts-invariant": "^0.7.5",
26
26
  "tslib": "^2.5.0",
27
- "@gooddata/sdk-model": "10.28.0-alpha.1"
27
+ "@gooddata/sdk-model": "10.28.0-alpha.10"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@gooddata/eslint-config": "^4.1.1",