@grom.js/tgx 0.5.0 → 0.5.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.
package/package.json
CHANGED
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grom.js/tgx",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.2",
|
|
5
5
|
"description": "JSX runtime for composing Telegram messages",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Vladislav Deryabkin",
|
|
8
8
|
"url": "https://evermake.me"
|
|
9
9
|
},
|
|
10
10
|
"license": "MIT",
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/grom-dev/tgx.git"
|
|
14
|
+
},
|
|
11
15
|
"keywords": [
|
|
12
16
|
"jsx",
|
|
13
17
|
"telegram"
|
|
@@ -25,8 +29,8 @@
|
|
|
25
29
|
"import": "./dist/jsx-runtime.js"
|
|
26
30
|
},
|
|
27
31
|
"./jsx-dev-runtime": {
|
|
28
|
-
"types": "./dist/jsx-
|
|
29
|
-
"import": "./dist/jsx-
|
|
32
|
+
"types": "./dist/jsx-runtime.d.ts",
|
|
33
|
+
"import": "./dist/jsx-runtime.js"
|
|
30
34
|
}
|
|
31
35
|
},
|
|
32
36
|
"files": [
|
|
File without changes
|
|
File without changes
|