@argos-ci/core
Advanced tools
Comparing version 0.10.0 to 0.11.0
@@ -44,2 +44,2 @@ interface UploadParameters { | ||
export { UploadParameters, upload }; | ||
export { type 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.10.0", | ||
"version": "0.11.0", | ||
"scripts": { | ||
@@ -32,3 +32,3 @@ "prebuild": "rm -rf dist", | ||
"engines": { | ||
"node": ">=14.0.0" | ||
"node": ">=16.0.0" | ||
}, | ||
@@ -49,18 +49,19 @@ "license": "MIT", | ||
"dependencies": { | ||
"axios": "1.1.2", | ||
"convict": "^6.2.3", | ||
"axios": "^1.5.0", | ||
"convict": "^6.2.4", | ||
"debug": "^4.3.4", | ||
"env-ci": "^7.3.0", | ||
"fast-glob": "^3.2.12", | ||
"sharp": "^0.31.1", | ||
"env-ci": "^9.1.1", | ||
"fast-glob": "^3.3.1", | ||
"sharp": "^0.32.5", | ||
"tmp": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"@types/convict": "^6.1.1", | ||
"msw": "^0.47.4", | ||
"rollup": "^2.79.1", | ||
"rollup-plugin-dts": "^4.2.3", | ||
"rollup-plugin-swc3": "^0.6.0" | ||
"@types/convict": "^6.1.4", | ||
"@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" | ||
}, | ||
"gitHead": "9b298c1a7cd6f0f3b45a7ea7e1748c5f632ae606" | ||
"gitHead": "75d2c0c4dc539dd294d33fb67512ee332186ebeb" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
22960
6
+ Addedaxios@1.8.1(transitive)
+ Addedb4a@1.6.7(transitive)
+ Addedbare-events@2.5.4(transitive)
+ Addedbare-fs@4.0.1(transitive)
+ Addedbare-os@3.5.1(transitive)
+ Addedbare-path@3.0.0(transitive)
+ Addedbare-stream@2.6.5(transitive)
+ Addedenv-ci@9.1.1(transitive)
+ Addedexeca@7.2.0(transitive)
+ Addedfast-fifo@1.3.2(transitive)
+ Addedhuman-signals@4.3.1(transitive)
+ Addedis-stream@3.0.0(transitive)
+ Addedmimic-fn@4.0.0(transitive)
+ Addednode-addon-api@6.1.0(transitive)
+ Addednpm-run-path@5.3.0(transitive)
+ Addedonetime@6.0.0(transitive)
+ Addedpath-key@4.0.0(transitive)
+ Addedsharp@0.32.6(transitive)
+ Addedstreamx@2.22.0(transitive)
+ Addedstrip-final-newline@3.0.0(transitive)
+ Addedtar-fs@3.0.8(transitive)
+ Addedtar-stream@3.1.7(transitive)
+ Addedtext-decoder@1.2.3(transitive)
- Removedaxios@1.1.2(transitive)
- Removedenv-ci@7.3.0(transitive)
- Removedexeca@5.1.1(transitive)
- Removedfromentries@1.3.2(transitive)
- Removedhuman-signals@2.1.0(transitive)
- Removedis-stream@2.0.1(transitive)
- Removedmimic-fn@2.1.0(transitive)
- Removednode-addon-api@5.1.0(transitive)
- Removednpm-run-path@4.0.1(transitive)
- Removedonetime@5.1.2(transitive)
- Removedsharp@0.31.3(transitive)
- Removedstrip-final-newline@2.0.0(transitive)
Updatedaxios@^1.5.0
Updatedconvict@^6.2.4
Updatedenv-ci@^9.1.1
Updatedfast-glob@^3.3.1
Updatedsharp@^0.32.5