@finos/legend-extension-dsl-data-space 10.1.36 → 10.1.37

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.
@@ -64,7 +64,7 @@ export const DSL_DATA_SPACE_LEGEND_APPLICATION_COMMAND_CONFIG = {
64
64
  title: 'Data Space Models Documentation: Search',
65
65
  defaultKeyboardShortcut: 'Control+Shift+KeyF',
66
66
  additionalKeyboardShortcuts: ['Meta+Shift+KeyF'],
67
- when: 'When models documnetation viewer is active',
67
+ when: 'When models documentation viewer is active',
68
68
  },
69
69
  };
70
70
  //# sourceMappingURL=DSL_DataSpace_LegendApplicationCommand.js.map
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-extension-dsl-data-space v10.1.36
1
+ /** @license @finos/legend-extension-dsl-data-space v10.1.37
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.1.36",
3
+ "version": "10.1.37",
4
4
  "description": "Legend extension for Data Space DSL",
5
5
  "keywords": [
6
6
  "legend",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-extension-dsl-data-space",
3
- "version": "10.1.36",
3
+ "version": "10.1.37",
4
4
  "description": "Legend extension for Data Space DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -45,13 +45,13 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@finos/legend-application": "15.0.46",
48
- "@finos/legend-application-query": "13.1.16",
49
- "@finos/legend-application-studio": "28.7.1",
48
+ "@finos/legend-application-query": "13.1.17",
49
+ "@finos/legend-application-studio": "28.8.0",
50
50
  "@finos/legend-art": "7.1.0",
51
- "@finos/legend-extension-dsl-diagram": "8.0.92",
52
- "@finos/legend-graph": "31.3.6",
53
- "@finos/legend-lego": "1.1.40",
54
- "@finos/legend-query-builder": "4.10.1",
51
+ "@finos/legend-extension-dsl-diagram": "8.0.93",
52
+ "@finos/legend-graph": "31.3.7",
53
+ "@finos/legend-lego": "1.1.41",
54
+ "@finos/legend-query-builder": "4.10.2",
55
55
  "@finos/legend-server-depot": "6.0.31",
56
56
  "@finos/legend-shared": "10.0.27",
57
57
  "@finos/legend-storage": "3.0.77",
@@ -69,6 +69,6 @@ export const DSL_DATA_SPACE_LEGEND_APPLICATION_COMMAND_CONFIG: CommandConfigData
69
69
  title: 'Data Space Models Documentation: Search',
70
70
  defaultKeyboardShortcut: 'Control+Shift+KeyF',
71
71
  additionalKeyboardShortcuts: ['Meta+Shift+KeyF'],
72
- when: 'When models documnetation viewer is active',
72
+ when: 'When models documentation viewer is active',
73
73
  },
74
74
  };