@tramvai/module-server 1.38.0 → 1.41.2

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/server.es.js CHANGED
@@ -93,7 +93,7 @@ const webAppInitCommand = ({ app, logger, commandLineRunner, beforeInit, init, a
93
93
  return async function webAppInit() {
94
94
  await runHandlers(beforeInit);
95
95
  app.use(bodyParser.urlencoded({
96
- limit: '500kb',
96
+ limit: '2mb',
97
97
  extended: false,
98
98
  }), cookieParser());
99
99
  await runHandlers(init);
package/lib/server.js CHANGED
@@ -115,7 +115,7 @@ const webAppInitCommand = ({ app, logger, commandLineRunner, beforeInit, init, a
115
115
  return async function webAppInit() {
116
116
  await runHandlers(beforeInit);
117
117
  app.use(bodyParser__default["default"].urlencoded({
118
- limit: '500kb',
118
+ limit: '2mb',
119
119
  extended: false,
120
120
  }), cookieParser__default["default"]());
121
121
  await runHandlers(init);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-server",
3
- "version": "1.38.0",
3
+ "version": "1.41.2",
4
4
  "description": "",
5
5
  "browser": "lib/browser.js",
6
6
  "main": "lib/server.js",
@@ -23,10 +23,10 @@
23
23
  "@tinkoff/express-terminus": "0.1.12",
24
24
  "@tinkoff/monkeypatch": "1.3.3",
25
25
  "@tinkoff/url": "0.7.37",
26
- "@tramvai/module-cache-warmup": "1.38.0",
27
- "@tramvai/module-metrics": "1.38.0",
28
- "@tramvai/papi": "1.38.0",
29
- "@tramvai/tokens-server": "1.38.0",
26
+ "@tramvai/module-cache-warmup": "1.41.2",
27
+ "@tramvai/module-metrics": "1.41.2",
28
+ "@tramvai/papi": "1.41.2",
29
+ "@tramvai/tokens-server": "1.41.2",
30
30
  "body-parser": "^1.19.0",
31
31
  "compression": "^1.7.4",
32
32
  "cookie-parser": "^1.4.3",
@@ -36,11 +36,11 @@
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@tinkoff/utils": "^2.1.2",
39
- "@tramvai/cli": "1.38.0",
40
- "@tramvai/core": "1.38.0",
41
- "@tramvai/module-common": "1.38.0",
42
- "@tramvai/module-environment": "1.38.0",
43
- "@tramvai/tokens-common": "1.38.0",
39
+ "@tramvai/cli": "1.41.2",
40
+ "@tramvai/core": "1.41.2",
41
+ "@tramvai/module-common": "1.41.2",
42
+ "@tramvai/module-environment": "1.41.2",
43
+ "@tramvai/tokens-common": "1.41.2",
44
44
  "@tinkoff/dippy": "0.7.35",
45
45
  "tslib": "^2.0.3"
46
46
  },