@finos/legend-extension-store-relational 0.0.42 → 0.0.43
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/index.css +16 -0
- package/lib/package.json +3 -3
- package/package.json +10 -10
package/lib/index.css
CHANGED
@@ -1 +1,17 @@
|
|
1
|
+
/** @license @finos/legend-extension-store-relational v0.0.43
|
2
|
+
* Copyright (c) 2020-present, Goldman Sachs
|
3
|
+
*
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
* you may not use this file except in compliance with the License.
|
6
|
+
* You may obtain a copy of the License at
|
7
|
+
*
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
*
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
* See the License for the specific language governing permissions and
|
14
|
+
* limitations under the License.
|
15
|
+
*/
|
16
|
+
|
1
17
|
/*# sourceMappingURL=index.css.map */
|
package/lib/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-extension-store-relational",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.43",
|
4
4
|
"description": "Legend extension for Relational store",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -57,10 +57,10 @@
|
|
57
57
|
},
|
58
58
|
"devDependencies": {
|
59
59
|
"@finos/legend-dev-utils": "workspace:*",
|
60
|
-
"@jest/globals": "29.4.
|
60
|
+
"@jest/globals": "29.4.2",
|
61
61
|
"cross-env": "7.0.3",
|
62
62
|
"eslint": "8.33.0",
|
63
|
-
"jest": "29.4.
|
63
|
+
"jest": "29.4.2",
|
64
64
|
"npm-run-all": "4.1.5",
|
65
65
|
"rimraf": "4.1.2",
|
66
66
|
"sass": "1.58.0",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-extension-store-relational",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.43",
|
4
4
|
"description": "Legend extension for Relational store",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -43,12 +43,12 @@
|
|
43
43
|
"test:watch": "jest --watch"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@finos/legend-application": "10.2.
|
47
|
-
"@finos/legend-application-studio": "22.3.
|
48
|
-
"@finos/legend-art": "5.0.
|
49
|
-
"@finos/legend-graph": "22.2.
|
50
|
-
"@finos/legend-shared": "6.2.
|
51
|
-
"@finos/legend-storage": "3.0.
|
46
|
+
"@finos/legend-application": "10.2.13",
|
47
|
+
"@finos/legend-application-studio": "22.3.8",
|
48
|
+
"@finos/legend-art": "5.0.23",
|
49
|
+
"@finos/legend-graph": "22.2.5",
|
50
|
+
"@finos/legend-shared": "6.2.17",
|
51
|
+
"@finos/legend-storage": "3.0.32",
|
52
52
|
"@types/react": "18.0.27",
|
53
53
|
"mobx": "6.7.0",
|
54
54
|
"mobx-react-lite": "3.4.0",
|
@@ -56,11 +56,11 @@
|
|
56
56
|
"serializr": "3.0.2"
|
57
57
|
},
|
58
58
|
"devDependencies": {
|
59
|
-
"@finos/legend-dev-utils": "2.0.
|
60
|
-
"@jest/globals": "29.4.
|
59
|
+
"@finos/legend-dev-utils": "2.0.40",
|
60
|
+
"@jest/globals": "29.4.2",
|
61
61
|
"cross-env": "7.0.3",
|
62
62
|
"eslint": "8.33.0",
|
63
|
-
"jest": "29.4.
|
63
|
+
"jest": "29.4.2",
|
64
64
|
"npm-run-all": "4.1.5",
|
65
65
|
"rimraf": "4.1.2",
|
66
66
|
"sass": "1.58.0",
|