Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
21e8 committed Dec 8, 2024
1 parent d69b641 commit ca95ad6
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": "0xalice-tgram-bot",
"version": "0.2.14",
"version": "0.2.15",
"description": "Batched Telegram notification bot for 0xAlice",
"type": "module",
"main": "./dist/cjs/index.js",
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,8 @@ export type { TelegramConfig } from './types';

export { createConsoleProcessor } from './processors/console';

export { addErrorPatterns, resetErrorPatterns } from './utils/errorClassifier';

export { createMessageBatcher } from './batcher';
export type {
Message,
Expand Down

0 comments on commit ca95ad6

Please sign in to comment.