@tramvai/module-render 5.53.80 → 6.62.0

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.
@@ -4,6 +4,8 @@ import { requireFunc } from './requireFunc.es.js';
4
4
 
5
5
  let appConfig;
6
6
  try {
7
+ // appConfig = require('virtual:tramvai/config').appConfig;
8
+ // eslint-disable-next-line import/extensions, import/no-unresolved
7
9
  appConfig = require('@tramvai/cli/lib/external/config').appConfig;
8
10
  }
9
11
  catch (e) {
@@ -31,6 +31,8 @@ var fetch__default = /*#__PURE__*/_interopDefaultLegacy(fetch);
31
31
 
32
32
  let appConfig;
33
33
  try {
34
+ // appConfig = require('virtual:tramvai/config').appConfig;
35
+ // eslint-disable-next-line import/extensions, import/no-unresolved
34
36
  appConfig = require('@tramvai/cli/lib/external/config').appConfig;
35
37
  }
36
38
  catch (e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-render",
3
- "version": "5.53.80",
3
+ "version": "6.62.0",
4
4
  "description": "",
5
5
  "browser": "lib/browser.js",
6
6
  "main": "lib/server.js",
@@ -22,34 +22,34 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@loadable/server": "^5.15.0",
25
- "@tinkoff/errors": "0.6.4",
26
- "@tinkoff/htmlpagebuilder": "0.8.6",
27
- "@tinkoff/layout-factory": "0.6.5",
25
+ "@tinkoff/errors": "0.7.1",
26
+ "@tinkoff/htmlpagebuilder": "0.9.0",
27
+ "@tinkoff/layout-factory": "0.7.0",
28
28
  "@tinkoff/request-core": "^0.10.0",
29
29
  "@tinkoff/request-plugin-protocol-http": "^0.12.1",
30
- "@tinkoff/url": "0.11.4",
31
- "@tinkoff/user-agent": "0.7.204",
32
- "@tramvai/experiments": "5.53.80",
33
- "@tramvai/module-client-hints": "5.53.80",
34
- "@tramvai/module-router": "5.53.80",
35
- "@tramvai/react": "5.53.80",
36
- "@tramvai/safe-strings": "0.8.5",
37
- "@tramvai/tokens-render": "5.53.80",
30
+ "@tinkoff/url": "0.12.1",
31
+ "@tinkoff/user-agent": "0.8.105",
32
+ "@tramvai/experiments": "6.62.0",
33
+ "@tramvai/module-client-hints": "6.62.0",
34
+ "@tramvai/module-router": "6.62.0",
35
+ "@tramvai/react": "6.62.0",
36
+ "@tramvai/safe-strings": "0.9.0",
37
+ "@tramvai/tokens-render": "6.62.0",
38
38
  "@types/loadable__server": "^5.12.6",
39
39
  "node-fetch": "^2.6.1"
40
40
  },
41
41
  "peerDependencies": {
42
- "@tinkoff/dippy": "0.11.6",
43
- "@tinkoff/react-hooks": "0.4.3",
42
+ "@tinkoff/dippy": "0.12.3",
43
+ "@tinkoff/react-hooks": "0.5.0",
44
44
  "@tinkoff/utils": "^2.1.2",
45
- "@tramvai/cli": "5.53.80",
46
- "@tramvai/core": "5.53.80",
47
- "@tramvai/module-common": "5.53.80",
48
- "@tramvai/state": "5.53.80",
49
- "@tramvai/test-helpers": "5.53.80",
50
- "@tramvai/tokens-common": "5.53.80",
51
- "@tramvai/tokens-router": "5.53.80",
52
- "@tramvai/tokens-server-private": "5.53.80",
45
+ "@tramvai/cli": "6.62.0",
46
+ "@tramvai/core": "6.62.0",
47
+ "@tramvai/module-common": "6.62.0",
48
+ "@tramvai/state": "6.62.0",
49
+ "@tramvai/test-helpers": "6.62.0",
50
+ "@tramvai/tokens-common": "6.62.0",
51
+ "@tramvai/tokens-router": "6.62.0",
52
+ "@tramvai/tokens-server-private": "6.62.0",
53
53
  "express": "^4.21.2",
54
54
  "react": ">=16.14.0",
55
55
  "react-dom": ">=16.14.0",