cloudns-cloudformation-sync
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "cloudns-cloudformation-sync", | ||
"version": "1.1.0", | ||
"description": "Copyright (C) Clouden Oy 2021", | ||
"version": "1.2.0", | ||
"description": "Copyright (C) Clouden Oy 2023", | ||
"main": "lib/cloudns-cloudformation-sync.js", | ||
@@ -31,11 +31,11 @@ "bin": { | ||
"dependencies": { | ||
"@aws-sdk/client-cloudformation": "^3.45.0", | ||
"@aws-sdk/client-ssm": "^3.45.0", | ||
"@aws-sdk/client-cloudformation": "^3.245.0", | ||
"@aws-sdk/client-ssm": "^3.245.0", | ||
"node-fetch": "^2.6.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^17.0.5", | ||
"@types/node": "^18.11.18", | ||
"@types/node-fetch": "^2.5.7", | ||
"typescript": "^4.5.4" | ||
"typescript": "^4.9.4" | ||
} | ||
} |
38258