@ossy/deployment-tools 0.0.35 → 0.0.36
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/deployment-platform-client.ts +1 -1
package/package.json
CHANGED
|
@@ -133,8 +133,8 @@ export class DeploymentPlatformClient {
|
|
|
133
133
|
|
|
134
134
|
static setCalculatedDeploymentPlatformValues(deploymentPlatform: DeploymentPlatform): DeploymentPlatform {
|
|
135
135
|
return {
|
|
136
|
+
...deploymentPlatform,
|
|
136
137
|
awsDeploymentSqsArn: `https://sqs.${deploymentPlatform.awsRegion}.amazonaws.com/${deploymentPlatform.awsAccountId}/${deploymentPlatform.platformName}-${deploymentPlatform.activeEnvironment}`,
|
|
137
|
-
...deploymentPlatform
|
|
138
138
|
}
|
|
139
139
|
}
|
|
140
140
|
|