@gradientedge/cdk-utils-azure 2.18.0 → 2.19.0

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.
@@ -116,10 +116,10 @@ export class CommonAzureStack extends ComponentResource {
116
116
  createConstruct() { }
117
117
  registerOutputs() {
118
118
  if (this.construct && this.construct.resourceGroup) {
119
- this.outputs = {
119
+ this.outputs = _.merge(this.outputs, {
120
120
  resourceGroupId: this.construct.resourceGroup.id,
121
121
  resourceGroupName: this.construct.resourceGroup.name,
122
- };
122
+ });
123
123
  super.registerOutputs(this.outputs);
124
124
  }
125
125
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradientedge/cdk-utils-azure",
3
- "version": "2.18.0",
3
+ "version": "2.19.0",
4
4
  "description": "Azure Pulumi utilities for @gradientedge/cdk-utils",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",