diff --git a/package.json b/package.json index c15e4cd..72c3096 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "internxt-crypto", - "version": "1.0.0", + "version": "1.0.1", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/index.js", @@ -54,7 +54,7 @@ "require": "./dist/index.js" }, "./*": { - "types": "./dist/*.d.ts", + "types": "./dist/*.d.mts", "import": "./dist/*.mjs", "require": "./dist/*.js" }