@gooddata/sdk-ui 8.10.0-alpha.34 → 8.10.0-alpha.35

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.
@@ -63,7 +63,7 @@ export declare type UseCancelablePromiseCallbacks<TResult, TError> = {
63
63
  */
64
64
  onCancel?: () => void;
65
65
  /**
66
- * onPending is fired whenever the promise is fulfilled
66
+ * onSuccess is fired whenever the promise is fulfilled
67
67
  */
68
68
  onSuccess?: (result: TResult) => void;
69
69
  /**
package/dist/sdk-ui.d.ts CHANGED
@@ -3869,7 +3869,7 @@ export declare type UseCancelablePromiseCallbacks<TResult, TError> = {
3869
3869
  */
3870
3870
  onCancel?: () => void;
3871
3871
  /**
3872
- * onPending is fired whenever the promise is fulfilled
3872
+ * onSuccess is fired whenever the promise is fulfilled
3873
3873
  */
3874
3874
  onSuccess?: (result: TResult) => void;
3875
3875
  /**
@@ -63,7 +63,7 @@ export declare type UseCancelablePromiseCallbacks<TResult, TError> = {
63
63
  */
64
64
  onCancel?: () => void;
65
65
  /**
66
- * onPending is fired whenever the promise is fulfilled
66
+ * onSuccess is fired whenever the promise is fulfilled
67
67
  */
68
68
  onSuccess?: (result: TResult) => void;
69
69
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "8.10.0-alpha.34",
3
+ "version": "8.10.0-alpha.35",
4
4
  "description": "GoodData.UI SDK - Core",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,9 +37,9 @@
37
37
  "dependencies": {
38
38
  "@formatjs/intl-pluralrules": "~1.3.7",
39
39
  "@gooddata/numberjs": "^4.0.1",
40
- "@gooddata/sdk-backend-spi": "^8.10.0-alpha.34",
41
- "@gooddata/sdk-model": "^8.10.0-alpha.34",
42
- "@gooddata/util": "^8.10.0-alpha.34",
40
+ "@gooddata/sdk-backend-spi": "^8.10.0-alpha.35",
41
+ "@gooddata/sdk-model": "^8.10.0-alpha.35",
42
+ "@gooddata/util": "^8.10.0-alpha.35",
43
43
  "custom-event": "^1.0.1",
44
44
  "hoist-non-react-statics": "^3.3.0",
45
45
  "http-status-codes": "^2.1.4",
@@ -57,9 +57,9 @@
57
57
  },
58
58
  "devDependencies": {
59
59
  "@gooddata/eslint-config": "^2.1.0",
60
- "@gooddata/reference-workspace": "^8.10.0-alpha.34",
61
- "@gooddata/sdk-backend-base": "^8.10.0-alpha.34",
62
- "@gooddata/sdk-backend-mockingbird": "^8.10.0-alpha.34",
60
+ "@gooddata/reference-workspace": "^8.10.0-alpha.35",
61
+ "@gooddata/sdk-backend-base": "^8.10.0-alpha.35",
62
+ "@gooddata/sdk-backend-mockingbird": "^8.10.0-alpha.35",
63
63
  "@gooddata/stylelint-config": "^5.0.0",
64
64
  "@microsoft/api-documenter": "^7.12.13",
65
65
  "@microsoft/api-extractor": "^7.18.4",