@tramvai/module-client-hints 2.36.0 → 2.37.1
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 +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -45,7 +45,7 @@ Client Hints modules provides the way to solve this problem in some way. It stor
|
|
|
45
45
|
|
|
46
46
|
#### First page loading
|
|
47
47
|
|
|
48
|
-
:::
|
|
48
|
+
:::warning
|
|
49
49
|
|
|
50
50
|
When user enters the app for the first time, information about **real** device screen size and type **not available** in server-side code.
|
|
51
51
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/module-client-hints",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.37.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/server.js",
|
|
6
6
|
"module": "lib/server.es.js",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"build-for-publish": "true"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@tinkoff/user-agent": "0.4.
|
|
23
|
+
"@tinkoff/user-agent": "0.4.81",
|
|
24
24
|
"@tinkoff/utils": "^2.1.2",
|
|
25
25
|
"@tramvai/safe-strings": "0.5.5",
|
|
26
|
-
"@tramvai/tokens-common": "2.
|
|
27
|
-
"@tramvai/tokens-cookie": "2.
|
|
28
|
-
"@tramvai/tokens-child-app": "2.
|
|
26
|
+
"@tramvai/tokens-common": "2.37.1",
|
|
27
|
+
"@tramvai/tokens-cookie": "2.37.1",
|
|
28
|
+
"@tramvai/tokens-child-app": "2.37.1"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@tramvai/core": "2.
|
|
32
|
-
"@tramvai/state": "2.
|
|
33
|
-
"@tinkoff/dippy": "0.8.
|
|
31
|
+
"@tramvai/core": "2.37.1",
|
|
32
|
+
"@tramvai/state": "2.37.1",
|
|
33
|
+
"@tinkoff/dippy": "0.8.9",
|
|
34
34
|
"react": ">=16.14.0",
|
|
35
35
|
"react-dom": ">=16.14.0",
|
|
36
36
|
"tslib": "^2.4.0"
|