Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "blurhash", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Encoder and decoder for the Wolt BlurHash algorithm.", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"module": "dist/esm/index.js", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"browser": "./dist/esm/index.js", | ||
"default": "./dist/index.js", | ||
"import": "./dist/index.mjs", | ||
"module": "./dist/esm/index.js", | ||
"require": "./dist/index.js", | ||
"node": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
@@ -15,0 +17,0 @@ } |
58270