Release 0.4.0.
This commit is contained in:
parent
785d74edb9
commit
f165222425
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user