@finos/legend-extension-dsl-data-space 10.4.47 → 10.4.49

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.
@@ -24,7 +24,7 @@ import { getDiagram } from '@finos/legend-extension-dsl-diagram/graph';
24
24
  import { resolveVersion } from '@finos/legend-server-depot';
25
25
  import { DATASPACE_ANALYTICS_FILE_NAME } from '../../../action/analytics/DataSpaceAnalysisHelper.js';
26
26
  const ANALYZE_DATA_SPACE_TRACE = 'analyze data product';
27
- const TEMPORARY__TDS_SAMPLE_VALUES__DELIMETER = '-- e.g.';
27
+ const TEMPORARY__TDS_SAMPLE_VALUES__DELIMITER = '-- e.g.';
28
28
  export class V1_DSL_DataSpace_PureGraphManagerExtension extends DSL_DataSpace_PureGraphManagerExtension {
29
29
  constructor(graphManager) {
30
30
  super(graphManager);
@@ -568,12 +568,12 @@ export class V1_DSL_DataSpace_PureGraphManagerExtension extends DSL_DataSpace_Pu
568
568
  column.type = tdsColumn.type;
569
569
  column.relationalType = tdsColumn.relationalType;
570
570
  column.documentation = tdsColumn.documentation;
571
- if (tdsColumn.documentation?.includes(TEMPORARY__TDS_SAMPLE_VALUES__DELIMETER)) {
571
+ if (tdsColumn.documentation?.includes(TEMPORARY__TDS_SAMPLE_VALUES__DELIMITER)) {
572
572
  column.documentation = tdsColumn.documentation
573
- .substring(0, tdsColumn.documentation.indexOf(TEMPORARY__TDS_SAMPLE_VALUES__DELIMETER))
573
+ .substring(0, tdsColumn.documentation.indexOf(TEMPORARY__TDS_SAMPLE_VALUES__DELIMITER))
574
574
  .trim();
575
575
  column.sampleValues = tdsColumn.documentation
576
- .substring(tdsColumn.documentation.indexOf(TEMPORARY__TDS_SAMPLE_VALUES__DELIMETER) + TEMPORARY__TDS_SAMPLE_VALUES__DELIMETER.length)
576
+ .substring(tdsColumn.documentation.indexOf(TEMPORARY__TDS_SAMPLE_VALUES__DELIMITER) + TEMPORARY__TDS_SAMPLE_VALUES__DELIMITER.length)
577
577
  .trim();
578
578
  }
579
579
  return column;
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-extension-dsl-data-space v10.4.47
1
+ /** @license @finos/legend-extension-dsl-data-space v10.4.49
2
2
  * Copyright (c) 2020-present, Goldman Sachs
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-extension-dsl-data-space",
3
- "version": "10.4.47",
3
+ "version": "10.4.49",
4
4
  "description": "Legend extension for Data Space DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -65,11 +65,11 @@
65
65
  "@finos/legend-dev-utils": "workspace:*",
66
66
  "@jest/globals": "29.7.0",
67
67
  "cross-env": "7.0.3",
68
- "eslint": "9.19.0",
68
+ "eslint": "9.20.0",
69
69
  "jest": "29.7.0",
70
70
  "npm-run-all": "4.1.5",
71
71
  "rimraf": "6.0.1",
72
- "sass": "1.83.4",
72
+ "sass": "1.84.0",
73
73
  "typescript": "5.7.3"
74
74
  },
75
75
  "peerDependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-extension-dsl-data-space",
3
- "version": "10.4.47",
3
+ "version": "10.4.49",
4
4
  "description": "Legend extension for Data Space DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -43,17 +43,17 @@
43
43
  "test:watch": "jest --watch"
44
44
  },
45
45
  "dependencies": {
46
- "@finos/legend-application": "16.0.24",
47
- "@finos/legend-art": "7.1.81",
48
- "@finos/legend-code-editor": "2.0.45",
49
- "@finos/legend-extension-dsl-diagram": "8.1.70",
50
- "@finos/legend-graph": "32.1.3",
51
- "@finos/legend-lego": "2.0.48",
52
- "@finos/legend-query-builder": "4.16.5",
53
- "@finos/legend-server-depot": "6.0.80",
54
- "@finos/legend-server-sdlc": "5.3.48",
55
- "@finos/legend-shared": "11.0.3",
56
- "@finos/legend-storage": "3.0.122",
46
+ "@finos/legend-application": "16.0.26",
47
+ "@finos/legend-art": "7.1.83",
48
+ "@finos/legend-code-editor": "2.0.47",
49
+ "@finos/legend-extension-dsl-diagram": "8.1.72",
50
+ "@finos/legend-graph": "32.1.5",
51
+ "@finos/legend-lego": "2.0.50",
52
+ "@finos/legend-query-builder": "4.16.7",
53
+ "@finos/legend-server-depot": "6.0.82",
54
+ "@finos/legend-server-sdlc": "5.3.50",
55
+ "@finos/legend-shared": "11.0.5",
56
+ "@finos/legend-storage": "3.0.124",
57
57
  "@types/react": "19.0.8",
58
58
  "mobx": "6.13.6",
59
59
  "mobx-react-lite": "4.1.0",
@@ -62,14 +62,14 @@
62
62
  "serializr": "3.0.3"
63
63
  },
64
64
  "devDependencies": {
65
- "@finos/legend-dev-utils": "2.2.0",
65
+ "@finos/legend-dev-utils": "2.2.1",
66
66
  "@jest/globals": "29.7.0",
67
67
  "cross-env": "7.0.3",
68
- "eslint": "9.19.0",
68
+ "eslint": "9.20.0",
69
69
  "jest": "29.7.0",
70
70
  "npm-run-all": "4.1.5",
71
71
  "rimraf": "6.0.1",
72
- "sass": "1.83.4",
72
+ "sass": "1.84.0",
73
73
  "typescript": "5.7.3"
74
74
  },
75
75
  "peerDependencies": {
@@ -117,7 +117,7 @@ import { resolveVersion } from '@finos/legend-server-depot';
117
117
  import { DATASPACE_ANALYTICS_FILE_NAME } from '../../../action/analytics/DataSpaceAnalysisHelper.js';
118
118
 
119
119
  const ANALYZE_DATA_SPACE_TRACE = 'analyze data product';
120
- const TEMPORARY__TDS_SAMPLE_VALUES__DELIMETER = '-- e.g.';
120
+ const TEMPORARY__TDS_SAMPLE_VALUES__DELIMITER = '-- e.g.';
121
121
 
122
122
  export class V1_DSL_DataSpace_PureGraphManagerExtension extends DSL_DataSpace_PureGraphManagerExtension {
123
123
  declare graphManager: V1_PureGraphManager;
@@ -1069,22 +1069,22 @@ export class V1_DSL_DataSpace_PureGraphManagerExtension extends DSL_DataSpace_Pu
1069
1069
  column.documentation = tdsColumn.documentation;
1070
1070
  if (
1071
1071
  tdsColumn.documentation?.includes(
1072
- TEMPORARY__TDS_SAMPLE_VALUES__DELIMETER,
1072
+ TEMPORARY__TDS_SAMPLE_VALUES__DELIMITER,
1073
1073
  )
1074
1074
  ) {
1075
1075
  column.documentation = tdsColumn.documentation
1076
1076
  .substring(
1077
1077
  0,
1078
1078
  tdsColumn.documentation.indexOf(
1079
- TEMPORARY__TDS_SAMPLE_VALUES__DELIMETER,
1079
+ TEMPORARY__TDS_SAMPLE_VALUES__DELIMITER,
1080
1080
  ),
1081
1081
  )
1082
1082
  .trim();
1083
1083
  column.sampleValues = tdsColumn.documentation
1084
1084
  .substring(
1085
1085
  tdsColumn.documentation.indexOf(
1086
- TEMPORARY__TDS_SAMPLE_VALUES__DELIMETER,
1087
- ) + TEMPORARY__TDS_SAMPLE_VALUES__DELIMETER.length,
1086
+ TEMPORARY__TDS_SAMPLE_VALUES__DELIMITER,
1087
+ ) + TEMPORARY__TDS_SAMPLE_VALUES__DELIMITER.length,
1088
1088
  )
1089
1089
  .trim();
1090
1090
  }