@finos/legend-application-data-cube-bootstrap 13.43.0 → 13.45.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 +2 -2
- package/lib/index.css.map +1 -1
- package/package.json +7 -6
package/lib/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license @finos/legend-application-data-cube-bootstrap v13.
|
|
1
|
+
/** @license @finos/legend-application-data-cube-bootstrap v13.45.0
|
|
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
|
-
@import"@finos/legend-art/lib/fonts.css";@import"@finos/legend-data-cube/lib/index.css";@import"@finos/legend-
|
|
17
|
+
@import"@finos/legend-application-data-cube/lib/index.css";@import"@finos/legend-application/lib/index.css";@import"@finos/legend-art/lib/fonts.css";@import"@finos/legend-art/lib/index.css";@import"@finos/legend-art/lib/normalize.css";@import"@finos/legend-data-cube/lib/index.css";@import"@finos/legend-lego/lib/index.css";@import"@finos/legend-query-builder/lib/index.css"/*# sourceMappingURL=index.css.map */
|
package/lib/index.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../style/index.scss"],"names":[],"mappings":"AAgBQ,yCACA,+CACA","file":"index.css"}
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../style/index.scss"],"names":[],"mappings":"AAgBQ,2DACA,iDACA,yCACA,yCACA,6CACA,+CACA,0CACA","file":"index.css"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finos/legend-application-data-cube-bootstrap",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.45.0",
|
|
4
4
|
"description": "Legend DataCube application bootstrap",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -44,11 +44,12 @@
|
|
|
44
44
|
"publish:snapshot": "node ../../scripts/release/publishDevSnapshot.js"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@finos/legend-application": "16.0.
|
|
48
|
-
"@finos/legend-application-data-cube": "0.3.
|
|
49
|
-
"@finos/legend-data-cube": "0.1.
|
|
50
|
-
"@finos/legend-extension-dsl-data-space": "10.4.
|
|
51
|
-
"@finos/legend-
|
|
47
|
+
"@finos/legend-application": "16.0.34",
|
|
48
|
+
"@finos/legend-application-data-cube": "0.3.16",
|
|
49
|
+
"@finos/legend-data-cube": "0.1.22",
|
|
50
|
+
"@finos/legend-extension-dsl-data-space": "10.4.65",
|
|
51
|
+
"@finos/legend-query-builder": "4.16.23",
|
|
52
|
+
"@finos/legend-shared": "11.0.10",
|
|
52
53
|
"@types/react": "19.0.10",
|
|
53
54
|
"react": "19.0.0"
|
|
54
55
|
},
|