@elife/utils
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -13,2 +13,3 @@ 'use strict' | ||
ssbLoc: ssbLoc, | ||
faceImgLoc: faceImgLoc, | ||
skillLoc: skillLoc, | ||
@@ -225,2 +226,9 @@ logsLoc: logsLoc, | ||
/* outcome/ | ||
* Returns the directory location for SSB blockchain | ||
*/ | ||
function faceImgLoc() { | ||
return path.join(dataLoc(), "face") | ||
} | ||
/* outcome/ | ||
* Returns the standard user skill location for EverlifeAI Avatar | ||
@@ -227,0 +235,0 @@ */ |
{ | ||
"name": "@elife/utils", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Utils/Helpers for the Everlife.AI project", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
7894
264