@mtcute/wasm
Advanced tools
Comparing version 0.18.0-rc.5 to 0.18.0
{ | ||
"name": "@mtcute/wasm", | ||
"type": "module", | ||
"version": "0.18.0-rc.5", | ||
"version": "0.18.0", | ||
"description": "WASM implementation of common algorithms used in Telegram", | ||
"license": "MIT", | ||
"homepage": "https://mtcute.dev", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mtcute/mtcute.git" | ||
}, | ||
"scripts": {}, | ||
@@ -27,3 +22,8 @@ "exports": { | ||
"author": "alina sireneva <alina@tei.su>", | ||
"sideEffects": false | ||
"sideEffects": false, | ||
"homepage": "https://mtcute.dev", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mtcute/mtcute.git" | ||
} | ||
} |
68594
10