@tramvai/module-client-hints 2.108.1 → 2.109.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.
@@ -4,4 +4,4 @@ export interface Media extends MediaInfo {
4
4
  synchronized?: boolean;
5
5
  }
6
6
  export declare const setMedia: import("@tramvai/types-actions-state-context").EventCreator1<Media, Media>;
7
- export declare const MediaStore: import("@tramvai/state").Reducer<Media, "media">;
7
+ export declare const MediaStore: import("@tramvai/state").Reducer<Media, "media", never>;
@@ -1,3 +1,3 @@
1
1
  import type { UserAgent } from '@tinkoff/user-agent';
2
2
  export declare const setUserAgent: import("@tramvai/types-actions-state-context").EventCreator1<UserAgent, UserAgent>;
3
- export declare const UserAgentStore: import("@tramvai/state").Reducer<UserAgent, "userAgent">;
3
+ export declare const UserAgentStore: import("@tramvai/state").Reducer<UserAgent, "userAgent", never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-client-hints",
3
- "version": "2.108.1",
3
+ "version": "2.109.1",
4
4
  "description": "",
5
5
  "main": "lib/server.js",
6
6
  "module": "lib/server.es.js",
@@ -19,16 +19,16 @@
19
19
  "watch": "tsc -w"
20
20
  },
21
21
  "dependencies": {
22
- "@tinkoff/user-agent": "0.4.308",
22
+ "@tinkoff/user-agent": "0.4.310",
23
23
  "@tinkoff/utils": "^2.1.2",
24
24
  "@tramvai/safe-strings": "0.5.9",
25
- "@tramvai/tokens-common": "2.108.1",
26
- "@tramvai/tokens-cookie": "2.108.1",
27
- "@tramvai/tokens-child-app": "2.108.1"
25
+ "@tramvai/tokens-common": "2.109.1",
26
+ "@tramvai/tokens-cookie": "2.109.1",
27
+ "@tramvai/tokens-child-app": "2.109.1"
28
28
  },
29
29
  "peerDependencies": {
30
- "@tramvai/core": "2.108.1",
31
- "@tramvai/state": "2.108.1",
30
+ "@tramvai/core": "2.109.1",
31
+ "@tramvai/state": "2.109.1",
32
32
  "@tinkoff/dippy": "0.8.15",
33
33
  "react": ">=16.14.0",
34
34
  "react-dom": ">=16.14.0",