aws-architect 6.7.128 → 6.7.132

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.
@@ -336,7 +336,6 @@ class CloudFormationDeployer {
336
336
  InnerStack: {
337
337
  Type: 'AWS::CloudFormation::Stack',
338
338
  Properties: {
339
- StackName: `${options.stackSetName}-INNER`,
340
339
  Parameters: parameters,
341
340
  Tags: options.tags ? Object.keys(options.tags).map(t => ({ Key: t, Value: options.tags[t] })) : undefined,
342
341
  TemplateURL: `https://s3.amazonaws.com/${this.deploymentBucket}/${templateUrl}`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-architect",
3
- "version": "6.7.128",
3
+ "version": "6.7.132",
4
4
  "description": "AWS Architect is a node based tool to configure and deploy AWS-based microservices.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",