@gooddata/sdk-model 10.0.0-beta.0 → 10.0.0-beta.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.
@@ -9,7 +9,7 @@ import { ObjRef } from "../objRef/index.js";
9
9
  import { IUser } from "../user/index.js";
10
10
  import { IAuditable } from "../base/metadata.js";
11
11
  /**
12
- * Represents an Insight defined in GoodData platform. Insight is typically created using Analytical Designer
12
+ * Represents an Insight. Insight is typically created using Analytical Designer
13
13
  * and can be embedded using UI SDK.
14
14
  *
15
15
  * @remarks
@@ -1,4 +1,4 @@
1
- // (C) 2019-2022 GoodData Corporation
1
+ // (C) 2019-2024 GoodData Corporation
2
2
  import isEmpty from "lodash/isEmpty.js";
3
3
  import intersection from "lodash/intersection.js";
4
4
  import { sortEntityIds } from "../execution/base/sort.js";
@@ -3882,7 +3882,7 @@ export declare interface IInlineMeasureDefinition {
3882
3882
  }
3883
3883
 
3884
3884
  /**
3885
- * Represents an Insight defined in GoodData platform. Insight is typically created using Analytical Designer
3885
+ * Represents an Insight. Insight is typically created using Analytical Designer
3886
3886
  * and can be embedded using UI SDK.
3887
3887
  *
3888
3888
  * @remarks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-model",
3
- "version": "10.0.0-beta.0",
3
+ "version": "10.0.0-beta.1",
4
4
  "author": "GoodData",
5
5
  "description": "GoodData Model definitions used by UI components and Backend SPI and its implementations",
6
6
  "repository": {
@@ -26,7 +26,7 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "json-stable-stringify": "^1.0.1",
29
- "lodash": "^4.17.19",
29
+ "lodash": "^4.17.21",
30
30
  "spark-md5": "^3.0.0",
31
31
  "stringify-object": "^3.3.0",
32
32
  "ts-invariant": "^0.7.5",