teh-bot 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1119 -436
  2. package/dist/index.mjs +4 -4
  3. package/package.json +2 -3
package/dist/index.mjs CHANGED
@@ -996,7 +996,7 @@ class ReplyKeyboardBuilder {
996
996
  }
997
997
  }
998
998
 
999
- export default TelegramBot
1000
- export { TelegramBot as TelegramBot }
1001
- export { InlineKeyboardBuilder as InlineKeyboardBuilder }
1002
- export { ReplyKeyboardBuilder as ReplyKeyboardBuilder }
999
+ export default TelegramBot;
1000
+ export { TelegramBot as TelegramBot };
1001
+ export { InlineKeyboardBuilder as InlineKeyboardBuilder };
1002
+ export { ReplyKeyboardBuilder as ReplyKeyboardBuilder };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "teh-bot",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Lightweight, high-performance Telegram Bot API library with zero dependencies. Supports polling, webhooks, and all Telegram Bot API methods.",
5
5
  "keywords": [
6
6
  "telegram",
@@ -40,8 +40,7 @@
40
40
  "files": [
41
41
  "dist",
42
42
  "README.md",
43
- "LICENSE",
44
- "CHANGELOG.md"
43
+ "LICENSE"
45
44
  ],
46
45
  "scripts": {
47
46
  "build": "node scripts/build.cjs",