🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@allurereport/plugin-api

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@allurereport/plugin-api - npm Package Compare versions

Comparing version
3.0.0-beta.26
to
3.0.0-beta.27
+1
-1
dist/plugin.d.ts

@@ -40,3 +40,2 @@ import type { AttachmentLink, CiDescriptor, Statistic, TestError, TestResult, TestStatus } from "@allurereport/core-api";

plugin?: string;
withTestResultsLinks?: boolean;
newTests?: SummaryTestResult[];

@@ -46,2 +45,3 @@ flakyTests?: SummaryTestResult[];

createdAt?: number;
meta?: Record<string, any>;
}

@@ -48,0 +48,0 @@ export interface ExitCode {

{
"name": "@allurereport/plugin-api",
"version": "3.0.0-beta.26",
"version": "3.0.0-beta.27",
"description": "Allure Plugin API",

@@ -29,3 +29,3 @@ "keywords": [

"dependencies": {
"@allurereport/core-api": "3.0.0-beta.26"
"@allurereport/core-api": "3.0.0-beta.27"
},

@@ -32,0 +32,0 @@ "devDependencies": {