@tramvai/module-render 1.101.2 → 1.101.3

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
@@ -403,7 +403,7 @@ if (process.env.NODE_ENV === 'production') {
403
403
  return Promise.resolve(stats);
404
404
  };
405
405
  }
406
- const fetchWebpackStats = async ({ modern, }) => {
406
+ const fetchWebpackStats = async ({ modern, } = {}) => {
407
407
  return fetchStats(modern);
408
408
  };
409
409
 
package/lib/server.js CHANGED
@@ -439,7 +439,7 @@ if (process.env.NODE_ENV === 'production') {
439
439
  return Promise.resolve(stats);
440
440
  };
441
441
  }
442
- const fetchWebpackStats = async ({ modern, }) => {
442
+ const fetchWebpackStats = async ({ modern, } = {}) => {
443
443
  return fetchStats(modern);
444
444
  };
445
445
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-render",
3
- "version": "1.101.2",
3
+ "version": "1.101.3",
4
4
  "description": "",
5
5
  "browser": "lib/browser.js",
6
6
  "main": "lib/server.js",
@@ -24,28 +24,28 @@
24
24
  "@tinkoff/htmlpagebuilder": "0.4.22",
25
25
  "@tinkoff/layout-factory": "0.2.28",
26
26
  "@tinkoff/url": "0.7.37",
27
- "@tinkoff/user-agent": "0.3.335",
28
- "@tramvai/module-client-hints": "1.101.2",
29
- "@tramvai/module-router": "1.101.2",
30
- "@tramvai/react": "1.101.2",
27
+ "@tinkoff/user-agent": "0.3.336",
28
+ "@tramvai/module-client-hints": "1.101.3",
29
+ "@tramvai/module-router": "1.101.3",
30
+ "@tramvai/react": "1.101.3",
31
31
  "@tramvai/safe-strings": "0.4.3",
32
- "@tramvai/tokens-render": "1.101.2",
33
- "@tramvai/experiments": "1.101.2",
32
+ "@tramvai/tokens-render": "1.101.3",
33
+ "@tramvai/experiments": "1.101.3",
34
34
  "@types/loadable__server": "^5.12.6",
35
35
  "node-fetch": "^2.6.1"
36
36
  },
37
37
  "peerDependencies": {
38
- "@tinkoff/dippy": "0.7.39",
38
+ "@tinkoff/dippy": "0.7.40",
39
39
  "@tinkoff/utils": "^2.1.2",
40
40
  "@tinkoff/react-hooks": "0.0.24",
41
- "@tramvai/cli": "1.101.2",
42
- "@tramvai/core": "1.101.2",
43
- "@tramvai/module-common": "1.101.2",
44
- "@tramvai/state": "1.101.2",
45
- "@tramvai/test-helpers": "1.101.2",
46
- "@tramvai/tokens-common": "1.101.2",
47
- "@tramvai/tokens-router": "1.101.2",
48
- "@tramvai/tokens-server-private": "1.101.2",
41
+ "@tramvai/cli": "1.101.3",
42
+ "@tramvai/core": "1.101.3",
43
+ "@tramvai/module-common": "1.101.3",
44
+ "@tramvai/state": "1.101.3",
45
+ "@tramvai/test-helpers": "1.101.3",
46
+ "@tramvai/tokens-common": "1.101.3",
47
+ "@tramvai/tokens-router": "1.101.3",
48
+ "@tramvai/tokens-server-private": "1.101.3",
49
49
  "express": "^4.17.1",
50
50
  "prop-types": "^15.6.2",
51
51
  "react": ">=16.8.0",