@collabland/common
Advanced tools
Comparing version 0.33.1 to 0.33.2
@@ -523,3 +523,3 @@ "use strict"; | ||
if (typeof range === 'string') { | ||
if (idStr === range) | ||
if (idStr === range || hexIdString === range) | ||
return true; | ||
@@ -526,0 +526,0 @@ if (isGlobPattern(range)) { |
{ | ||
"name": "@collabland/common", | ||
"version": "0.33.1", | ||
"version": "0.33.2", | ||
"description": "CollabLand common utilities", | ||
@@ -56,12 +56,12 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@loopback/build": "^9.0.1", | ||
"@loopback/eslint-config": "^13.0.1", | ||
"@loopback/testlab": "^5.0.1", | ||
"@loopback/build": "^9.0.2", | ||
"@loopback/eslint-config": "^13.0.2", | ||
"@loopback/testlab": "^5.0.2", | ||
"@types/minimatch": "3.0.5", | ||
"@types/node": "^16.11.39", | ||
"typescript": "~4.7.3" | ||
"@types/node": "^16.11.45", | ||
"typescript": "~4.7.4" | ||
}, | ||
"copyright.owner": "Abridged, Inc.", | ||
"author": "Abridged, Inc.", | ||
"gitHead": "d7373614714b5e06a5aad13eabcbef2071fcd4a9" | ||
"gitHead": "b25a88187a059ab7014ccecf34088087d03f1b5a" | ||
} |
@@ -677,3 +677,3 @@ // Copyright Abridged, Inc. 2021. All Rights Reserved. | ||
if (typeof range === 'string') { | ||
if (idStr === range) return true; | ||
if (idStr === range || hexIdString === range) return true; | ||
if (isGlobPattern(range)) { | ||
@@ -680,0 +680,0 @@ // Wildcard |
Sorry, the diff of this file is not supported yet
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
188831