@argos-ci/core
Advanced tools
Comparing version 2.2.0 to 2.2.1-alpha.7
@@ -28,2 +28,4 @@ interface UploadParameters { | ||
total: number; | ||
/** The index of the parallel node */ | ||
index?: number; | ||
} | false; | ||
@@ -63,2 +65,3 @@ /** Branch used as baseline for screenshot comparison */ | ||
parallelNonce: string | null; | ||
parallelIndex: number | null; | ||
parallelTotal: number | null; | ||
@@ -71,7 +74,9 @@ referenceBranch: string | null; | ||
runId: string | null; | ||
runAttempt: number | null; | ||
prNumber: number | null; | ||
prHeadCommit: string | null; | ||
mode: "ci" | "monitoring" | null; | ||
ciProvider: string | null; | ||
} | ||
declare function readConfig(options?: Partial<Config>): Promise<Config>; | ||
export { UploadParameters, upload, Config, readConfig }; |
{ | ||
"name": "@argos-ci/core", | ||
"description": "Visual testing solution to avoid visual regression. The core component of Argos SDK that handles build creation.", | ||
"version": "2.2.0", | ||
"version": "2.2.1-alpha.7+d1a818a", | ||
"type": "module", | ||
@@ -62,3 +62,3 @@ "main": "./dist/index.cjs", | ||
}, | ||
"gitHead": "5b18339a0b9e3a1e7529dfa999ed91227842c43c" | ||
"gitHead": "d1a818aeee5bcba93c0492be43704f8c3682222e" | ||
} |
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
33236
937
1
1