dcl-ops-lib 6.0.19 → 6.0.20

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.
@@ -297,6 +297,7 @@ function createInternalService(config) {
297
297
  description: "service discovery for " + serviceName,
298
298
  dnsConfig: {
299
299
  dnsRecords: [
300
+ { type: "A", ttl: 10 },
300
301
  { type: "SRV", ttl: 10 },
301
302
  ],
302
303
  namespaceId: (0, supra_1.getInternalServiceDiscoveryNamespaceId)(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcl-ops-lib",
3
- "version": "6.0.19",
3
+ "version": "6.0.20",
4
4
  "scripts": {
5
5
  "build": "tsc && cp bin/* . && node test.js",
6
6
  "clean": "rm *.d.ts *.js *.js.map"