@mtcute/wasm
Advanced tools
Comparing version 0.10.0 to 0.11.0
{ | ||
"name": "@mtcute/wasm", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "WASM implementation of common algorithms used in Telegram", | ||
@@ -16,5 +16,8 @@ "author": "alina sireneva <alina@tei.su>", | ||
}, | ||
"./mtcute.wasm": "./mtcute.wasm" | ||
"./mtcute.wasm": { | ||
"import": "./mtcute.wasm", | ||
"require": "./mtcute.wasm" | ||
} | ||
}, | ||
"module": "esm/index.js" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
102165