@argos-ci/core
Advanced tools
Comparing version 2.7.0 to 2.7.1-alpha.0
@@ -0,1 +1,3 @@ | ||
import { ArgosAPISchema } from "@argos-ci/api-client"; | ||
type BuildMetadata = ArgosAPISchema.components["schemas"]["BuildMetadata"]; | ||
interface UploadParameters { | ||
@@ -71,2 +73,6 @@ /** | ||
threshold?: number; | ||
/** | ||
* Build metadata. | ||
*/ | ||
metadata?: BuildMetadata; | ||
} | ||
@@ -73,0 +79,0 @@ /** |
{ | ||
"name": "@argos-ci/core", | ||
"description": "Visual testing solution to avoid visual regression. The core component of Argos SDK that handles build creation.", | ||
"version": "2.7.0", | ||
"version": "2.7.1-alpha.0+4ed9b25", | ||
"type": "module", | ||
@@ -43,4 +43,4 @@ "main": "./dist/index.cjs", | ||
"dependencies": { | ||
"@argos-ci/api-client": "0.4.0", | ||
"@argos-ci/util": "2.1.1", | ||
"@argos-ci/api-client": "0.4.1-alpha.0+4ed9b25", | ||
"@argos-ci/util": "2.1.2-alpha.14+4ed9b25", | ||
"axios": "^1.7.4", | ||
@@ -64,3 +64,3 @@ "convict": "^6.2.4", | ||
}, | ||
"gitHead": "d5b9650164fd482ee2b4dbf5c93fcef591f447eb" | ||
"gitHead": "4ed9b253b5037f2111d44bcd41fe3467371c41e3" | ||
} |
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
38554
1115
1
1
- Removed@argos-ci/api-client@0.4.0(transitive)
- Removed@argos-ci/util@2.1.1(transitive)
- Removedopenapi-fetch@0.11.3(transitive)
- Removedopenapi-typescript-helpers@0.0.13(transitive)