@tramvai/module-page-render-mode 1.84.0 → 1.84.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/README.md +2 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -170,6 +170,8 @@ const providers = [
|
|
|
170
170
|
|
|
171
171
|
With `client` rendering mode, all layout will be rendered in browser.
|
|
172
172
|
|
|
173
|
+
`PAGE_RENDER_WRAPPER_TYPE` value will be passed to [default layout](references/modules/render.md#basic-layout), where the library [@tinkoff/layout-factory](references/libs/tinkoff-layout.md#wrappers) is used.
|
|
174
|
+
|
|
173
175
|
## Troubleshooting
|
|
174
176
|
|
|
175
177
|
### Fallback name conflicts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/module-page-render-mode",
|
|
3
|
-
"version": "1.84.
|
|
3
|
+
"version": "1.84.2",
|
|
4
4
|
"description": "Enable different rendering modes for pages",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/index.es.js",
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"dependencies": {},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"@tinkoff/dippy": "0.7.39",
|
|
28
|
-
"@tramvai/core": "1.84.
|
|
29
|
-
"@tramvai/react": "1.84.
|
|
30
|
-
"@tramvai/module-router": "1.84.
|
|
31
|
-
"@tramvai/tokens-render": "1.84.
|
|
32
|
-
"@tramvai/tokens-router": "1.84.
|
|
28
|
+
"@tramvai/core": "1.84.2",
|
|
29
|
+
"@tramvai/react": "1.84.2",
|
|
30
|
+
"@tramvai/module-router": "1.84.2",
|
|
31
|
+
"@tramvai/tokens-render": "1.84.2",
|
|
32
|
+
"@tramvai/tokens-router": "1.84.2",
|
|
33
33
|
"react": ">=16.8.0",
|
|
34
34
|
"tslib": "^2.0.3"
|
|
35
35
|
}
|