dcl-ops-lib 6.1.0 → 6.1.1

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.
@@ -345,7 +345,7 @@ function createInternalService(config) {
345
345
  ...targetGroups.map((tg) => ({
346
346
  targetGroupArn: tg.arn,
347
347
  containerName: serviceName,
348
- containerPort: serviceDiscoveryPort,
348
+ containerPort: tg.port
349
349
  }))
350
350
  ]
351
351
  }, Object.assign(Object.assign({}, extraOpts), { dependsOn }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcl-ops-lib",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "scripts": {
5
5
  "build": "tsc && cp bin/* . && node test.js",
6
6
  "clean": "rm *.d.ts *.js *.js.map"