@discover-cloud/shared 1.2.1 → 1.2.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.
@@ -109,7 +109,7 @@ export interface PaginatedResponseDto<T> {
109
109
  export interface CookieMetadataDto {
110
110
  httpOnly?: boolean;
111
111
  secure?: boolean;
112
- sameSite?: "strict" | "lax" | "none";
112
+ sameSite?: boolean | "strict" | "lax" | "none";
113
113
  maxAge?: number;
114
114
  path?: string;
115
115
  domain?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@discover-cloud/shared",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "private": false,
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",