@tma.js/sdk 3.1.3 → 3.1.5
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/dts/composables/AsyncMountable.d.ts +1 -1
- package/dist/dts/composables/Button.d.ts +1 -1
- package/dist/dts/composables/Mountable.d.ts +1 -1
- package/dist/dts/features/BackButton/BackButton.d.ts +1 -1
- package/dist/dts/features/Biometry/Biometry.d.ts +1 -2
- package/dist/dts/features/ClosingBehavior/ClosingBehavior.d.ts +1 -1
- package/dist/dts/features/CloudStorage/CloudStorage.d.ts +1 -1
- package/dist/dts/features/DeviceStorage/DeviceStorage.d.ts +1 -1
- package/dist/dts/features/HapticFeedback/HapticFeedback.d.ts +1 -1
- package/dist/dts/features/InitData/InitData.d.ts +1 -2
- package/dist/dts/features/Invoice/Invoice.d.ts +1 -1
- package/dist/dts/features/LocationManager/LocationManager.d.ts +1 -2
- package/dist/dts/features/MainButton/MainButton.d.ts +1 -1
- package/dist/dts/features/MiniApp/MiniApp.d.ts +1 -1
- package/dist/dts/features/Popup/Popup.d.ts +2 -2
- package/dist/dts/features/Popup/prepareParams.d.ts +1 -1
- package/dist/dts/features/QrScanner/QrScanner.d.ts +3 -4
- package/dist/dts/features/SecondaryButton/SecondaryButton.d.ts +1 -1
- package/dist/dts/features/SecureStorage/SecureStorage.d.ts +1 -1
- package/dist/dts/features/SettingsButton/SettingsButton.d.ts +1 -1
- package/dist/dts/features/SwipeBehavior/SwipeBehavior.d.ts +1 -1
- package/dist/dts/features/ThemeParams/ThemeParams.d.ts +1 -1
- package/dist/dts/features/Viewport/Viewport.d.ts +1 -2
- package/dist/dts/features/emoji-status/requestEmojiStatusAccess.d.ts +1 -1
- package/dist/dts/features/emoji-status/setEmojiStatus.d.ts +2 -2
- package/dist/dts/features/home-screen/checkHomeScreenStatus.d.ts +1 -1
- package/dist/dts/features/links/openLink.d.ts +1 -1
- package/dist/dts/features/links/openTelegramLink.d.ts +1 -1
- package/dist/dts/features/links/shareURL.d.ts +1 -1
- package/dist/dts/features/privacy/requestContact.d.ts +1 -1
- package/dist/dts/features/privacy/requestPhoneAccess.d.ts +1 -1
- package/dist/dts/features/privacy/requestWriteAccess.d.ts +1 -1
- package/dist/dts/features/uncategorized/downloadFile.d.ts +2 -2
- package/dist/dts/features/uncategorized/getCurrentTime.d.ts +1 -1
- package/dist/dts/features/uncategorized/hideKeyboard.d.ts +1 -1
- package/dist/dts/features/uncategorized/readTextFromClipboard.d.ts +1 -1
- package/dist/dts/features/uncategorized/sendData.d.ts +1 -1
- package/dist/dts/features/uncategorized/shareMessage.d.ts +1 -1
- package/dist/dts/features/uncategorized/shareStory.d.ts +2 -2
- package/dist/dts/features/uncategorized/switchInlineQuery.d.ts +2 -2
- package/dist/dts/globals/invokeCustomMethod.d.ts +1 -1
- package/dist/dts/helpers/isColorDark.d.ts +1 -1
- package/dist/dts/index.d.ts +1 -1
- package/dist/dts/init.d.ts +1 -1
- package/dist/dts/with-checks/throwifyWithChecksFp.d.ts +1 -1
- package/dist/dts/with-checks/withChecksFp.d.ts +1 -3
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.iife.js +3 -3
- package/dist/index.iife.js.map +1 -1
- package/dist/index.js +1703 -2079
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tma.js/sdk",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.5",
|
|
4
4
|
"description": "TypeScript Source Development Kit for Telegram Mini Apps client application.",
|
|
5
5
|
"author": "Vladislav Kibenko <wolfram.deus@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/Telegram-Mini-Apps/tma.js#readme",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"error-kid": "^1.0.2",
|
|
40
40
|
"fp-ts": "^2.16.11",
|
|
41
41
|
"valibot": "^1.1.0",
|
|
42
|
-
"@tma.js/bridge": "^2.2.
|
|
42
|
+
"@tma.js/bridge": "^2.2.2",
|
|
43
43
|
"@tma.js/signals": "^1.0.1",
|
|
44
|
-
"@tma.js/toolkit": "^1.0.
|
|
45
|
-
"@tma.js/transformers": "^1.1.
|
|
44
|
+
"@tma.js/toolkit": "^1.0.4",
|
|
45
|
+
"@tma.js/transformers": "^1.1.3",
|
|
46
46
|
"@tma.js/types": "^1.0.2"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|