aws-secrets-github-sync
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -21,4 +21,2 @@ { | ||
"pre-compile": "npx projen pre-compile", | ||
"publish:github": "npx projen publish:github", | ||
"publish:npm": "npx projen publish:npm", | ||
"release": "npx projen release", | ||
@@ -41,4 +39,4 @@ "secrets:update": "npx projen secrets:update", | ||
"devDependencies": { | ||
"@types/jest": "^27.0.3", | ||
"@types/node": "^12.13.0", | ||
"@types/jest": "^27.4.0", | ||
"@types/node": "^12", | ||
"@typescript-eslint/eslint-plugin": "^5", | ||
@@ -49,17 +47,16 @@ "@typescript-eslint/parser": "^5", | ||
"eslint-import-resolver-typescript": "^2.5.0", | ||
"eslint-plugin-import": "^2.25.3", | ||
"jest": "^27.4.3", | ||
"eslint-plugin-import": "^2.25.4", | ||
"jest": "^27.4.7", | ||
"jest-junit": "^13", | ||
"json-schema": "^0.4.0", | ||
"npm-check-updates": "^11", | ||
"projen": "^0.37.0", | ||
"npm-check-updates": "^12", | ||
"projen": "^0.50.18", | ||
"standard-version": "^9", | ||
"ts-jest": "^27.1.0", | ||
"typescript": "^4.5.2" | ||
"ts-jest": "^27.1.2", | ||
"typescript": "^4.5.4" | ||
}, | ||
"dependencies": { | ||
"aws-sdk": "^2.1043.0", | ||
"aws-sdk": "^2.1054.0", | ||
"yargs": "17.1.1" | ||
}, | ||
"bundledDependencies": [], | ||
"engines": { | ||
@@ -70,7 +67,7 @@ "node": ">= 12.13.0" | ||
"license": "Apache-2.0", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"jest": { | ||
"testMatch": [ | ||
"**/__tests__/**/*.ts?(x)", | ||
"**/?(*.)+(spec|test).ts?(x)" | ||
"<rootDir>/src/**/__tests__/**/*.ts?(x)", | ||
"<rootDir>/(test|src)/**/?(*.)+(spec|test).ts?(x)" | ||
], | ||
@@ -77,0 +74,0 @@ "clearMocks": true, |
Sorry, the diff of this file is not supported yet
66595
Updatedaws-sdk@^2.1054.0