@scalecube/utils
Advanced tools
Comparing version 0.2.10-develop.1608856850 to 0.2.10-develop.1612488598
@@ -151,2 +151,3 @@ 'use strict'; | ||
newAddress.path = address; | ||
newAddress.port = typeof newAddress.port === 'string' ? parseInt(newAddress.port, 10) : newAddress.port; | ||
return newAddress; | ||
@@ -153,0 +154,0 @@ }; |
@@ -32,2 +32,3 @@ import * as check from './check'; | ||
newAddress.path = address; | ||
newAddress.port = typeof newAddress.port === 'string' ? parseInt(newAddress.port, 10) : newAddress.port; | ||
return newAddress; | ||
@@ -34,0 +35,0 @@ }; |
{ | ||
"name": "@scalecube/utils", | ||
"version": "0.2.10-develop.1608856850", | ||
"version": "0.2.10-develop.1612488598", | ||
"private": false, | ||
@@ -24,3 +24,3 @@ "main": "cjs/index.js", | ||
"dependencies": { | ||
"@scalecube/api": "^0.2.10-develop.1608856850" | ||
"@scalecube/api": "^0.2.10-develop.1612488598" | ||
}, | ||
@@ -38,3 +38,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "7fd2694de3a224c4dbf05cd285d92a867d92cb5b" | ||
"gitHead": "1cca4c8f9a3894564be6dda1ec456e485dd291e4" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57489
1082