@tramvai/module-render 2.149.1 → 2.150.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.
- package/lib/browser.js +4 -0
- package/lib/server.es.js +4 -0
- package/lib/server.js +4 -0
- package/package.json +15 -15
package/lib/browser.js
CHANGED
package/lib/server.es.js
CHANGED
package/lib/server.js
CHANGED
|
@@ -297,6 +297,10 @@ Page Error Boundary will be rendered for the client`,
|
|
|
297
297
|
provide: tokensRender.BACK_FORWARD_CACHE_ENABLED,
|
|
298
298
|
useValue: true,
|
|
299
299
|
}),
|
|
300
|
+
core.provide({
|
|
301
|
+
provide: tokensRender.REACT_SERVER_RENDER_MODE,
|
|
302
|
+
useValue: 'sync',
|
|
303
|
+
}),
|
|
300
304
|
],
|
|
301
305
|
})
|
|
302
306
|
], exports.RenderModule);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/module-render",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.150.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"browser": "lib/browser.js",
|
|
6
6
|
"main": "lib/server.js",
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"@tinkoff/layout-factory": "0.3.8",
|
|
27
27
|
"@tinkoff/errors": "0.3.8",
|
|
28
28
|
"@tinkoff/url": "0.8.6",
|
|
29
|
-
"@tinkoff/user-agent": "0.4.
|
|
30
|
-
"@tramvai/module-client-hints": "2.
|
|
31
|
-
"@tramvai/module-router": "2.
|
|
32
|
-
"@tramvai/react": "2.
|
|
29
|
+
"@tinkoff/user-agent": "0.4.434",
|
|
30
|
+
"@tramvai/module-client-hints": "2.150.0",
|
|
31
|
+
"@tramvai/module-router": "2.150.0",
|
|
32
|
+
"@tramvai/react": "2.150.0",
|
|
33
33
|
"@tramvai/safe-strings": "0.5.12",
|
|
34
|
-
"@tramvai/tokens-render": "2.
|
|
35
|
-
"@tramvai/experiments": "2.
|
|
34
|
+
"@tramvai/tokens-render": "2.150.0",
|
|
35
|
+
"@tramvai/experiments": "2.150.0",
|
|
36
36
|
"@types/loadable__server": "^5.12.6",
|
|
37
37
|
"node-fetch": "^2.6.1"
|
|
38
38
|
},
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"@tinkoff/dippy": "0.8.16",
|
|
41
41
|
"@tinkoff/utils": "^2.1.2",
|
|
42
42
|
"@tinkoff/react-hooks": "0.1.6",
|
|
43
|
-
"@tramvai/cli": "2.
|
|
44
|
-
"@tramvai/core": "2.
|
|
45
|
-
"@tramvai/module-common": "2.
|
|
46
|
-
"@tramvai/state": "2.
|
|
47
|
-
"@tramvai/test-helpers": "2.
|
|
48
|
-
"@tramvai/tokens-common": "2.
|
|
49
|
-
"@tramvai/tokens-router": "2.
|
|
50
|
-
"@tramvai/tokens-server-private": "2.
|
|
43
|
+
"@tramvai/cli": "2.150.0",
|
|
44
|
+
"@tramvai/core": "2.150.0",
|
|
45
|
+
"@tramvai/module-common": "2.150.0",
|
|
46
|
+
"@tramvai/state": "2.150.0",
|
|
47
|
+
"@tramvai/test-helpers": "2.150.0",
|
|
48
|
+
"@tramvai/tokens-common": "2.150.0",
|
|
49
|
+
"@tramvai/tokens-router": "2.150.0",
|
|
50
|
+
"@tramvai/tokens-server-private": "2.150.0",
|
|
51
51
|
"express": "^4.17.1",
|
|
52
52
|
"prop-types": "^15.6.2",
|
|
53
53
|
"react": ">=16.14.0",
|