@goldstack/utils-aws-cli 0.4.45 → 0.4.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goldstack/utils-aws-cli",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.47",
|
|
4
4
|
"description": "Wrapper to help with running commands with the AWS cli",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"goldstack",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"version:apply:force": "yarn version $@ && yarn version apply"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@aws-sdk/types": "^3.
|
|
44
|
-
"@goldstack/infra-aws": "0.4.
|
|
45
|
-
"@goldstack/utils-docker": "0.4.
|
|
46
|
-
"@goldstack/utils-log": "0.3.
|
|
47
|
-
"@goldstack/utils-sh": "0.5.
|
|
43
|
+
"@aws-sdk/types": "^3.936.0",
|
|
44
|
+
"@goldstack/infra-aws": "0.4.46",
|
|
45
|
+
"@goldstack/utils-docker": "0.4.30",
|
|
46
|
+
"@goldstack/utils-log": "0.3.25",
|
|
47
|
+
"@goldstack/utils-sh": "0.5.28"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@goldstack/utils-git": "0.2.18",
|