@effect-ak/tg-bot 1.3.0 → 1.3.1

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 (2) hide show
  1. package/package.json +13 -4
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,13 +1,22 @@
1
1
  {
2
2
  "name": "@effect-ak/tg-bot",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "type": "module",
5
- "description": "Telegram Bot runner",
5
+ "description": "Telegram bot framework with long polling, webhooks, and fluent builder API",
6
6
  "license": "MIT",
7
+ "keywords": [
8
+ "telegram",
9
+ "telegram-bot",
10
+ "bot-framework",
11
+ "long-polling",
12
+ "webhook",
13
+ "typescript"
14
+ ],
7
15
  "author": {
8
16
  "name": "Aleksandr Kondaurov",
9
17
  "email": "kondaurov.dev@gmail.com"
10
18
  },
19
+ "homepage": "https://tg-bot-sdk.website",
11
20
  "repository": {
12
21
  "type": "git",
13
22
  "url": "https://github.com/kondaurovDev/tg-bot-sdk",
@@ -32,8 +41,8 @@
32
41
  "dist/*.d.ts"
33
42
  ],
34
43
  "dependencies": {
35
- "@effect-ak/tg-bot-client": "^1.4.0",
36
- "@effect-ak/tg-bot-api": "^1.3.0"
44
+ "@effect-ak/tg-bot-client": "^1.4.1",
45
+ "@effect-ak/tg-bot-api": "^1.3.1"
37
46
  },
38
47
  "scripts": {
39
48
  "build": "tsup",
package/readme.md CHANGED
@@ -69,7 +69,7 @@ runBot({
69
69
 
70
70
  ## Documentation
71
71
 
72
- Full documentation, examples, and configuration: **[tg-bot-sdk docs](https://github.com/kondaurovDev/tg-bot-sdk)**
72
+ Full documentation, examples, and configuration: **[tg-bot-sdk.website](https://tg-bot-sdk.website)**
73
73
 
74
74
  ## License
75
75