aws-secrets-github-sync
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -40,3 +40,3 @@ { | ||
"devDependencies": { | ||
"@types/jest": "^27.4.1", | ||
"@types/jest": "^27.5.2", | ||
"@types/node": "^14", | ||
@@ -52,10 +52,10 @@ "@typescript-eslint/eslint-plugin": "^5", | ||
"json-schema": "^0.4.0", | ||
"npm-check-updates": "^12", | ||
"projen": "^0.54.57", | ||
"npm-check-updates": "^15", | ||
"projen": "^0.62.3", | ||
"standard-version": "^9", | ||
"ts-jest": "^27", | ||
"typescript": "^4.6.4" | ||
"typescript": "^4.8.3" | ||
}, | ||
"dependencies": { | ||
"aws-sdk": "^2.1125.0", | ||
"aws-sdk": "^2.1214.0", | ||
"yargs": "17.1.1" | ||
@@ -68,7 +68,7 @@ }, | ||
"license": "Apache-2.0", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"jest": { | ||
"testMatch": [ | ||
"<rootDir>/src/**/__tests__/**/*.ts?(x)", | ||
"<rootDir>/(test|src)/**/?(*.)+(spec|test).ts?(x)" | ||
"<rootDir>/(test|src)/**/*(*.)@(spec|test).ts?(x)" | ||
], | ||
@@ -111,3 +111,7 @@ "clearMocks": true, | ||
"types": "lib/index.d.ts", | ||
"resolutions": { | ||
"@types/responselike": "1.0.0", | ||
"got": "12.3.1" | ||
}, | ||
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." | ||
} |
67408
+ Addedpossible-typed-array-names@1.1.0(transitive)
- Removedpossible-typed-array-names@1.0.0(transitive)
Updatedaws-sdk@^2.1214.0