@telegram-apps/bridge
Advanced tools
Comparing version 2.3.0 to 2.3.1
import { RGB } from '@telegram-apps/types'; | ||
import { PhoneRequestedStatus, InvoiceStatus, WriteAccessRequestedStatus, BiometryAuthRequestStatus, BiometryType, BiometryTokenUpdateStatus, SafeAreaInsets, FullScreenErrorStatus, EmojiStatusAccessRequestedStatus, EmojiStatusFailedError, HomeScreenStatus } from './misc.js'; | ||
import { If, IsNever } from '@telegram-apps/toolkit'; | ||
import { If, IsNever, Maybe } from '@telegram-apps/toolkit'; | ||
/** | ||
@@ -5,0 +5,0 @@ * Map where key is known event name, and value is its listener. |
{ | ||
"name": "@telegram-apps/bridge", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "TypeScript package to provide communication layer between Mini App and Telegram application.", | ||
@@ -44,4 +44,4 @@ "author": "Vladislav Kibenko <wolfram.deus@gmail.com>", | ||
"@telegram-apps/toolkit": "^2.0.0", | ||
"@telegram-apps/transformers": "^2.1.0", | ||
"@telegram-apps/types": "^2.0.0" | ||
"@telegram-apps/types": "^2.0.0", | ||
"@telegram-apps/transformers": "^2.1.0" | ||
}, | ||
@@ -48,0 +48,0 @@ "devDependencies": { |
1083967