@finos/legend-application-data-cube 0.1.9 → 0.1.11
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 +2 -2
- package/lib/index.css.map +1 -1
- package/lib/package.json +3 -3
- package/package.json +13 -13
package/lib/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license @finos/legend-application-data-cube v0.1.
|
|
1
|
+
/** @license @finos/legend-application-data-cube v0.1.11
|
|
2
2
|
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
3
|
*
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
/*# sourceMappingURL=index.css.map */
|
package/lib/index.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":[
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":[],"names":[],"mappings":"","file":"index.css"}
|
package/lib/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finos/legend-application-data-cube",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
4
4
|
"description": "Legend DataCube application core",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@finos/legend-server-depot": "workspace:*",
|
|
52
52
|
"@finos/legend-shared": "workspace:*",
|
|
53
53
|
"@finos/legend-storage": "workspace:*",
|
|
54
|
-
"@types/react": "19.0.
|
|
54
|
+
"@types/react": "19.0.4",
|
|
55
55
|
"@types/react-dom": "19.0.2",
|
|
56
56
|
"mobx": "6.13.5",
|
|
57
57
|
"mobx-react-lite": "4.1.0",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"npm-run-all": "4.1.5",
|
|
69
69
|
"rimraf": "6.0.1",
|
|
70
70
|
"sass": "1.83.1",
|
|
71
|
-
"typescript": "5.7.
|
|
71
|
+
"typescript": "5.7.3"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"react": "^19.0.0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finos/legend-application-data-cube",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
4
4
|
"description": "Legend DataCube application core",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -42,16 +42,16 @@
|
|
|
42
42
|
"test:watch": "jest --watch"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@finos/legend-application": "16.0.
|
|
46
|
-
"@finos/legend-art": "7.1.
|
|
47
|
-
"@finos/legend-code-editor": "2.0.
|
|
48
|
-
"@finos/legend-data-cube": "0.0.
|
|
49
|
-
"@finos/legend-graph": "32.0.
|
|
50
|
-
"@finos/legend-query-builder": "4.15.
|
|
51
|
-
"@finos/legend-server-depot": "6.0.
|
|
52
|
-
"@finos/legend-shared": "10.0.
|
|
53
|
-
"@finos/legend-storage": "3.0.
|
|
54
|
-
"@types/react": "19.0.
|
|
45
|
+
"@finos/legend-application": "16.0.19",
|
|
46
|
+
"@finos/legend-art": "7.1.76",
|
|
47
|
+
"@finos/legend-code-editor": "2.0.34",
|
|
48
|
+
"@finos/legend-data-cube": "0.0.41",
|
|
49
|
+
"@finos/legend-graph": "32.0.2",
|
|
50
|
+
"@finos/legend-query-builder": "4.15.39",
|
|
51
|
+
"@finos/legend-server-depot": "6.0.76",
|
|
52
|
+
"@finos/legend-shared": "10.0.67",
|
|
53
|
+
"@finos/legend-storage": "3.0.118",
|
|
54
|
+
"@types/react": "19.0.4",
|
|
55
55
|
"@types/react-dom": "19.0.2",
|
|
56
56
|
"mobx": "6.13.5",
|
|
57
57
|
"mobx-react-lite": "4.1.0",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"serializr": "3.0.3"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@finos/legend-dev-utils": "2.1.
|
|
63
|
+
"@finos/legend-dev-utils": "2.1.35",
|
|
64
64
|
"@jest/globals": "29.7.0",
|
|
65
65
|
"cross-env": "7.0.3",
|
|
66
66
|
"eslint": "9.17.0",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"npm-run-all": "4.1.5",
|
|
69
69
|
"rimraf": "6.0.1",
|
|
70
70
|
"sass": "1.83.1",
|
|
71
|
-
"typescript": "5.7.
|
|
71
|
+
"typescript": "5.7.3"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"react": "^19.0.0"
|