@argos-ci/core
Advanced tools
Comparing version 0.12.0 to 0.12.1-alpha.4
@@ -41,2 +41,3 @@ interface UploadParameters { | ||
screenshots: { | ||
metadata: import("@argos-ci/util").ScreenshotMetadata | null; | ||
optimizedPath: string; | ||
@@ -48,3 +49,2 @@ hash: string; | ||
}>; | ||
export { type UploadParameters, upload }; | ||
export { UploadParameters, upload }; |
{ | ||
"name": "@argos-ci/core", | ||
"description": "Visual testing solution to avoid visual regression. The core component of Argos SDK that handles build creation.", | ||
"version": "0.12.0", | ||
"scripts": { | ||
"prebuild": "rm -rf dist", | ||
"build": "rollup -c", | ||
"e2e": "node ./e2e/upload.cjs && node ./e2e/upload.mjs" | ||
}, | ||
"version": "0.12.1-alpha.4+8a2e9db", | ||
"type": "module", | ||
@@ -48,2 +43,3 @@ "main": "./dist/index.cjs", | ||
"dependencies": { | ||
"@argos-ci/util": "0.0.1-alpha.182+8a2e9db", | ||
"axios": "^1.5.0", | ||
@@ -59,9 +55,12 @@ "convict": "^6.2.4", | ||
"@types/convict": "^6.1.4", | ||
"@types/debug": "^4.1.9", | ||
"@types/tmp": "^0.2.3", | ||
"msw": "^1.3.0", | ||
"rollup": "^3.29.0", | ||
"rollup-plugin-dts": "^6.0.1", | ||
"rollup-plugin-swc3": "^0.10.1" | ||
"msw": "^1.3.0" | ||
}, | ||
"gitHead": "e58b26f5c3a9998d89353c4435aa742b5ae3d244" | ||
"scripts": { | ||
"prebuild": "rm -rf dist", | ||
"build": "rollup -c", | ||
"e2e": "node ./e2e/upload.cjs && node ./e2e/upload.mjs" | ||
}, | ||
"gitHead": "8a2e9db6427071708c3d701a3230f228b1216893" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25434
4
672
8
1