@ticketmaster/allure-create-app
Advanced tools
Comparing version 4.0.30 to 4.0.31
import { createServer, Server } from "miragejs"; | ||
import { identityMock } from "./modules/identity"; | ||
@@ -9,4 +8,2 @@ export const createMockServer = ({ environment = "test" } = {}): Server => { | ||
identityMock(server); | ||
// Allow unhandled requests to pass through | ||
@@ -13,0 +10,0 @@ server.passthrough(); |
{ | ||
"name": "@ticketmaster/allure-create-app", | ||
"version": "4.0.30", | ||
"version": "4.0.31", | ||
"description": "Allure project creator with one command", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@ticketmaster/allure-command": "^4.0.30", | ||
"@ticketmaster/allure-command": "^4.0.31", | ||
"@types/cross-spawn": "^6.0.2", | ||
@@ -32,0 +32,0 @@ "@types/prompts": "2.0.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
521397
70
2193