Release 0.4.0.

This commit is contained in:
Paul Miller 2022-12-24 03:47:30 +00:00
parent 785d74edb9
commit f165222425
No known key found for this signature in database
GPG Key ID: 697079DA6878B89B
2 changed files with 3 additions and 3 deletions

@ -1,6 +1,6 @@
{ {
"name": "micro-curve-definitions", "name": "micro-curve-definitions",
"version": "0.2.1", "version": "0.4.0",
"description": "Curve definitions for @noble/curves", "description": "Curve definitions for @noble/curves",
"files": [ "files": [
"lib" "lib"
@ -9,7 +9,7 @@
"module": "lib/index.js", "module": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"dependencies": { "dependencies": {
"@noble/curves": "file:../", "@noble/curves": "0.4.0",
"@noble/hashes": "1.1.5" "@noble/hashes": "1.1.5"
}, },
"devDependencies": { "devDependencies": {

@ -1,6 +1,6 @@
{ {
"name": "@noble/curves", "name": "@noble/curves",
"version": "0.2.1", "version": "0.4.0",
"description": "Minimal, zero-dependency JS implementation of elliptic curve cryptography", "description": "Minimal, zero-dependency JS implementation of elliptic curve cryptography",
"files": [ "files": [
"index.js", "index.js",