Release 1.1.0.

This commit is contained in:
Paul Miller 2023-06-03 12:31:43 +00:00
parent 6a72821185
commit 62e806cfaf
No known key found for this signature in database
GPG Key ID: 697079DA6878B89B
2 changed files with 5 additions and 3 deletions

4
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "@noble/curves",
"version": "1.0.0",
"version": "1.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@noble/curves",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"dependencies": {
"@noble/hashes": "1.3.1"

@ -1,6 +1,6 @@
{
"name": "@noble/curves",
"version": "1.0.0",
"version": "1.1.0",
"description": "Audited & minimal JS implementation of elliptic curve cryptography",
"files": [
"abstract",
@ -164,6 +164,8 @@
"secp256k1",
"ed25519",
"ed448",
"x25519",
"ed25519",
"bls12-381",
"bn254",
"pasta",