@gooddata/sdk-ui 10.1.0-alpha.0 → 10.1.0-alpha.1

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.
@@ -93,7 +93,7 @@ export declare class DataTooLargeToDisplaySdkError extends GoodDataSdkError {
93
93
  }
94
94
  /**
95
95
  * This error means that processed request would generate a result too large to be processed
96
- * by GoodData platform.
96
+ * by the backend.
97
97
  *
98
98
  * @public
99
99
  */
@@ -126,7 +126,7 @@ export declare class NotFoundSdkError extends GoodDataSdkError {
126
126
  constructor(message?: string, cause?: Error);
127
127
  }
128
128
  /**
129
- * This error means that requested visualization is restricted by access rules within the GoodData platform.
129
+ * This error means that requested visualization is restricted by access rules.
130
130
  * Please contact your administrator.
131
131
  *
132
132
  * @public
@@ -1,4 +1,4 @@
1
- // (C) 2007-2023 GoodData Corporation
1
+ // (C) 2007-2024 GoodData Corporation
2
2
  import isEmpty from "lodash/isEmpty.js";
3
3
  /**
4
4
  * Error codes recognized by the SDK.
@@ -118,7 +118,7 @@ export class DataTooLargeToDisplaySdkError extends GoodDataSdkError {
118
118
  }
119
119
  /**
120
120
  * This error means that processed request would generate a result too large to be processed
121
- * by GoodData platform.
121
+ * by the backend.
122
122
  *
123
123
  * @public
124
124
  */
@@ -159,7 +159,7 @@ export class NotFoundSdkError extends GoodDataSdkError {
159
159
  }
160
160
  }
161
161
  /**
162
- * This error means that requested visualization is restricted by access rules within the GoodData platform.
162
+ * This error means that requested visualization is restricted by access rules.
163
163
  * Please contact your administrator.
164
164
  *
165
165
  * @public
package/esm/sdk-ui.d.ts CHANGED
@@ -595,7 +595,7 @@ export declare type DataSliceId = string;
595
595
 
596
596
  /**
597
597
  * This error means that processed request would generate a result too large to be processed
598
- * by GoodData platform.
598
+ * by the backend.
599
599
  *
600
600
  * @public
601
601
  */
@@ -3660,7 +3660,7 @@ export declare type PlaceholdersValues<Tuple extends [...any[]]> = {
3660
3660
  export declare type PlaceholderValue<T> = T extends IPlaceholder<infer A> ? A : T extends IComposedPlaceholder<infer B, any, any> ? B : T;
3661
3661
 
3662
3662
  /**
3663
- * This error means that requested visualization is restricted by access rules within the GoodData platform.
3663
+ * This error means that requested visualization is restricted by access rules.
3664
3664
  * Please contact your administrator.
3665
3665
  *
3666
3666
  * @public
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "10.1.0-alpha.0",
3
+ "version": "10.1.0-alpha.1",
4
4
  "description": "GoodData.UI SDK - Core",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,15 +31,15 @@
31
31
  "hoist-non-react-statics": "^3.3.0",
32
32
  "http-status-codes": "^2.1.4",
33
33
  "json-stable-stringify": "^1.0.1",
34
- "lodash": "^4.17.19",
34
+ "lodash": "^4.17.21",
35
35
  "memoize-one": "^6.0.0",
36
36
  "react-intl": "^6.4.1",
37
37
  "ts-invariant": "^0.7.5",
38
38
  "tslib": "^2.5.0",
39
39
  "uuid": "^8.3.2",
40
- "@gooddata/sdk-backend-spi": "10.1.0-alpha.0",
41
- "@gooddata/sdk-model": "10.1.0-alpha.0",
42
- "@gooddata/util": "10.1.0-alpha.0"
40
+ "@gooddata/sdk-backend-spi": "10.1.0-alpha.1",
41
+ "@gooddata/sdk-model": "10.1.0-alpha.1",
42
+ "@gooddata/util": "10.1.0-alpha.1"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -90,10 +90,10 @@
90
90
  "typescript": "5.3.3",
91
91
  "vitest": "1.0.4",
92
92
  "vitest-dom": "0.1.1",
93
- "@gooddata/i18n-toolkit": "10.1.0-alpha.0",
94
- "@gooddata/reference-workspace": "10.1.0-alpha.0",
95
- "@gooddata/sdk-backend-base": "10.1.0-alpha.0",
96
- "@gooddata/sdk-backend-mockingbird": "10.1.0-alpha.0"
93
+ "@gooddata/sdk-backend-base": "10.1.0-alpha.1",
94
+ "@gooddata/sdk-backend-mockingbird": "10.1.0-alpha.1",
95
+ "@gooddata/reference-workspace": "10.1.0-alpha.1",
96
+ "@gooddata/i18n-toolkit": "10.1.0-alpha.1"
97
97
  },
98
98
  "scripts": {
99
99
  "clean": "rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",