@weeb_services/wapi-core
Advanced tools
Comparing version 1.4.1-alpha10 to 1.4.1-alpha11
@@ -33,3 +33,3 @@ 'use strict' | ||
scopes = scopes.map(s => buildFullyQualifiedScope(name, env, s)) | ||
let message = 'missing scope' + scopes.length > 1 ? 's' : '' | ||
let message = ('missing scope' + scopes.length > 1 ? 's' : '') | ||
message = message + ' ' + scopes.join(' or ') | ||
@@ -36,0 +36,0 @@ return message |
{ | ||
"name": "@weeb_services/wapi-core", | ||
"version": "1.4.1-alpha10", | ||
"version": "1.4.1-alpha11", | ||
"description": "Weeb API core", | ||
@@ -5,0 +5,0 @@ "main": "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
139848