@keynv/cli 0.1.0-rc.15 → 0.1.0-rc.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1057,7 +1057,7 @@ var require_lib = __commonJS({
|
|
|
1057
1057
|
var VERSION, AGENT;
|
|
1058
1058
|
var init_version = __esm({
|
|
1059
1059
|
"src/version.ts"() {
|
|
1060
|
-
VERSION = "0.1.0-rc.
|
|
1060
|
+
VERSION = "0.1.0-rc.16" ;
|
|
1061
1061
|
AGENT = `keynv-cli/${VERSION}`;
|
|
1062
1062
|
}
|
|
1063
1063
|
});
|
|
@@ -46015,7 +46015,7 @@ function defaultRender(name) {
|
|
|
46015
46015
|
function preview(matched) {
|
|
46016
46016
|
if (matched.length <= 4)
|
|
46017
46017
|
return "****";
|
|
46018
|
-
return `${matched.slice(0,
|
|
46018
|
+
return `${matched.slice(0, 3)}...`;
|
|
46019
46019
|
}
|
|
46020
46020
|
function escapeRegExp(s) {
|
|
46021
46021
|
return s.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|