@argos-ci/core
Advanced tools
Comparing version 2.3.0 to 2.4.0
@@ -35,2 +35,8 @@ interface UploadParameters { | ||
referenceCommit?: string; | ||
/** | ||
* Sensitivity threshold between 0 and 1. | ||
* The higher the threshold, the less sensitive the diff will be. | ||
* @default 0.5 | ||
*/ | ||
threshold?: number; | ||
} | ||
@@ -49,2 +55,4 @@ /** | ||
metadata: import("@argos-ci/util").ScreenshotMetadata | null; | ||
threshold: number | null; | ||
baseName: string | null; | ||
pwTrace: { | ||
@@ -79,4 +87,5 @@ path: string; | ||
ciProvider: string | null; | ||
threshold: number | 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.3.0", | ||
"version": "2.4.0", | ||
"type": "module", | ||
@@ -43,3 +43,3 @@ "main": "./dist/index.cjs", | ||
"dependencies": { | ||
"@argos-ci/util": "2.0.0", | ||
"@argos-ci/util": "2.1.0", | ||
"axios": "^1.6.8", | ||
@@ -63,3 +63,3 @@ "convict": "^6.2.4", | ||
}, | ||
"gitHead": "0c328bfcd6475ad625c0335cab11e912e856173c" | ||
"gitHead": "aca82cf842a6d8310611a8594c581794df85cbd8" | ||
} |
Sorry, the diff of this file is not supported yet
34165
966
+ Added@argos-ci/util@2.1.0(transitive)
- Removed@argos-ci/util@2.0.0(transitive)
Updated@argos-ci/util@2.1.0