@ticketmaster/allure-mock
Advanced tools
Comparing version 6.0.0-alpha.6 to 6.0.0-alpha.7
@@ -398,3 +398,3 @@ import { NextResponse } from 'next/server'; | ||
"content-type": "application/json", | ||
"Set-Cookie": `tmtools_token=${token}; path=/; sameSite=Strict; httpOnly=true;`, | ||
"Set-Cookie": `tmtools_token=${token}; path=/; sameSite=Strict; httpOnly=true; secure=true;`, | ||
}, | ||
@@ -425,3 +425,3 @@ }) | ||
"content-type": "application/json", | ||
"Set-Cookie": `tmtools_token=${token}; path=/; sameSite=Strict; httpOnly=true;`, | ||
"Set-Cookie": `tmtools_token=${token}; path=/; sameSite=Strict; httpOnly=true; secure=true;`, | ||
}, | ||
@@ -428,0 +428,0 @@ }) |
@@ -419,3 +419,3 @@ 'use strict'; | ||
"content-type": "application/json", | ||
"Set-Cookie": `tmtools_token=${token}; path=/; sameSite=Strict; httpOnly=true;`, | ||
"Set-Cookie": `tmtools_token=${token}; path=/; sameSite=Strict; httpOnly=true; secure=true;`, | ||
}, | ||
@@ -446,3 +446,3 @@ }) | ||
"content-type": "application/json", | ||
"Set-Cookie": `tmtools_token=${token}; path=/; sameSite=Strict; httpOnly=true;`, | ||
"Set-Cookie": `tmtools_token=${token}; path=/; sameSite=Strict; httpOnly=true; secure=true;`, | ||
}, | ||
@@ -449,0 +449,0 @@ }) |
{ | ||
"name": "@ticketmaster/allure-mock", | ||
"version": "6.0.0-alpha.6", | ||
"version": "6.0.0-alpha.7", | ||
"description": "Allure common mocking solution library", | ||
@@ -25,3 +25,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@ticketmaster/allure-command": "^6.0.0-alpha.6" | ||
"@ticketmaster/allure-command": "^6.0.0-alpha.7" | ||
}, | ||
@@ -28,0 +28,0 @@ "publishConfig": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41079