@hyperone/cli-core
Advanced tools
Comparing version 2.0.14 to 2.0.16
@@ -63,3 +63,3 @@ import $RefParser from '@apidevtools/json-schema-ref-parser'; | ||
.map(([path]) => { | ||
const match = path.match(new RegExp(`^(${prefix}/[a-zA-Z]+?)/({[A-Za-z_]+}){0,1}$`)); | ||
const match = path.match(new RegExp(`^(${prefix}/[a-zA-Z]+?)(/{[A-Za-z_]+}){0,1}$`)); | ||
if (!match) return; | ||
@@ -66,0 +66,0 @@ return match[1]; |
{ | ||
"name": "@hyperone/cli-core", | ||
"version": "2.0.14", | ||
"version": "2.0.16", | ||
"description": "", | ||
@@ -30,3 +30,3 @@ "main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "8a06a2020264c832a69e967bf25996889b8c5820" | ||
"gitHead": "a031bec079b6316fb9e29d7999ef39c008b08e48" | ||
} |
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