@ticketmaster/allure-mock
Advanced tools
Comparing version 6.0.10-alpha.1 to 6.0.10-alpha.2
@@ -106,2 +106,3 @@ import { NextResponse } from 'next/server'; | ||
.setExpirationTime(createDate(8 * 60 * 60 * 1000)) | ||
.setJti("jti") | ||
.sign(new TextEncoder().encode("secret")); | ||
@@ -108,0 +109,0 @@ }); |
@@ -127,2 +127,3 @@ 'use strict'; | ||
.setExpirationTime(createDate(8 * 60 * 60 * 1000)) | ||
.setJti("jti") | ||
.sign(new TextEncoder().encode("secret")); | ||
@@ -129,0 +130,0 @@ }); |
{ | ||
"name": "@ticketmaster/allure-mock", | ||
"version": "6.0.10-alpha.1", | ||
"version": "6.0.10-alpha.2", | ||
"description": "Allure common mocking solution library", | ||
@@ -24,3 +24,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@ticketmaster/allure-command": "^6.0.10-alpha.1" | ||
"@ticketmaster/allure-command": "^6.0.10-alpha.2" | ||
}, | ||
@@ -27,0 +27,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
23782
493