@finos/legend-query-builder 0.6.6 → 0.6.7

Sign up to get free protection for your applications and to get access to all the features.
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-query-builder v0.6.6
1
+ /** @license @finos/legend-query-builder v0.6.7
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-query-builder",
3
- "version": "0.6.6",
3
+ "version": "0.6.7",
4
4
  "description": "Legend query builder core",
5
5
  "keywords": [
6
6
  "legend",
@@ -20,7 +20,7 @@ export var QUERY_BUILDER_COMMAND_KEY;
20
20
  export const QUERY_BUILDER_COMMAND_CONFIG = {
21
21
  [QUERY_BUILDER_COMMAND_KEY.COMPILE]: {
22
22
  title: 'Query Builder: Compile query',
23
- defaultKeyboardShortcut: 'f9',
23
+ defaultKeyboardShortcut: 'F9',
24
24
  },
25
25
  };
26
26
  //# sourceMappingURL=QueryBuilderCommand.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-query-builder",
3
- "version": "0.6.6",
3
+ "version": "0.6.7",
4
4
  "description": "Legend query builder core",
5
5
  "keywords": [
6
6
  "legend",
@@ -44,12 +44,12 @@
44
44
  "@ag-grid-community/client-side-row-model": "28.2.1",
45
45
  "@ag-grid-community/core": "28.2.1",
46
46
  "@ag-grid-community/react": "28.2.1",
47
- "@finos/legend-application": "10.1.0",
48
- "@finos/legend-art": "5.0.11",
49
- "@finos/legend-graph": "20.1.7",
50
- "@finos/legend-server-depot": "4.1.10",
51
- "@finos/legend-shared": "6.2.6",
52
- "@finos/legend-storage": "3.0.21",
47
+ "@finos/legend-application": "10.1.1",
48
+ "@finos/legend-art": "5.0.12",
49
+ "@finos/legend-graph": "21.0.0",
50
+ "@finos/legend-server-depot": "4.1.11",
51
+ "@finos/legend-shared": "6.2.7",
52
+ "@finos/legend-storage": "3.0.22",
53
53
  "@testing-library/react": "13.4.0",
54
54
  "@types/papaparse": "5.3.5",
55
55
  "@types/react": "18.0.25",
@@ -23,6 +23,6 @@ export enum QUERY_BUILDER_COMMAND_KEY {
23
23
  export const QUERY_BUILDER_COMMAND_CONFIG: CommandConfigData = {
24
24
  [QUERY_BUILDER_COMMAND_KEY.COMPILE]: {
25
25
  title: 'Query Builder: Compile query',
26
- defaultKeyboardShortcut: 'f9',
26
+ defaultKeyboardShortcut: 'F9',
27
27
  },
28
28
  };