@tramvai/tokens-render 2.141.1 → 2.142.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/index.es.js +1 -0
- package/lib/index.js +1 -0
- package/package.json +2 -2
package/lib/index.es.js
CHANGED
|
@@ -124,6 +124,7 @@ const RENDER_FLOW_AFTER_TOKEN = createToken('render flow after', {
|
|
|
124
124
|
});
|
|
125
125
|
const MODERN_SATISFIES_TOKEN = createToken('modernSatisfies');
|
|
126
126
|
const BACK_FORWARD_CACHE_ENABLED = createToken('back forward cache');
|
|
127
|
+
// @todo ReactServerRenderMode or () => ReactServerRenderMode
|
|
127
128
|
const REACT_SERVER_RENDER_MODE = createToken('reactServerRenderMode');
|
|
128
129
|
const FETCH_WEBPACK_STATS_TOKEN = createToken('fetchWebpackStatsFn');
|
|
129
130
|
|
package/lib/index.js
CHANGED
|
@@ -127,6 +127,7 @@ const RENDER_FLOW_AFTER_TOKEN = dippy.createToken('render flow after', {
|
|
|
127
127
|
});
|
|
128
128
|
const MODERN_SATISFIES_TOKEN = dippy.createToken('modernSatisfies');
|
|
129
129
|
const BACK_FORWARD_CACHE_ENABLED = dippy.createToken('back forward cache');
|
|
130
|
+
// @todo ReactServerRenderMode or () => ReactServerRenderMode
|
|
130
131
|
const REACT_SERVER_RENDER_MODE = dippy.createToken('reactServerRenderMode');
|
|
131
132
|
const FETCH_WEBPACK_STATS_TOKEN = dippy.createToken('fetchWebpackStatsFn');
|
|
132
133
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/tokens-render",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.142.0",
|
|
4
4
|
"description": "Tramvai tokens for @tramvai/module-render",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/index.es.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"watch": "tsc -w"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@tramvai/react": "2.
|
|
21
|
+
"@tramvai/react": "2.142.0"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@tinkoff/htmlpagebuilder": "0.5.8"
|