@grom.js/tgx 0.5.2 → 0.5.3

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 +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  ![tgx](tgx.png)
2
2
 
3
+ [![jsr](https://jsr.io/badges/@grom/tgx)](https://jsr.io/@grom/tgx)
4
+ [![npm](https://img.shields.io/npm/v/%40grom.js%2Ftgx?style=flat&logo=npm&logoColor=%23CB0200&labelColor=%23fff&color=%23333)](https://www.npmjs.com/package/@grom.js/tgx)
5
+
3
6
  [JSX](https://facebook.github.io/jsx/) runtime for composing Telegram messages.
4
7
 
5
8
  ## Installation
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@grom.js/tgx",
3
3
  "type": "module",
4
- "version": "0.5.2",
4
+ "version": "0.5.3",
5
5
  "description": "JSX runtime for composing Telegram messages",
6
6
  "author": {
7
7
  "name": "Vladislav Deryabkin",