Skip to content

Commit

Permalink
fix: Missing export for fileNameWithEllipsis helper
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsivin committed Nov 21, 2024
1 parent 08bd1ad commit bdd099a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chatwoot/utils",
"version": "0.0.26",
"version": "0.0.28",
"description": "Chatwoot utils",
"private": false,
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
getContrastingTextColor,
trimContent,
convertSecondsToTimeUnit,
fileNameWithEllipsis,
} from './helpers';

import { parseBoolean } from './string';
Expand Down Expand Up @@ -35,5 +36,6 @@ export {
getUndefinedVariablesInMessage,
createTypingIndicator,
convertSecondsToTimeUnit,
fileNameWithEllipsis,
evaluateSLAStatus,
};

0 comments on commit bdd099a

Please sign in to comment.