aws-secrets-github-sync
Advanced tools
Comparing version 0.1.324 to 0.1.325
@@ -52,3 +52,3 @@ { | ||
"jest-junit": "^15", | ||
"projen": "^0.84.0", | ||
"projen": "^0.84.1", | ||
"standard-version": "^9", | ||
@@ -60,3 +60,3 @@ "ts-jest": "^27", | ||
"dependencies": { | ||
"aws-sdk": "^2.1655.0", | ||
"aws-sdk": "^2.1656.0", | ||
"yargs": "17.1.1" | ||
@@ -72,8 +72,10 @@ }, | ||
}, | ||
"version": "0.1.324", | ||
"version": "0.1.325", | ||
"jest": { | ||
"coverageProvider": "v8", | ||
"testMatch": [ | ||
"<rootDir>/src/**/__tests__/**/*.ts?(x)", | ||
"<rootDir>/@(test|src)/**/*(*.)@(spec|test).ts?(x)" | ||
"<rootDir>/@(src|test)/**/?(*.)+(spec|test).ts?(x)", | ||
"<rootDir>/@(src|test)/**/__tests__/**/*.ts?(x)", | ||
"<rootDir>/@(projenrc)/**/?(*.)+(spec|test).ts?(x)", | ||
"<rootDir>/@(projenrc)/**/__tests__/**/*.ts?(x)" | ||
], | ||
@@ -80,0 +82,0 @@ "clearMocks": true, |
66761
Updatedaws-sdk@^2.1656.0