dcl-ops-lib 6.0.13 → 6.0.14

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.
@@ -298,7 +298,8 @@ function createInternalService(config) {
298
298
  { type: "SRV", ttl: 10 },
299
299
  ],
300
300
  namespaceId: (0, supra_1.getInternalServiceDiscoveryNamespaceId)(),
301
- }
301
+ },
302
+ forceDestroy: true
302
303
  });
303
304
  serviceRegistries = {
304
305
  port: serviceDiscoveryPort,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcl-ops-lib",
3
- "version": "6.0.13",
3
+ "version": "6.0.14",
4
4
  "scripts": {
5
5
  "build": "tsc && cp bin/* . && node test.js",
6
6
  "clean": "rm *.d.ts *.js *.js.map"