@finos/legend-application-studio-bootstrap 9.63.0 → 9.65.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 v9.63.0
1
+ /** @license @finos/legend-application-studio-bootstrap v9.65.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": "9.63.0",
3
+ "version": "9.65.0",
4
4
  "description": "Legend Studio application bootrap",
5
5
  "keywords": [
6
6
  "legend",
@@ -44,25 +44,25 @@
44
44
  "publish:snapshot": "node ../../scripts/release/publishDevSnapshot.js"
45
45
  },
46
46
  "dependencies": {
47
- "@finos/legend-application": "15.0.28",
48
- "@finos/legend-application-studio": "27.1.4",
49
- "@finos/legend-art": "7.0.28",
50
- "@finos/legend-extension-assortment": "0.0.20",
51
- "@finos/legend-extension-dsl-data-space": "10.0.42",
52
- "@finos/legend-extension-dsl-diagram": "8.0.42",
53
- "@finos/legend-extension-dsl-mastery": "3.0.42",
54
- "@finos/legend-extension-dsl-persistence": "5.0.42",
55
- "@finos/legend-extension-dsl-service": "1.0.42",
56
- "@finos/legend-extension-dsl-text": "6.0.42",
57
- "@finos/legend-extension-store-service-store": "2.0.42",
58
- "@finos/legend-graph": "30.0.13",
59
- "@finos/legend-lego": "1.1.5",
60
- "@finos/legend-shared": "10.0.16",
47
+ "@finos/legend-application": "15.0.29",
48
+ "@finos/legend-application-studio": "27.1.6",
49
+ "@finos/legend-art": "7.0.29",
50
+ "@finos/legend-extension-assortment": "0.0.22",
51
+ "@finos/legend-extension-dsl-data-space": "10.0.44",
52
+ "@finos/legend-extension-dsl-diagram": "8.0.44",
53
+ "@finos/legend-extension-dsl-mastery": "3.0.44",
54
+ "@finos/legend-extension-dsl-persistence": "5.0.44",
55
+ "@finos/legend-extension-dsl-service": "1.0.44",
56
+ "@finos/legend-extension-dsl-text": "6.0.44",
57
+ "@finos/legend-extension-store-service-store": "2.0.44",
58
+ "@finos/legend-graph": "30.0.14",
59
+ "@finos/legend-lego": "1.1.6",
60
+ "@finos/legend-shared": "10.0.17",
61
61
  "@types/react": "18.2.14",
62
62
  "react": "18.2.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@finos/legend-dev-utils": "2.0.71",
65
+ "@finos/legend-dev-utils": "2.0.72",
66
66
  "cross-env": "7.0.3",
67
67
  "eslint": "8.44.0",
68
68
  "npm-run-all": "4.1.5",
package/scripts/setup.js CHANGED
@@ -69,7 +69,7 @@ export const setup = (outputDir) => {
69
69
  /**
70
70
  * Use this end-point when developing documentation locally
71
71
  */
72
- // { url: 'http://localhost:9999/documentation.json' },
72
+ // { url: 'http://localhost:9999/resource/documentation.json' },
73
73
  {
74
74
  url: 'https://legend.finos.org/resource/studio/documentation/shared.json',
75
75
  simple: true,
@@ -95,7 +95,6 @@ export const setup = (outputDir) => {
95
95
  // modes: ['PROD'],
96
96
  // },
97
97
  // ],
98
- TEMPORARY__enableMappingTestableEditor: false,
99
98
  TEMPORARY__enableFunctionActivatorSupport: false,
100
99
  TEMPORARY__enableRawSQLExecutor: false,
101
100
  TEMPORARY__enableLocalConnectionBuilder: false,