@goldstack/template-docker-image-aws 0.5.55 → 0.5.57

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.
@@ -41,10 +41,7 @@
41
41
  "$ref": "#/definitions/AWSDockerImageInfrastructureConfiguration"
42
42
  }
43
43
  },
44
- "required": [
45
- "imageTag",
46
- "infrastructure"
47
- ],
44
+ "required": ["imageTag", "infrastructure"],
48
45
  "title": "AWS Docker Image Configuration",
49
46
  "type": "object"
50
47
  },
@@ -56,9 +53,7 @@
56
53
  "$ref": "#/definitions/Deployments"
57
54
  }
58
55
  },
59
- "required": [
60
- "deployments"
61
- ],
56
+ "required": ["deployments"],
62
57
  "title": "AWS Static Website Infrastructure Configuration",
63
58
  "type": "object"
64
59
  },
@@ -83,12 +78,7 @@
83
78
  "$ref": "#/definitions/TerraformVariables"
84
79
  }
85
80
  },
86
- "required": [
87
- "awsRegion",
88
- "awsUser",
89
- "name",
90
- "repositoryName"
91
- ],
81
+ "required": ["awsRegion", "awsUser", "name", "repositoryName"],
92
82
  "title": "Deployment",
93
83
  "type": "object"
94
84
  },
@@ -109,12 +99,7 @@
109
99
  "$ref": "#/definitions/TemplateVersion"
110
100
  }
111
101
  },
112
- "required": [
113
- "configuration",
114
- "name",
115
- "template",
116
- "templateVersion"
117
- ],
102
+ "required": ["configuration", "name", "template", "templateVersion"],
118
103
  "title": "AWS Docker Image Package",
119
104
  "type": "object"
120
105
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goldstack/template-docker-image-aws",
3
- "version": "0.5.55",
3
+ "version": "0.5.57",
4
4
  "description": "Utilities for packages that are deployed as Docker Images using AWS Fargate",
5
5
  "keywords": [
6
6
  "goldstack",
@@ -45,28 +45,28 @@
45
45
  "version:apply:force": "yarn version $@ && yarn version apply"
46
46
  },
47
47
  "dependencies": {
48
- "@goldstack/infra": "0.4.24",
49
- "@goldstack/infra-aws": "0.4.37",
50
- "@goldstack/utils-aws-cli": "0.4.38",
51
- "@goldstack/utils-cli": "0.3.18",
52
- "@goldstack/utils-config": "0.4.24",
53
- "@goldstack/utils-docker": "0.4.25",
54
- "@goldstack/utils-git": "0.2.14",
55
- "@goldstack/utils-log": "0.3.20",
56
- "@goldstack/utils-package": "0.4.24",
57
- "@goldstack/utils-package-config": "0.4.24",
58
- "@goldstack/utils-s3-deployment": "0.5.41",
59
- "@goldstack/utils-sh": "0.5.23",
60
- "@goldstack/utils-template": "0.4.24",
61
- "@goldstack/utils-terraform": "0.4.49",
62
- "@goldstack/utils-terraform-aws": "0.4.52",
48
+ "@goldstack/infra": "0.4.26",
49
+ "@goldstack/infra-aws": "0.4.39",
50
+ "@goldstack/utils-aws-cli": "0.4.40",
51
+ "@goldstack/utils-cli": "0.3.20",
52
+ "@goldstack/utils-config": "0.4.26",
53
+ "@goldstack/utils-docker": "0.4.27",
54
+ "@goldstack/utils-git": "0.2.16",
55
+ "@goldstack/utils-log": "0.3.22",
56
+ "@goldstack/utils-package": "0.4.26",
57
+ "@goldstack/utils-package-config": "0.4.26",
58
+ "@goldstack/utils-s3-deployment": "0.5.43",
59
+ "@goldstack/utils-sh": "0.5.25",
60
+ "@goldstack/utils-template": "0.4.26",
61
+ "@goldstack/utils-terraform": "0.4.51",
62
+ "@goldstack/utils-terraform-aws": "0.4.54",
63
63
  "aws-sdk": "2.1525.0",
64
64
  "source-map-support": "^0.5.21",
65
65
  "yargs": "^17.5.1"
66
66
  },
67
67
  "devDependencies": {
68
- "@goldstack/utils-git": "0.2.14",
69
- "@goldstack/utils-package-config-generate": "0.3.15",
68
+ "@goldstack/utils-git": "0.2.16",
69
+ "@goldstack/utils-package-config-generate": "0.3.17",
70
70
  "@swc/core": "^1.12.11",
71
71
  "@swc/jest": "^0.2.39",
72
72
  "@types/jest": "^29.5.14",