diff --git a/curve-definitions/package.json b/curve-definitions/package.json index 17994fe..1626d95 100644 --- a/curve-definitions/package.json +++ b/curve-definitions/package.json @@ -1,6 +1,6 @@ { "name": "micro-curve-definitions", - "version": "0.2.1", + "version": "0.4.0", "description": "Curve definitions for @noble/curves", "files": [ "lib" @@ -9,7 +9,7 @@ "module": "lib/index.js", "types": "lib/index.d.ts", "dependencies": { - "@noble/curves": "file:../", + "@noble/curves": "0.4.0", "@noble/hashes": "1.1.5" }, "devDependencies": { diff --git a/package.json b/package.json index 4e4950f..bbfdfdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@noble/curves", - "version": "0.2.1", + "version": "0.4.0", "description": "Minimal, zero-dependency JS implementation of elliptic curve cryptography", "files": [ "index.js",