Comparing version 0.4.13 to 0.4.14
@@ -14,3 +14,3 @@ { | ||
}, | ||
"version": "0.4.13", | ||
"version": "0.4.14", | ||
"engines": { | ||
@@ -66,9 +66,9 @@ "node": ">=16", | ||
"devDependencies": { | ||
"@types/node": "^22.10.2", | ||
"@vitest/coverage-v8": "^2.1.8", | ||
"typescript": "^5.7.2", | ||
"undici": "^7.1.1", | ||
"vitest": "^2.1.8" | ||
"@types/node": "^22.13.4", | ||
"@vitest/coverage-v8": "^3.0.6", | ||
"typescript": "^5.7.3", | ||
"undici": "^7.3.0", | ||
"vitest": "^3.0.6" | ||
}, | ||
"packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab" | ||
"packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af" | ||
} |
@@ -13,4 +13,6 @@ # eciesjs | ||
This is the JavaScript/TypeScript version of [eciespy](https://github.com/ecies/py) with a built-in class-like secp256k1/curve25519 [API](#privatekey), you may go there for detailed documentation and learn the mechanism under the hood. | ||
This is the JavaScript/TypeScript version of [eciespy](https://github.com/ecies/py) with a built-in class-like secp256k1/curve25519 [API](#privatekey). | ||
You can learn the details in [DETAILS.md](./DETAILS.md). | ||
## Install | ||
@@ -44,2 +46,6 @@ | ||
## Sponsors | ||
<a href="https://dotenvx.com"><img alt="dotenvx" src="https://dotenvx.com/logo.png" width="200" height="200"/></a> | ||
## Multi-platform Support | ||
@@ -46,0 +52,0 @@ |
Sorry, the diff of this file is not supported yet
37454
200