gramio 0.4.11 → 0.4.12
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/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +11 -11
package/dist/index.d.cts
CHANGED
|
@@ -2,7 +2,7 @@ import { CallbackData } from '@gramio/callback-data';
|
|
|
2
2
|
export * from '@gramio/callback-data';
|
|
3
3
|
import { Context, UpdateName, ContextType, BotLike, Attachment } from '@gramio/contexts';
|
|
4
4
|
export * from '@gramio/contexts';
|
|
5
|
-
import { APIMethods, TelegramResponseParameters, TelegramAPIResponseError,
|
|
5
|
+
import { APIMethods, TelegramResponseParameters, TelegramAPIResponseError, APIMethodParams, TelegramUser, APIMethodReturn, SetWebhookParams, TelegramUpdate, TelegramReactionTypeEmojiEmoji } from '@gramio/types';
|
|
6
6
|
export * from '@gramio/types';
|
|
7
7
|
import * as middleware_io from 'middleware-io';
|
|
8
8
|
import { Composer as Composer$1, Middleware, CaughtMiddlewareHandler, NextMiddleware } from 'middleware-io';
|
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { CallbackData } from '@gramio/callback-data';
|
|
|
2
2
|
export * from '@gramio/callback-data';
|
|
3
3
|
import { Context, UpdateName, ContextType, BotLike, Attachment } from '@gramio/contexts';
|
|
4
4
|
export * from '@gramio/contexts';
|
|
5
|
-
import { APIMethods, TelegramResponseParameters, TelegramAPIResponseError,
|
|
5
|
+
import { APIMethods, TelegramResponseParameters, TelegramAPIResponseError, APIMethodParams, TelegramUser, APIMethodReturn, SetWebhookParams, TelegramUpdate, TelegramReactionTypeEmojiEmoji } from '@gramio/types';
|
|
6
6
|
export * from '@gramio/types';
|
|
7
7
|
import * as middleware_io from 'middleware-io';
|
|
8
8
|
import { Composer as Composer$1, Middleware, CaughtMiddlewareHandler, NextMiddleware } from 'middleware-io';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gramio",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.12",
|
|
5
5
|
"description": "Powerful, extensible and really type-safe Telegram Bot API framework",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -55,21 +55,21 @@
|
|
|
55
55
|
"author": "kravets",
|
|
56
56
|
"license": "MIT",
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@biomejs/biome": "2.
|
|
59
|
-
"@types/bun": "^1.
|
|
58
|
+
"@biomejs/biome": "2.3.14",
|
|
59
|
+
"@types/bun": "^1.3.8",
|
|
60
60
|
"@types/debug": "^4.1.12",
|
|
61
|
-
"expect-type": "^1.
|
|
62
|
-
"pkgroll": "^2.
|
|
63
|
-
"typescript": "^5.
|
|
61
|
+
"expect-type": "^1.3.0",
|
|
62
|
+
"pkgroll": "^2.23.0",
|
|
63
|
+
"typescript": "^5.9.3"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
66
|
"@gramio/callback-data": "^0.0.3",
|
|
67
|
-
"@gramio/contexts": "^0.3.
|
|
67
|
+
"@gramio/contexts": "^0.3.1",
|
|
68
68
|
"@gramio/files": "^0.3.0",
|
|
69
|
-
"@gramio/format": "^0.3.
|
|
70
|
-
"@gramio/keyboards": "^1.
|
|
71
|
-
"@gramio/types": "^9.1
|
|
72
|
-
"debug": "^4.4.
|
|
69
|
+
"@gramio/format": "^0.3.4",
|
|
70
|
+
"@gramio/keyboards": "^1.3.0",
|
|
71
|
+
"@gramio/types": "^9.3.1",
|
|
72
|
+
"debug": "^4.4.3",
|
|
73
73
|
"middleware-io": "^2.8.1"
|
|
74
74
|
},
|
|
75
75
|
"files": [
|