Skip to content

Commit 21328b7

Browse files
committed
fix: switch to @tma.js and pnpm
1 parent dc54bab commit 21328b7

18 files changed

Lines changed: 4345 additions & 6636 deletions

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and libraries:
77
- [React](https://react.dev/)
88
- [TypeScript](https://www.typescriptlang.org/)
99
- [TON Connect](https://docs.ton.org/develop/dapps/ton-connect/overview)
10-
- [@telegram-apps SDK](https://docs.telegram-mini-apps.com/packages/telegram-apps-sdk/2-x)
10+
- [@tma.js SDK](https://docs.telegram-mini-apps.com/packages/tma-js-sdk)
1111
- [Telegram UI](https://github.com/Telegram-Mini-Apps/TelegramUI)
1212
- [Vite](https://vitejs.dev/)
1313

@@ -88,7 +88,7 @@ browser:
8888
![Application](assets/application.png)
8989

9090
It is important to note that some libraries in this template, such as
91-
`@telegram-apps/sdk`, are not intended for use outside of Telegram.
91+
`@tma.js/sdk`, are not intended for use outside of Telegram.
9292

9393
Nevertheless, they appear to function properly. This is because the
9494
`src/mockEnv.ts` file, which is imported in the application's entry point (
@@ -208,5 +208,5 @@ file according to your project's information.
208208
## Useful Links
209209

210210
- [Platform documentation](https://docs.telegram-mini-apps.com/)
211-
- [@telegram-apps/sdk-react documentation](https://docs.telegram-mini-apps.com/packages/telegram-apps-sdk-react)
212-
- [Telegram developers community chat](https://t.me/devs)
211+
- [@tma.js/sdk-react documentation](https://docs.telegram-mini-apps.com/packages/tma-js-sdk-react)
212+
- [Telegram developers community chat](https://t.me/devs_cis)

0 commit comments

Comments
 (0)