@apify/utilities
Advanced tools
Comparing version 2.3.6 to 2.3.7
@@ -1013,3 +1013,3 @@ "use strict"; | ||
function isForbiddenUsername(username) { | ||
return !!username.match(FORBIDDEN_REGEXP); | ||
return !!username.match(import_consts.APIFY_ID_REGEX) || !!username.match(FORBIDDEN_REGEXP); | ||
} | ||
@@ -1016,0 +1016,0 @@ __name(isForbiddenUsername, "isForbiddenUsername"); |
{ | ||
"name": "@apify/utilities", | ||
"version": "2.3.6", | ||
"version": "2.3.7", | ||
"description": "Tools and constants shared across Apify projects.", | ||
@@ -46,4 +46,4 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@apify/consts": "^2.12.1", | ||
"@apify/log": "^2.2.10" | ||
"@apify/consts": "^2.12.2", | ||
"@apify/log": "^2.2.11" | ||
}, | ||
@@ -53,3 +53,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "24ef1fc525c70c8e5029a13577cfb24128fbed3e" | ||
"gitHead": "f52445a107fcaf89541d0430c2e3d9ee54cf0e63" | ||
} |
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
299541
Updated@apify/consts@^2.12.2
Updated@apify/log@^2.2.11