@tramvai/module-cookie 2.40.0 → 2.44.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.
Files changed (2) hide show
  1. package/lib/utils.d.ts +1 -1
  2. package/package.json +6 -6
package/lib/utils.d.ts CHANGED
@@ -2,7 +2,7 @@ import type { USER_AGENT_TOKEN } from '@tramvai/module-client-hints';
2
2
  import type { CookieOptions } from './tokens';
3
3
  export declare const calculateExpires: (expires?: number | string | Date) => Date;
4
4
  export declare const trimSubdomains: (host: string) => string;
5
- declare type PrepareOptions = {
5
+ type PrepareOptions = {
6
6
  userAgent: typeof USER_AGENT_TOKEN;
7
7
  defaultHost: string;
8
8
  secureProtocol: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-cookie",
3
- "version": "2.40.0",
3
+ "version": "2.44.2",
4
4
  "description": "",
5
5
  "browser": "lib/browser.js",
6
6
  "main": "lib/server.js",
@@ -20,15 +20,15 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@tinkoff/browser-cookies": "2.0.4",
23
- "@tramvai/tokens-cookie": "2.40.0",
24
- "@tramvai/module-client-hints": "2.40.0",
23
+ "@tramvai/tokens-cookie": "2.44.2",
24
+ "@tramvai/module-client-hints": "2.44.2",
25
25
  "cookie": "^0.4.0"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "@tinkoff/utils": "^2.1.2",
29
- "@tramvai/core": "2.40.0",
30
- "@tramvai/state": "2.40.0",
31
- "@tramvai/tokens-common": "2.40.0",
29
+ "@tramvai/core": "2.44.2",
30
+ "@tramvai/state": "2.44.2",
31
+ "@tramvai/tokens-common": "2.44.2",
32
32
  "@tinkoff/dippy": "0.8.9",
33
33
  "tslib": "^2.4.0"
34
34
  },