diff --git a/package.json b/package.json index a788412..fd85384 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatwoot/utils", - "version": "0.0.26", + "version": "0.0.28", "description": "Chatwoot utils", "private": false, "license": "MIT", diff --git a/src/index.ts b/src/index.ts index 8869815..6f6a336 100644 --- a/src/index.ts +++ b/src/index.ts @@ -5,6 +5,7 @@ import { getContrastingTextColor, trimContent, convertSecondsToTimeUnit, + fileNameWithEllipsis, } from './helpers'; import { parseBoolean } from './string'; @@ -35,5 +36,6 @@ export { getUndefinedVariablesInMessage, createTypingIndicator, convertSecondsToTimeUnit, + fileNameWithEllipsis, evaluateSLAStatus, };