aws-secrets-github-sync
Advanced tools
Comparing version 0.0.25 to 0.1.0
@@ -41,3 +41,3 @@ { | ||
"@types/jest": "^27.4.1", | ||
"@types/node": "^12", | ||
"@types/node": "^14", | ||
"@typescript-eslint/eslint-plugin": "^5", | ||
@@ -63,7 +63,7 @@ "@typescript-eslint/parser": "^5", | ||
"engines": { | ||
"node": ">= 12.13.0" | ||
"node": ">= 14.17.0" | ||
}, | ||
"main": "lib/index.js", | ||
"license": "Apache-2.0", | ||
"version": "0.0.25", | ||
"version": "0.1.0", | ||
"jest": { | ||
@@ -70,0 +70,0 @@ "testMatch": [ |
67329