@finos/legend-application-studio-bootstrap 12.48.0 → 12.50.0

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.
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-application-studio-bootstrap v12.48.0
1
+ /** @license @finos/legend-application-studio-bootstrap v12.50.0
2
2
  * Copyright (c) 2020-present, Goldman Sachs
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-application-studio-bootstrap",
3
- "version": "12.48.0",
3
+ "version": "12.50.0",
4
4
  "description": "Legend Studio application bootrap",
5
5
  "keywords": [
6
6
  "legend",
@@ -44,32 +44,32 @@
44
44
  "publish:snapshot": "node ../../scripts/release/publishDevSnapshot.js"
45
45
  },
46
46
  "dependencies": {
47
- "@finos/legend-application": "16.0.1",
48
- "@finos/legend-application-studio": "28.18.40",
49
- "@finos/legend-art": "7.1.60",
50
- "@finos/legend-extension-assortment": "0.0.208",
51
- "@finos/legend-extension-dsl-data-quality": "1.0.45",
52
- "@finos/legend-extension-dsl-data-space": "10.3.78",
53
- "@finos/legend-extension-dsl-data-space-studio": "0.1.78",
54
- "@finos/legend-extension-dsl-diagram": "8.1.16",
55
- "@finos/legend-extension-dsl-persistence": "5.0.230",
56
- "@finos/legend-extension-dsl-service": "1.0.235",
57
- "@finos/legend-extension-dsl-text": "6.0.230",
58
- "@finos/legend-extension-store-service-store": "2.0.230",
59
- "@finos/legend-graph": "31.10.36",
60
- "@finos/legend-lego": "2.0.3",
61
- "@finos/legend-shared": "10.0.56",
62
- "@types/react": "18.3.9",
47
+ "@finos/legend-application": "16.0.3",
48
+ "@finos/legend-application-studio": "28.18.42",
49
+ "@finos/legend-art": "7.1.62",
50
+ "@finos/legend-extension-assortment": "0.0.210",
51
+ "@finos/legend-extension-dsl-data-quality": "1.0.47",
52
+ "@finos/legend-extension-dsl-data-space": "10.3.80",
53
+ "@finos/legend-extension-dsl-data-space-studio": "0.1.80",
54
+ "@finos/legend-extension-dsl-diagram": "8.1.18",
55
+ "@finos/legend-extension-dsl-persistence": "5.0.232",
56
+ "@finos/legend-extension-dsl-service": "1.0.237",
57
+ "@finos/legend-extension-dsl-text": "6.0.232",
58
+ "@finos/legend-extension-store-service-store": "2.0.232",
59
+ "@finos/legend-graph": "31.10.37",
60
+ "@finos/legend-lego": "2.0.5",
61
+ "@finos/legend-shared": "10.0.57",
62
+ "@types/react": "18.3.11",
63
63
  "react": "18.3.1"
64
64
  },
65
65
  "devDependencies": {
66
- "@finos/legend-dev-utils": "2.1.23",
66
+ "@finos/legend-dev-utils": "2.1.25",
67
67
  "cross-env": "7.0.3",
68
- "eslint": "8.57.1",
68
+ "eslint": "9.12.0",
69
69
  "npm-run-all": "4.1.5",
70
70
  "rimraf": "6.0.1",
71
- "sass": "1.79.3",
72
- "typescript": "5.6.2"
71
+ "sass": "1.79.4",
72
+ "typescript": "5.6.3"
73
73
  },
74
74
  "publishConfig": {
75
75
  "directory": "build/publishContent"
package/scripts/setup.js CHANGED
@@ -101,6 +101,9 @@ export const setup = (outputDir) => {
101
101
  // ],
102
102
  TEMPORARY__enableLocalConnectionBuilder: false,
103
103
  NonProductionFeatureFlag: true,
104
+ queryBuilderConfig: {
105
+ TEMPORARY__enableExportToCube: true,
106
+ },
104
107
  },
105
108
  },
106
109
  },