@argos-ci/core
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -41,5 +41,9 @@ interface UploadParameters { | ||
screenshots: { | ||
hash: string; | ||
optimizedPath: string; | ||
metadata: import("@argos-ci/util").ScreenshotMetadata | null; | ||
optimizedPath: string; | ||
hash: string; | ||
pwTrace: { | ||
path: string; | ||
hash: string; | ||
} | null; | ||
name: string; | ||
@@ -46,0 +50,0 @@ path: string; |
{ | ||
"name": "@argos-ci/core", | ||
"description": "Visual testing solution to avoid visual regression. The core component of Argos SDK that handles build creation.", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"type": "module", | ||
@@ -43,3 +43,3 @@ "main": "./dist/index.cjs", | ||
"dependencies": { | ||
"@argos-ci/util": "1.0.0", | ||
"@argos-ci/util": "1.1.0", | ||
"axios": "^1.5.0", | ||
@@ -63,3 +63,3 @@ "convict": "^6.2.4", | ||
}, | ||
"gitHead": "08246344886ff258fab097c370b4ff29cb1121b0" | ||
"gitHead": "47a939474ca0c0d55ca5360dcaa5f8912547ed76" | ||
} |
Sorry, the diff of this file is not supported yet
28318
750
+ Added@argos-ci/util@1.1.0(transitive)
- Removed@argos-ci/util@1.0.0(transitive)
Updated@argos-ci/util@1.1.0