@telegram-apps/sdk
Advanced tools
Comparing version 3.0.0-beta.1 to 3.0.0
@@ -33,3 +33,3 @@ export * from './scopes/components/back-button/exports.js'; | ||
export { isTMA, mockTelegramEnv, targetOrigin, on, off, retrieveLaunchParams, type RetrieveLPResult, type RetrieveLPResultCamelCased, type RequestOptions, type InvokeCustomMethodOptions, type EventListener, type SubscribeListener, type EventPayload, type WriteAccessRequestedStatus, UnknownEnvError, isUnknownEnvError, createPostEvent, type CreatePostEventMode, InvokeCustomMethodError, isInvokeCustomMethodError, MethodParameterUnsupportedError, isMethodMethodParameterUnsupportedError, type CustomMethodName, type CustomMethodParams, type CreateMethodParams, type Methods, type AnyInvokeCustomMethodParams, type Events, isMethodUnsupportedError, type EventWithoutPayload, type EventWithPayload, type CustomMethodsParams, type InvokeCustomMethodFn, supports, emitEvent, MethodUnsupportedError, type EmojiStatusAccessRequestedStatus, type HomeScreenStatus, type OnUnsupportedFn, type ImpactHapticFeedbackParams, type ImpactHapticFeedbackStyle, type MethodName, type MethodParams, type PostEventFn, type NotificationHapticFeedbackParams, type RequestFn, type BiometryAuthRequestStatus, type PhoneRequestedStatus, type SafeAreaInsets, type BiometryType, type BiometryTokenUpdateStatus, type EventName, type NotificationHapticFeedbackType, type SelectionHapticFeedbackParams, type MethodNameWithoutParams, type MethodNameWithOptionalParams, type MethodNameWithRequiredParams, type EmojiStatusFailedError, type FullScreenErrorStatus, type InvoiceStatus, type RequestResult, isLaunchParamsRetrieveError, LaunchParamsRetrieveError, type BackgroundColor, type PopupParams, type BottomBarColor, type PopupButton, type HeaderColorKey, type OpenLinkBrowser, type SecondaryButtonPosition, type SwitchInlineQueryChatType, } from '@telegram-apps/bridge'; | ||
export { isRGB, toRGB, isRGBShort } from '@telegram-apps/transformers'; | ||
export { isRGB, toRGB, isRGBShort, serializeToQuery, serializeInitDataQuery, serializeLaunchParamsQuery, transformQueryUsing, parseInitDataQuery, parseLaunchParamsQuery, } from '@telegram-apps/transformers'; | ||
export type { RGB, User, Chat, InitData, ChatType, RGBShort, Platform, ThemeParams, LaunchParams, KnownThemeParamsKey, Version, } from '@telegram-apps/types'; |
{ | ||
"name": "@telegram-apps/sdk", | ||
"version": "3.0.0-beta.1", | ||
"version": "3.0.0", | ||
"description": "TypeScript Source Development Kit for Telegram Mini Apps client application.", | ||
@@ -41,12 +41,12 @@ "author": "Vladislav Kibenko <wolfram.deus@gmail.com>", | ||
"valibot": "1.0.0-beta.14", | ||
"@telegram-apps/bridge": "^2.0.0", | ||
"@telegram-apps/bridge": "^2.0.1", | ||
"@telegram-apps/navigation": "^1.0.13", | ||
"@telegram-apps/signals": "^1.1.1", | ||
"@telegram-apps/toolkit": "^1.1.1", | ||
"@telegram-apps/transformers": "^1.2.2", | ||
"@telegram-apps/types": "^1.2.1" | ||
"@telegram-apps/toolkit": "^2.0.0", | ||
"@telegram-apps/transformers": "^2.0.0", | ||
"@telegram-apps/types": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"tsconfig": "0.0.2", | ||
"test-utils": "0.0.1" | ||
"test-utils": "0.0.1", | ||
"tsconfig": "0.0.2" | ||
}, | ||
@@ -53,0 +53,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2071757
8263
0
+ Added@telegram-apps/bridge@2.0.1(transitive)
+ Added@telegram-apps/transformers@2.0.0(transitive)
- Removed@telegram-apps/bridge@2.3.0(transitive)
- Removed@telegram-apps/transformers@2.1.0(transitive)
Updated@telegram-apps/bridge@^2.0.1
Updated@telegram-apps/types@^2.0.0