@tma.js/sdk-react 1.0.0 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +14 -17
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,27 +2,24 @@
2
2
 
3
3
  [code-badge]: https://img.shields.io/badge/source-black?logo=github
4
4
 
5
- [code-link]: https://github.com/Telegram-Mini-Apps/tma.js/tree/master/packages/sdk-react
6
-
7
- [docs-link]: https://docs.telegram-mini-apps.com/packages/typescript/tma-js-sdk-react
8
-
9
5
  [docs-badge]: https://img.shields.io/badge/documentation-blue?logo=gitbook&logoColor=white
10
6
 
11
- [npm-link]: https://npmjs.com/package/@tma.js/sdk-react
7
+ [sdk-react-code-link]: https://github.com/Telegram-Mini-Apps/tma.js/tree/master/packages/sdk-react
8
+
9
+ [sdk-react-docs-link]: https://docs.telegram-mini-apps.com/packages/typescript/tma-js-sdk-react
12
10
 
13
- [npm-badge]: https://img.shields.io/npm/v/@tma.js/sdk-react?logo=npm
11
+ [sdk-react-npm-link]: https://npmjs.com/package/@tma.js/sdk-react
14
12
 
15
- [size-badge]: https://img.shields.io/bundlephobia/minzip/@tma.js/sdk-react
13
+ [sdk-react-npm-badge]: https://img.shields.io/npm/v/@tma.js/sdk-react?logo=npm
16
14
 
17
- [![NPM][npm-badge]][npm-link]
18
- ![Size][size-badge]
19
- [![docs-badge]][docs-link]
20
- [![code-badge]][code-link]
15
+ [sdk-react-size-badge]: https://img.shields.io/bundlephobia/minzip/@tma.js/sdk-react
21
16
 
22
- React bindings for client SDK. Contains hooks, components and other
23
- useful tools which allow usage of React along with Mini Apps client SDK.
24
- Tracks SDK components changes out of box.
17
+ [![NPM][sdk-react-npm-badge]][sdk-react-npm-link]
18
+ ![Size][sdk-react-size-badge]
19
+ [![docs-badge]][sdk-react-docs-link]
20
+ [![code-badge]][sdk-react-code-link]
25
21
 
26
- This library is a part of TypeScript packages ecosystem around Telegram Web
27
- Apps. You can learn more about this package in this
28
- [documentation][docs-link].
22
+ React JS bindings
23
+ for [client SDK](https://docs.telegram-mini-apps.com/packages/typescript/tma-js-sdk/about). Includes
24
+ hooks, components and utilities for comfortable usage of React JS on the Telegram Mini Apps
25
+ platform.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tma.js/sdk-react",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "React bindings for Mini Apps client SDK. Contains hooks, components and other useful tools which allow usage of React along with Mini Apps client SDK.",
5
5
  "author": "Vladislav Kibenko <wolfram.deus@gmail.com>",
6
6
  "homepage": "https://github.com/Telegram-Mini-Apps/tma.js#readme",
@@ -46,7 +46,7 @@
46
46
  }
47
47
  },
48
48
  "dependencies": {
49
- "@tma.js/sdk": "1.0.0"
49
+ "@tma.js/sdk": "1.0.2"
50
50
  },
51
51
  "devDependencies": {
52
52
  "build-utils": "0.0.1",