@tramvai/module-cookie 2.150.0 → 2.151.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/browser.d.ts CHANGED
@@ -2,3 +2,4 @@ import { COOKIE_MANAGER_TOKEN } from './tokens';
2
2
  export { COOKIE_MANAGER_TOKEN };
3
3
  export declare class CookieModule {
4
4
  }
5
+ //# sourceMappingURL=browser.d.ts.map
@@ -15,3 +15,4 @@ export declare class CookieManager implements Interface {
15
15
  };
16
16
  remove(name: string, options?: CookieOptions): void;
17
17
  }
18
+ //# sourceMappingURL=cookieManager.browser.d.ts.map
@@ -16,3 +16,4 @@ export declare class CookieManager implements Interface {
16
16
  all(): Record<string, string>;
17
17
  remove(name: string, options?: CookieOptions): void;
18
18
  }
19
+ //# sourceMappingURL=cookieManager.server.d.ts.map
package/lib/server.d.ts CHANGED
@@ -2,3 +2,4 @@ import { COOKIE_MANAGER_TOKEN } from './tokens';
2
2
  export { COOKIE_MANAGER_TOKEN };
3
3
  export declare class CookieModule {
4
4
  }
5
+ //# sourceMappingURL=server.d.ts.map
package/lib/tokens.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export * from '@tramvai/tokens-cookie';
2
+ //# sourceMappingURL=tokens.d.ts.map
package/lib/utils.d.ts CHANGED
@@ -16,3 +16,4 @@ export declare const prepareCookieOptions: ({ userAgent: { sameSiteNoneCompatibl
16
16
  httpOnly?: boolean | undefined;
17
17
  };
18
18
  export {};
19
+ //# sourceMappingURL=utils.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-cookie",
3
- "version": "2.150.0",
3
+ "version": "2.151.0",
4
4
  "description": "",
5
5
  "browser": "lib/browser.js",
6
6
  "main": "lib/server.js",
@@ -19,15 +19,15 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@tinkoff/browser-cookies": "2.0.7",
22
- "@tramvai/tokens-cookie": "2.150.0",
23
- "@tramvai/module-client-hints": "2.150.0",
22
+ "@tramvai/tokens-cookie": "2.151.0",
23
+ "@tramvai/module-client-hints": "2.151.0",
24
24
  "cookie": "^0.5.0"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@tinkoff/utils": "^2.1.2",
28
- "@tramvai/core": "2.150.0",
29
- "@tramvai/state": "2.150.0",
30
- "@tramvai/tokens-common": "2.150.0",
28
+ "@tramvai/core": "2.151.0",
29
+ "@tramvai/state": "2.151.0",
30
+ "@tramvai/tokens-common": "2.151.0",
31
31
  "@tinkoff/dippy": "0.8.16",
32
32
  "tslib": "^2.4.0"
33
33
  },