af-consul
Advanced tools
Comparing version 3.0.6 to 3.0.7
@@ -97,2 +97,3 @@ "use strict"; | ||
config.service.address = address; | ||
config.service.fromService = `${serviceId} / ${address}`; | ||
return registerConfig; | ||
@@ -99,0 +100,0 @@ }; |
@@ -93,4 +93,5 @@ import { getPackageJson, parseMeta, parseTags, removeAroundQuotas } from './lib/utils'; | ||
config.service.address = address; | ||
config.service.fromService = `${serviceId} / ${address}`; | ||
return registerConfig; | ||
}; | ||
//# sourceMappingURL=get-register-config.js.map |
@@ -114,2 +114,3 @@ /// <reference types="node" /> | ||
address?: string; | ||
fromService?: string; | ||
}; | ||
@@ -116,0 +117,0 @@ } |
{ | ||
"name": "af-consul", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "A highly specialized function library", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/src/index.js", |
@@ -101,4 +101,5 @@ import { getPackageJson, parseMeta, parseTags, removeAroundQuotas } from './lib/utils'; | ||
config.service.address = address; | ||
config.service.fromService = `${serviceId} / ${address}`; | ||
return registerConfig; | ||
}; |
@@ -134,2 +134,3 @@ import Consul from 'consul'; | ||
address?: string, | ||
fromService?: string, | ||
}; | ||
@@ -136,0 +137,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
303070
4441