dcl-ops-lib 6.0.8 → 6.0.9

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.
@@ -290,7 +290,8 @@ function createInternalService(config) {
290
290
  ],
291
291
  namespaceId: (0, supra_1.getInternalServiceDiscoveryNamespaceId)(),
292
292
  },
293
- });
293
+ forceDestroy: true
294
+ }, { deleteBeforeReplace: true, });
294
295
  serviceRegistries = {
295
296
  containerPort: serviceDiscoveryPort,
296
297
  containerName: serviceName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcl-ops-lib",
3
- "version": "6.0.8",
3
+ "version": "6.0.9",
4
4
  "scripts": {
5
5
  "build": "tsc && cp bin/* . && node test.js",
6
6
  "clean": "rm *.d.ts *.js *.js.map"