Comparing version 2.4.21 to 2.4.22
{ | ||
"name": "akkeris", | ||
"version": "2.4.21", | ||
"version": "2.4.22", | ||
"description": "Akkeris CLI", | ||
@@ -5,0 +5,0 @@ "main": "aka.js", |
@@ -13,3 +13,3 @@ "use strict" | ||
].filter(x => x && x !== '').map((x) => x.toString().replace(/\n/g, ' ')); | ||
return `**• v${release.version}**\t${appkit.terminal.friendly_date(new Date(release.created_at))}\t${info.join(' - ')}` | ||
return `**• ${release.version ? 'v' + release.version : 'N/A'}**\t${appkit.terminal.friendly_date(new Date(release.created_at))}\t${info.join(' - ')}` | ||
} else if (release.source_blob) { | ||
@@ -16,0 +16,0 @@ let info = [ |
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
183303