@live-change/password-authentication-service
Advanced tools
Comparing version 0.2.26 to 0.2.27
{ | ||
"name": "@live-change/password-authentication-service", | ||
"version": "0.2.26", | ||
"version": "0.2.27", | ||
"description": "", | ||
@@ -27,3 +27,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "f3d7b9b6c689b9d87df3cb7f64cd75fc72339b7a" | ||
"gitHead": "9a82ff0e7a7003d5b4e34ef9aef1ad4d7d8605dd" | ||
} |
@@ -7,2 +7,3 @@ const definition = require('./definition.js') | ||
for(const contactType of config.contactTypes) { | ||
const contactTypeUpperCaseName = contactType[0].toUpperCase() + contactType.slice(1) | ||
@@ -9,0 +10,0 @@ |
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
10683