@bcts/frost-hubert 1.0.0-alpha.17 → 1.0.0-alpha.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -32,4 +32,4 @@ For more details, see the [frosTS](https://github.com/leonardocustodio/frosts).
|
|
|
32
32
|
|
|
33
33
|
## Rust Reference Implementation
|
|
34
34
|
|
|
35
|
-
This TypeScript implementation is based on [frost-hubert-rust](https://github.com/BlockchainCommons/frost-hubert-rust).
|
|
35
|
+
This TypeScript implementation is based on [frost-hubert-rust](https://github.com/BlockchainCommons/frost-hubert-rust) **v0.1.0** ([commit](https://github.com/BlockchainCommons/frost-hubert-rust/tree/d04850aea6d84f751920a86f867ca7d0defdad7e)).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bcts/frost-hubert",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.18",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "FROST DKG and signing using Hubert as the distributed substrate",
|
|
6
6
|
"license": "BSD-2-Clause-Patent",
|
|
@@ -90,24 +90,24 @@
|
|
|
90
90
|
"node": ">=18.0.0"
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
|
-
"@bcts/components": "
|
|
94
|
-
"@bcts/dcbor": "
|
|
95
|
-
"@bcts/envelope": "
|
|
96
|
-
"@bcts/gstp": "
|
|
97
|
-
"@bcts/hubert": "
|
|
98
|
-
"@bcts/provenance-mark": "
|
|
99
|
-
"@bcts/uniform-resources": "
|
|
100
|
-
"@bcts/xid": "
|
|
93
|
+
"@bcts/components": "^1.0.0-alpha.18",
|
|
94
|
+
"@bcts/dcbor": "^1.0.0-alpha.18",
|
|
95
|
+
"@bcts/envelope": "^1.0.0-alpha.18",
|
|
96
|
+
"@bcts/gstp": "^1.0.0-alpha.18",
|
|
97
|
+
"@bcts/hubert": "^1.0.0-alpha.18",
|
|
98
|
+
"@bcts/provenance-mark": "^1.0.0-alpha.18",
|
|
99
|
+
"@bcts/uniform-resources": "^1.0.0-alpha.18",
|
|
100
|
+
"@bcts/xid": "^1.0.0-alpha.18",
|
|
101
101
|
"@frosts/core": "0.2.2-alpha.3",
|
|
102
102
|
"@frosts/ed25519": "0.2.2-alpha.3",
|
|
103
|
-
"commander": "^
|
|
103
|
+
"commander": "^14.0.3"
|
|
104
104
|
},
|
|
105
105
|
"devDependencies": {
|
|
106
|
-
"@bcts/eslint": "
|
|
107
|
-
"@bcts/rand": "
|
|
108
|
-
"@bcts/tsconfig": "
|
|
106
|
+
"@bcts/eslint": "^0.1.0",
|
|
107
|
+
"@bcts/rand": "^1.0.0-alpha.18",
|
|
108
|
+
"@bcts/tsconfig": "^0.1.0",
|
|
109
109
|
"@eslint/js": "^9.39.2",
|
|
110
|
-
"@types/node": "^25.0
|
|
110
|
+
"@types/node": "^25.2.0",
|
|
111
111
|
"eslint": "^9.39.2",
|
|
112
112
|
"prettier": "^3.8.1",
|
|
113
113
|
"ts-node": "^10.9.2",
|