@tgify/tgify 1.1.0 → 1.1.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 (1) hide show
  1. package/package.json +6 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tgify/tgify",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Modern Telegram Bot Framework",
5
5
  "license": "MIT",
6
6
  "author": "IATNAOD",
@@ -126,11 +126,13 @@
126
126
  },
127
127
  "keywords": [
128
128
  "tgify",
129
+ "telegraf",
129
130
  "telegram",
130
- "telegram bot api",
131
131
  "bot",
132
- "botapi",
133
- "bot framework"
132
+ "api",
133
+ "client",
134
+ "framework",
135
+ "library"
134
136
  ],
135
137
  "directories": {
136
138
  "doc": "docs",