@argos-ci/core
Advanced tools
Comparing version 0.4.2-alpha.6 to 0.5.0
@@ -8,3 +8,3 @@ import * as sharp from 'sharp'; | ||
root?: string; | ||
/** Globs matching image file paths to ignore (default to "**\/*.{png,jpg,jpeg}") */ | ||
/** Globs matching image file paths to ignore (default to "**\/*.\{png,jpg,jpeg\}") */ | ||
ignore?: string[]; | ||
@@ -11,0 +11,0 @@ /** Base URL of Argos API (default to "https://api.argos-ci.com/v2/") */ |
{ | ||
"name": "@argos-ci/core", | ||
"description": "Visual testing solution to avoid visual regression. The core component of Argos SDK that handles build creation.", | ||
"version": "0.4.2-alpha.6+3ace924", | ||
"version": "0.5.0", | ||
"scripts": { | ||
@@ -48,8 +48,8 @@ "prebuild": "rm -rf dist", | ||
"dependencies": { | ||
"axios": "^0.27.2", | ||
"axios": "^1.1.2", | ||
"convict": "^6.2.3", | ||
"debug": "^4.3.4", | ||
"env-ci": "^7.3.0", | ||
"fast-glob": "^3.2.11", | ||
"sharp": "^0.30.7", | ||
"fast-glob": "^3.2.12", | ||
"sharp": "^0.31.1", | ||
"tmp": "^0.2.1" | ||
@@ -59,8 +59,8 @@ }, | ||
"@types/convict": "^6.1.1", | ||
"msw": "^0.44.2", | ||
"rollup": "^2.78.0", | ||
"rollup-plugin-dts": "^4.2.2", | ||
"rollup-plugin-swc3": "^0.3.0" | ||
"msw": "^0.47.4", | ||
"rollup": "^2.79.1", | ||
"rollup-plugin-dts": "^4.2.3", | ||
"rollup-plugin-swc3": "^0.6.0" | ||
}, | ||
"gitHead": "3ace9249c7e55c5e0e2ae176b203f6807005b872" | ||
"gitHead": "c085c7e514623e54a86b2f311ff988709be391d0" | ||
} |
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
18971
510
1
+ Addedaxios@1.8.1(transitive)
+ Addedproxy-from-env@1.1.0(transitive)
+ Addedsharp@0.31.3(transitive)
- Removedaxios@0.27.2(transitive)
- Removedsharp@0.30.7(transitive)
Updatedaxios@^1.1.2
Updatedfast-glob@^3.2.12
Updatedsharp@^0.31.1