@xtsea/tgcore-ts 0.1.6 → 0.1.8
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xtsea/tgcore-ts",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "tgcore TypeScript SDK • Telegram Engine Client",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"dist"
|
|
23
23
|
],
|
|
24
24
|
"scripts": {
|
|
25
|
-
"build": "tsup src/index.ts --format esm,cjs --dts",
|
|
25
|
+
"build": "tsup src/index.ts --format esm,cjs --dts --target es2020 --clean",
|
|
26
26
|
"dev": "tsup src/index.ts --watch",
|
|
27
27
|
"clean": "rm -rf dist"
|
|
28
28
|
},
|