dcl-ops-lib 6.0.7 → 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.
@@ -286,12 +286,12 @@ function createInternalService(config) {
286
286
  description: "service discovery for " + serviceName,
287
287
  dnsConfig: {
288
288
  dnsRecords: [
289
- { type: "A", ttl: 10 },
290
289
  { type: "SRV", ttl: 10 },
291
290
  ],
292
291
  namespaceId: (0, supra_1.getInternalServiceDiscoveryNamespaceId)(),
293
292
  },
294
- });
293
+ forceDestroy: true
294
+ }, { deleteBeforeReplace: true, });
295
295
  serviceRegistries = {
296
296
  containerPort: serviceDiscoveryPort,
297
297
  containerName: serviceName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcl-ops-lib",
3
- "version": "6.0.7",
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"