@finos/legend-application-query 9.0.21 → 9.0.23

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.
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  import type { LegendQueryApplicationConfig } from '../application/LegendQueryApplicationConfig.js';
17
18
  export declare const LegendQueryApplication: ((props: {
18
19
  config: LegendQueryApplicationConfig;
@@ -1 +1 @@
1
- {"version":3,"file":"LegendQueryApplication.d.ts","sourceRoot":"","sources":["../../src/components/LegendQueryApplication.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAkBH,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gDAAgD,CAAC;AA6DnG,eAAO,MAAM,sBAAsB,WACzB;IAAE,MAAM,EAAE,4BAA4B,CAAA;CAAE;;CAiBjD,CAAC"}
1
+ {"version":3,"file":"LegendQueryApplication.d.ts","sourceRoot":"","sources":["../../src/components/LegendQueryApplication.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAkBH,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gDAAgD,CAAC;AA6DnG,eAAO,MAAM,sBAAsB,WACzB;IAAE,MAAM,EAAE,4BAA4B,CAAA;CAAE;;CAiBjD,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  export declare const QueryEditor: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"QueryEditor.d.ts","sourceRoot":"","sources":["../../src/components/QueryEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAwfH,eAAO,MAAM,WAAW;;CAsHtB,CAAC;AAEH,eAAO,MAAM,mBAAmB;;CAS9B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;CAsB9B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;CAe9B,CAAC"}
1
+ {"version":3,"file":"QueryEditor.d.ts","sourceRoot":"","sources":["../../src/components/QueryEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAwfH,eAAO,MAAM,WAAW;;CAsHtB,CAAC;AAEH,eAAO,MAAM,mBAAmB;;CAS9B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;CAsB9B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;CAe9B,CAAC"}
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-application-query v9.0.21
1
+ /** @license @finos/legend-application-query v9.0.23
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-application-query",
3
- "version": "9.0.21",
3
+ "version": "9.0.23",
4
4
  "description": "Legend Query application core",
5
5
  "keywords": [
6
6
  "legend",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-application-query",
3
- "version": "9.0.21",
3
+ "version": "9.0.23",
4
4
  "description": "Legend Query application core",
5
5
  "keywords": [
6
6
  "legend",
@@ -43,13 +43,13 @@
43
43
  "test:watch": "jest --watch"
44
44
  },
45
45
  "dependencies": {
46
- "@finos/legend-application": "10.2.2",
47
- "@finos/legend-art": "5.0.14",
48
- "@finos/legend-graph": "22.0.1",
49
- "@finos/legend-query-builder": "0.6.11",
50
- "@finos/legend-server-depot": "4.2.1",
51
- "@finos/legend-shared": "6.2.9",
52
- "@finos/legend-storage": "3.0.24",
46
+ "@finos/legend-application": "10.2.4",
47
+ "@finos/legend-art": "5.0.16",
48
+ "@finos/legend-graph": "22.0.2",
49
+ "@finos/legend-query-builder": "0.6.13",
50
+ "@finos/legend-server-depot": "4.2.2",
51
+ "@finos/legend-shared": "6.2.10",
52
+ "@finos/legend-storage": "3.0.25",
53
53
  "@testing-library/react": "13.4.0",
54
54
  "@types/react": "18.0.26",
55
55
  "@types/react-dom": "18.0.9",
@@ -60,7 +60,7 @@
60
60
  "serializr": "3.0.2"
61
61
  },
62
62
  "devDependencies": {
63
- "@finos/legend-dev-utils": "2.0.32",
63
+ "@finos/legend-dev-utils": "2.0.33",
64
64
  "@jest/globals": "29.3.1",
65
65
  "cross-env": "7.0.3",
66
66
  "eslint": "8.29.0",