@finos/legend-server-showcase-deployment 11.68.0 → 11.70.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ShowcaseRegistryServer.d.ts","sourceRoot":"","sources":["../src/ShowcaseRegistryServer.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,eAAe,EAAgC,MAAM,SAAS,CAAC;AAC7E,OAAO,EAEL,KAAK,sBAAsB,EAC5B,MAAM,uBAAuB,CAAC;AAe/B,eAAO,MAAM,+BAA+B,WAClC,eAAe,UACf,sBAAsB,GAAG;IAC/B,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACjC,KACA,
|
1
|
+
{"version":3,"file":"ShowcaseRegistryServer.d.ts","sourceRoot":"","sources":["../src/ShowcaseRegistryServer.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,eAAe,EAAgC,MAAM,SAAS,CAAC;AAC7E,OAAO,EAEL,KAAK,sBAAsB,EAC5B,MAAM,uBAAuB,CAAC;AAe/B,eAAO,MAAM,+BAA+B,WAClC,eAAe,UACf,sBAAsB,GAAG;IAC/B,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACjC,KACA,OAAO,CAAC,IAAI,CAmCd,CAAC"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-server-showcase-deployment",
|
3
|
-
"version": "11.
|
3
|
+
"version": "11.70.0",
|
4
4
|
"description": "Legend Showcase server deployment",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -51,21 +51,21 @@
|
|
51
51
|
},
|
52
52
|
"dependencies": {
|
53
53
|
"@fastify/cors": "9.0.1",
|
54
|
-
"@finos/legend-server-showcase": "0.2.
|
55
|
-
"@finos/legend-shared": "10.0.
|
56
|
-
"fastify": "4.
|
54
|
+
"@finos/legend-server-showcase": "0.2.14",
|
55
|
+
"@finos/legend-shared": "10.0.41",
|
56
|
+
"fastify": "4.28.0"
|
57
57
|
},
|
58
58
|
"devDependencies": {
|
59
|
-
"@finos/legend-dev-utils": "2.1.
|
59
|
+
"@finos/legend-dev-utils": "2.1.9",
|
60
60
|
"@jest/globals": "29.7.0",
|
61
61
|
"cross-env": "7.0.3",
|
62
62
|
"eslint": "8.57.0",
|
63
63
|
"jest": "29.7.0",
|
64
|
-
"nodemon": "3.1.
|
64
|
+
"nodemon": "3.1.4",
|
65
65
|
"npm-run-all": "4.1.5",
|
66
66
|
"rimraf": "5.0.7",
|
67
|
-
"typescript": "5.
|
68
|
-
"webpack": "5.
|
67
|
+
"typescript": "5.5.2",
|
68
|
+
"webpack": "5.92.1",
|
69
69
|
"webpack-bundle-analyzer": "4.10.2",
|
70
70
|
"webpack-cli": "5.1.4"
|
71
71
|
},
|