@zero-bot.net/tg-bot-api 1.0.0 → 1.2.0

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.
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@zero-bot.net/tg-bot-api",
3
- "version": "1.0.0",
3
+ "version": "1.2.0",
4
4
  "description": "Telegram Bot API",
5
5
  "main": "./index.js",
6
+ "types": "./lib/telegram.d.ts",
6
7
  "directories": {
7
8
  "example": "examples",
8
9
  "test": "test"
@@ -11,7 +12,9 @@
11
12
  "telegram",
12
13
  "telegram bot",
13
14
  "telegram bot api",
14
- "bot"
15
+ "bot",
16
+ "tg bot api",
17
+ "zero-bot.net"
15
18
  ],
16
19
  "scripts": {
17
20
  "gen-doc": "echo 'WARNING: `npm run gen-doc` is deprecated. Use `npm run doc` instead.' && npm run doc",
@@ -51,9 +54,9 @@
51
54
  "babel-preset-es2015": "^6.24.1",
52
55
  "babel-register": "^6.26.0",
53
56
  "concat-stream": "^2.0.0",
54
- "eslint": "^8.57.1",
57
+ "eslint": "^10.10.0",
55
58
  "eslint-config-airbnb": "^19.0.4",
56
- "eslint-plugin-mocha": "^10.5.0",
59
+ "eslint-plugin-mocha": "^12.0.2",
57
60
  "is": "^3.3.2",
58
61
  "is-ci": "^4.1.0",
59
62
  "istanbul": "^1.1.0-alpha.1",