@tramvai/module-render 1.91.0 → 1.92.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
@@ -326,7 +326,6 @@ typeof __webpack_require__ === 'function' ? __non_webpack_require__ : require;
326
326
 
327
327
  let appConfig;
328
328
  try {
329
- // eslint-disable-next-line import/no-extraneous-dependencies
330
329
  appConfig = require('@tramvai/cli/lib/external/config').appConfig;
331
330
  }
332
331
  catch (e) { }
package/lib/server.js CHANGED
@@ -362,7 +362,6 @@ typeof __webpack_require__ === 'function' ? __non_webpack_require__ : require;
362
362
 
363
363
  let appConfig;
364
364
  try {
365
- // eslint-disable-next-line import/no-extraneous-dependencies
366
365
  appConfig = require('@tramvai/cli/lib/external/config').appConfig;
367
366
  }
368
367
  catch (e) { }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-render",
3
- "version": "1.91.0",
3
+ "version": "1.92.2",
4
4
  "description": "",
5
5
  "browser": "lib/browser.js",
6
6
  "main": "lib/server.js",
@@ -24,13 +24,13 @@
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.309",
28
- "@tramvai/module-client-hints": "1.91.0",
29
- "@tramvai/module-router": "1.91.0",
30
- "@tramvai/react": "1.91.0",
27
+ "@tinkoff/user-agent": "0.3.313",
28
+ "@tramvai/module-client-hints": "1.92.2",
29
+ "@tramvai/module-router": "1.92.2",
30
+ "@tramvai/react": "1.92.2",
31
31
  "@tramvai/safe-strings": "0.4.3",
32
- "@tramvai/tokens-render": "1.91.0",
33
- "@tramvai/experiments": "1.91.0",
32
+ "@tramvai/tokens-render": "1.92.2",
33
+ "@tramvai/experiments": "1.92.2",
34
34
  "@types/loadable__server": "^5.12.6",
35
35
  "node-fetch": "^2.6.1"
36
36
  },
@@ -38,14 +38,14 @@
38
38
  "@tinkoff/dippy": "0.7.39",
39
39
  "@tinkoff/utils": "^2.1.2",
40
40
  "@tinkoff/react-hooks": "0.0.24",
41
- "@tramvai/cli": "1.91.0",
42
- "@tramvai/core": "1.91.0",
43
- "@tramvai/module-common": "1.91.0",
44
- "@tramvai/state": "1.91.0",
45
- "@tramvai/test-helpers": "1.91.0",
46
- "@tramvai/tokens-common": "1.91.0",
47
- "@tramvai/tokens-router": "1.91.0",
48
- "@tramvai/tokens-server-private": "1.91.0",
41
+ "@tramvai/cli": "1.92.2",
42
+ "@tramvai/core": "1.92.2",
43
+ "@tramvai/module-common": "1.92.2",
44
+ "@tramvai/state": "1.92.2",
45
+ "@tramvai/test-helpers": "1.92.2",
46
+ "@tramvai/tokens-common": "1.92.2",
47
+ "@tramvai/tokens-router": "1.92.2",
48
+ "@tramvai/tokens-server-private": "1.92.2",
49
49
  "express": "^4.17.1",
50
50
  "prop-types": "^15.6.2",
51
51
  "react": ">=16.8.0",