@hyperone/cli-core
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -55,3 +55,3 @@ import fetch from 'node-fetch'; | ||
.entries(spec.paths) | ||
.filter(([path]) => path.match(new RegExp(`^${prefix}/[a-z]+?$`))) | ||
.filter(([path]) => path.match(new RegExp(`^${prefix}/[a-zA-Z]+?$`))) | ||
.map(([path]) => ({ | ||
@@ -58,0 +58,0 @@ type: path.split('/').pop(), |
{ | ||
"name": "@hyperone/cli-core", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "", | ||
@@ -29,3 +29,3 @@ "main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "d5723dcb3a1caf0442196a7fc2abe041241813f0" | ||
"gitHead": "b51a930fcf67d351fb8243c40b64e8e17d80c10b" | ||
} |
24471