Skip to content

Commit a2b9ab4

Browse files
Fixes packages json (#5)
1 parent 51ea099 commit a2b9ab4

11 files changed

Lines changed: 19 additions & 19 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frosts",
3-
"version": "0.2.2-alpha.2",
3+
"version": "0.2.2-alpha.3",
44
"private": true,
55
"description": "TypeScript implementation of FROST (Flexible Round-Optimized Schnorr Threshold) signatures for threshold cryptography",
66
"author": "Leonardo Custodio <leonardo.custodio@parity.io> (https://github.com/leonardocustodio)",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@frosts/core",
3-
"version": "0.2.2-alpha.2",
3+
"version": "0.2.2-alpha.3",
44
"type": "module",
55
"description": "Core types and traits for FROST (Flexible Round-Optimized Schnorr Threshold) signatures",
66
"license": "MIT",
77
"author": "Leonardo Custodio <leonardo.custodio@parity.io> (https://github.com/leonardocustodio)",
88
"homepage": "https://github.com/leonardocustodio/frosts",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/leonardocustodio/frosts",
11+
"url": "git+https://github.com/leonardocustodio/frosts.git",
1212
"directory": "packages/core"
1313
},
1414
"bugs": {

packages/ed25519/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@frosts/ed25519",
3-
"version": "0.2.2-alpha.2",
3+
"version": "0.2.2-alpha.3",
44
"type": "module",
55
"description": "FROST(Ed25519, SHA-512) - A Schnorr signature scheme over Ed25519 that supports FROST threshold signatures",
66
"license": "MIT",
77
"author": "Leonardo Custodio <leonardo.custodio@parity.io> (https://github.com/leonardocustodio)",
88
"homepage": "https://github.com/leonardocustodio/frosts",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/leonardocustodio/frosts",
11+
"url": "git+https://github.com/leonardocustodio/frosts.git",
1212
"directory": "packages/ed25519"
1313
},
1414
"bugs": {

packages/ed448/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@frosts/ed448",
3-
"version": "0.2.2-alpha.2",
3+
"version": "0.2.2-alpha.3",
44
"type": "module",
55
"description": "FROST(Ed448, SHAKE256) - A Schnorr signature scheme over Ed448 that supports FROST threshold signatures",
66
"license": "MIT",
77
"author": "Leonardo Custodio <leonardo.custodio@parity.io> (https://github.com/leonardocustodio)",
88
"homepage": "https://github.com/leonardocustodio/frosts",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/leonardocustodio/frosts",
11+
"url": "git+https://github.com/leonardocustodio/frosts.git",
1212
"directory": "packages/ed448"
1313
},
1414
"bugs": {

packages/p256/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@frosts/p256",
3-
"version": "0.2.2-alpha.2",
3+
"version": "0.2.2-alpha.3",
44
"type": "module",
55
"description": "FROST(P-256, SHA-256) - A Schnorr signature scheme over P-256 that supports FROST threshold signatures",
66
"license": "MIT",
77
"author": "Leonardo Custodio <leonardo.custodio@parity.io> (https://github.com/leonardocustodio)",
88
"homepage": "https://github.com/leonardocustodio/frosts",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/leonardocustodio/frosts",
11+
"url": "git+https://github.com/leonardocustodio/frosts.git",
1212
"directory": "packages/p256"
1313
},
1414
"bugs": {

packages/rerandomized/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@frosts/rerandomized",
3-
"version": "0.2.2-alpha.2",
3+
"version": "0.2.2-alpha.3",
44
"type": "module",
55
"description": "Re-randomized FROST signatures for threshold cryptography with re-randomizable keys",
66
"license": "MIT",
77
"author": "Leonardo Custodio <leonardo.custodio@parity.io> (https://github.com/leonardocustodio)",
88
"homepage": "https://github.com/leonardocustodio/frosts",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/leonardocustodio/frosts",
11+
"url": "git+https://github.com/leonardocustodio/frosts.git",
1212
"directory": "packages/rerandomized"
1313
},
1414
"bugs": {

packages/ristretto255/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@frosts/ristretto255",
3-
"version": "0.2.2-alpha.2",
3+
"version": "0.2.2-alpha.3",
44
"type": "module",
55
"description": "FROST(ristretto255, SHA-512) - A Schnorr signature scheme over ristretto255 that supports FROST threshold signatures",
66
"license": "MIT",
77
"author": "Leonardo Custodio <leonardo.custodio@parity.io> (https://github.com/leonardocustodio)",
88
"homepage": "https://github.com/leonardocustodio/frosts",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/leonardocustodio/frosts",
11+
"url": "git+https://github.com/leonardocustodio/frosts.git",
1212
"directory": "packages/ristretto255"
1313
},
1414
"bugs": {

packages/secp256k1-tr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@frosts/secp256k1-tr",
3-
"version": "0.2.2-alpha.2",
3+
"version": "0.2.2-alpha.3",
44
"type": "module",
55
"description": "FROST(secp256k1, SHA-256) Taproot - A BIP-340 compatible Schnorr signature scheme over secp256k1 that supports FROST threshold signatures",
66
"license": "MIT",
77
"author": "Leonardo Custodio <leonardo.custodio@parity.io> (https://github.com/leonardocustodio)",
88
"homepage": "https://github.com/leonardocustodio/frosts",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/leonardocustodio/frosts",
11+
"url": "git+https://github.com/leonardocustodio/frosts.git",
1212
"directory": "packages/secp256k1-tr"
1313
},
1414
"bugs": {

packages/secp256k1/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@frosts/secp256k1",
3-
"version": "0.2.2-alpha.2",
3+
"version": "0.2.2-alpha.3",
44
"type": "module",
55
"description": "FROST(secp256k1, SHA-256) - A Schnorr signature scheme over secp256k1 that supports FROST threshold signatures",
66
"license": "MIT",
77
"author": "Leonardo Custodio <leonardo.custodio@parity.io> (https://github.com/leonardocustodio)",
88
"homepage": "https://github.com/leonardocustodio/frosts",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/leonardocustodio/frosts",
11+
"url": "git+https://github.com/leonardocustodio/frosts.git",
1212
"directory": "packages/secp256k1"
1313
},
1414
"bugs": {

shared/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frosts/eslint",
3-
"version": "0.2.2-alpha.2",
3+
"version": "0.2.2-alpha.3",
44
"type": "module",
55
"private": true,
66
"main": "./library.mjs",

0 commit comments

Comments
 (0)