dcl-ops-lib 6.0.6 → 6.0.7

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.
@@ -293,7 +293,8 @@ function createInternalService(config) {
293
293
  },
294
294
  });
295
295
  serviceRegistries = {
296
- port: serviceDiscoveryPort,
296
+ containerPort: serviceDiscoveryPort,
297
+ containerName: serviceName,
297
298
  registryArn: serviceDiscovery.arn,
298
299
  };
299
300
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcl-ops-lib",
3
- "version": "6.0.6",
3
+ "version": "6.0.7",
4
4
  "scripts": {
5
5
  "build": "tsc && cp bin/* . && node test.js",
6
6
  "clean": "rm *.d.ts *.js *.js.map"