@tma.js/sdk-solid 0.1.13 → 0.1.15

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 +6 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  [code-link]: https://github.com/Telegram-Mini-Apps/tma.js/tree/master/packages/sdk-solid
6
6
 
7
- [docs-link]: https://docs.telegram-mini-apps.com/docs/libraries/tma-js-sdk-solid
7
+ [docs-link]: https://docs.telegram-mini-apps.com/packages/typescript/tma-js-sdk-solid
8
8
 
9
9
  [docs-badge]: https://img.shields.io/badge/documentation-blue?logo=gitbook&logoColor=white
10
10
 
@@ -19,6 +19,9 @@
19
19
  [![docs-badge]][docs-link]
20
20
  [![code-badge]][code-link]
21
21
 
22
- Solid JS bindings for client SDK. Contains hooks, components and other useful tools which allow usage of Solid JS along with Web Apps client SDK. Tracks SDK components changes out of box.
22
+ Solid JS bindings for client SDK. Contains hooks, components and other useful tools which allow
23
+ usage of Solid JS along with Mini Apps client SDK. Tracks SDK components changes out of box.
23
24
 
24
- This library is a part of TypeScript packages ecosystem around Telegram Web Apps. You can learn more about this package in this [documentation](https://docs.telegram-mini-apps.com/docs/libraries/tma-js-sdk-solid).
25
+ This library is a part of TypeScript packages ecosystem around Telegram Mini Apps. You can learn more
26
+ about this package in
27
+ this [documentation][docs-link].
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tma.js/sdk-solid",
3
- "version": "0.1.13",
4
- "description": "Solid JS bindings for Web Apps client SDK.",
3
+ "version": "0.1.15",
4
+ "description": "Solid JS bindings for 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",
7
7
  "repository": {
@@ -37,8 +37,8 @@
37
37
  }
38
38
  },
39
39
  "dependencies": {
40
- "@tma.js/utils": "0.5.5",
41
- "@tma.js/sdk": "0.12.6"
40
+ "@tma.js/utils": "0.5.6",
41
+ "@tma.js/sdk": "0.12.8"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "solid-js": "^1.0.0"