corifeus-utils
Advanced tools
Comparing version 2024.4.108 to 2024.4.109
{ | ||
"name": "corifeus-utils", | ||
"version": "2024.4.108", | ||
"version": "2024.4.109", | ||
"corifeus": { | ||
@@ -39,3 +39,3 @@ "icon": "far fa-lightbulb", | ||
"devDependencies": { | ||
"corifeus-builder": "^2024.4.106", | ||
"corifeus-builder": "^2024.4.108", | ||
"istanbul": "^0.4.5" | ||
@@ -42,0 +42,0 @@ }, |
@@ -10,3 +10,3 @@ [//]: #@corifeus-header | ||
--- | ||
# ❤️ Corifeus Utils v2024.4.108 | ||
# ❤️ Corifeus Utils v2024.4.109 | ||
@@ -131,3 +131,3 @@ | ||
[**CORIFEUS-UTILS**](https://corifeus.com/corifeus-utils) Build v2024.4.108 | ||
[**CORIFEUS-UTILS**](https://corifeus.com/corifeus-utils) Build v2024.4.109 | ||
@@ -134,0 +134,0 @@ [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) |
module.exports.getVersion = async ({ pkg }) => { | ||
const result = await require('./child-process').exec(`snapcraft status ${pkg.name}`) | ||
let snapVersion = result.stdout.split('\n')[1].trim().split(/\s+/) | ||
snapVersion = snapVersion[snapVersion.length - 3] | ||
snapVersion = snapVersion[snapVersion.length - 2] | ||
return snapVersion | ||
} |
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