@finos/legend-application-data-cube-bootstrap 12.82.0 → 12.84.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-data-cube-bootstrap v12.82.0
1
+ /** @license @finos/legend-application-data-cube-bootstrap v12.84.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-data-cube-bootstrap",
3
- "version": "12.82.0",
3
+ "version": "12.84.0",
4
4
  "description": "Legend Data Cube application bootstrap",
5
5
  "keywords": [
6
6
  "legend",
@@ -44,21 +44,21 @@
44
44
  "publish:snapshot": "node ../../scripts/release/publishDevSnapshot.js"
45
45
  },
46
46
  "dependencies": {
47
- "@finos/legend-application": "16.0.12",
48
- "@finos/legend-application-data-cube": "0.1.1",
49
- "@finos/legend-extension-dsl-data-space": "10.4.21",
50
- "@finos/legend-shared": "10.0.62",
51
- "@types/react": "18.3.12",
52
- "react": "18.3.1"
47
+ "@finos/legend-application": "16.0.13",
48
+ "@finos/legend-application-data-cube": "0.1.2",
49
+ "@finos/legend-extension-dsl-data-space": "10.4.22",
50
+ "@finos/legend-shared": "10.0.63",
51
+ "@types/react": "19.0.2",
52
+ "react": "19.0.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@finos/legend-dev-utils": "2.1.31",
55
+ "@finos/legend-dev-utils": "2.1.32",
56
56
  "cross-env": "7.0.3",
57
- "eslint": "9.15.0",
57
+ "eslint": "9.17.0",
58
58
  "npm-run-all": "4.1.5",
59
59
  "rimraf": "6.0.1",
60
- "sass": "1.81.0",
61
- "typescript": "5.6.3"
60
+ "sass": "1.83.0",
61
+ "typescript": "5.7.2"
62
62
  },
63
63
  "publishConfig": {
64
64
  "directory": "build/publishContent"
package/scripts/setup.js CHANGED
@@ -39,7 +39,7 @@ export const setup = (outputDir) => {
39
39
  resolve(outputDir, 'config.json'),
40
40
  JSON.stringify(
41
41
  {
42
- appName: 'query',
42
+ appName: 'data-cube',
43
43
  env: 'local',
44
44
  engine: {
45
45
  url: 'http://localhost:6300/api',
package/tsconfig.json CHANGED
@@ -30,6 +30,8 @@
30
30
  "isolatedModules": true,
31
31
  "esModuleInterop": true,
32
32
  "allowSyntheticDefaultImports": true,
33
+ "resolvePackageJsonExports": true,
34
+ "resolvePackageJsonImports": true,
33
35
  "preserveConstEnums": true,
34
36
  "incremental": true,
35
37
  "useDefineForClassFields": true,