@finos/legend-application-repl-deployment 11.40.0 → 11.41.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/repl/index.html +1 -1
- package/dist/repl/static/{index.cea9dc84.css → index.7dee40e1.css} +3 -3
- package/dist/repl/static/{index.cea9dc84.css.map → index.7dee40e1.css.map} +1 -1
- package/dist/repl/static/{index.5b5773a9.js → index.f4a86f70.js} +2 -2
- package/dist/repl/static/index.f4a86f70.js.map +1 -0
- package/dist/repl/version.json +1 -1
- package/package.json +3 -3
- package/dist/repl/static/index.5b5773a9.js.map +0 -1
package/dist/repl/version.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-application-repl-deployment",
|
3
|
-
"version": "11.
|
3
|
+
"version": "11.41.0",
|
4
4
|
"description": "Legend REPL web application deployment",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -39,9 +39,9 @@
|
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
41
|
"@finos/legend-application": "15.0.75",
|
42
|
-
"@finos/legend-application-repl": "0.0.
|
42
|
+
"@finos/legend-application-repl": "0.0.11",
|
43
43
|
"@finos/legend-art": "7.1.27",
|
44
|
-
"@finos/legend-lego": "1.2.
|
44
|
+
"@finos/legend-lego": "1.2.26"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
47
|
"@finos/legend-dev-utils": "2.1.3",
|