Release 0.7.2.

This commit is contained in:
Paul Miller 2023-02-25 09:13:45 +00:00
parent 7e825520f1
commit 0163b63532
No known key found for this signature in database
GPG Key ID: 697079DA6878B89B
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@noble/curves", "name": "@noble/curves",
"version": "0.7.0", "version": "0.7.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@noble/curves", "name": "@noble/curves",
"version": "0.7.0", "version": "0.7.2",
"funding": [ "funding": [
{ {
"type": "individual", "type": "individual",

View File

@ -1,6 +1,6 @@
{ {
"name": "@noble/curves", "name": "@noble/curves",
"version": "0.7.1", "version": "0.7.2",
"description": "Minimal, auditable JS implementation of elliptic curve cryptography", "description": "Minimal, auditable JS implementation of elliptic curve cryptography",
"files": [ "files": [
"abstract", "abstract",