@poppinss/utils
Advanced tools
Comparing version 2.5.1 to 2.5.2
@@ -31,3 +31,3 @@ "use strict"; | ||
`Invalid "${this.serviceName}" config. Missing value for "${keyName}".`, | ||
`Make sure set it inside "${this.configLocation}"`, | ||
`Make sure to set it inside the "${this.configLocation}" file`, | ||
].join(' ')); | ||
@@ -44,3 +44,3 @@ } | ||
`Invalid "${this.serviceName}" config. Missing value for "${listName}".`, | ||
`Make sure set it inside "${this.configLocation}"`, | ||
`Make sure to set it inside the "${this.configLocation}" file`, | ||
].join(' ')); | ||
@@ -52,3 +52,3 @@ } | ||
`Invalid "${this.serviceName}" config. "${defaultValue}" is not defined inside "${listName}".`, | ||
`Make sure set it inside "${this.configLocation}"`, | ||
`Make sure to set it inside the "${this.configLocation}" file`, | ||
].join(' ')); | ||
@@ -55,0 +55,0 @@ } |
{ | ||
"name": "@poppinss/utils", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"description": "Handy utilities for repetitive work", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
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
67435