@bcts/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 +13 -13
package/README.md
CHANGED
|
@@ -15,4 +15,4 @@ Hubert provides distributed infrastructure for secure multiparty transactions, d
|
|
|
15
15
|
|
|
16
16
|
## Rust Reference Implementation
|
|
17
17
|
|
|
18
|
-
This TypeScript implementation is based on [hubert-rust](https://github.com/BlockchainCommons/hubert-rust) **v0.5.0** ([commit](https://github.com/BlockchainCommons/hubert-rust/tree/
|
|
18
|
+
This TypeScript implementation is based on [hubert-rust](https://github.com/BlockchainCommons/hubert-rust) **v0.5.0** ([commit](https://github.com/BlockchainCommons/hubert-rust/tree/3c0b5c399f2763c1f4c66ceb7b674c4e5ff3c53f)).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bcts/hubert",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.18",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Hubert - Distributed infrastructure for secure multiparty transactions using Gordian Envelope",
|
|
6
6
|
"license": "BSD-2-Clause-Patent",
|
|
@@ -93,28 +93,28 @@
|
|
|
93
93
|
"node": ">=18.0.0"
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
96
|
-
"@bcts/components": "
|
|
97
|
-
"@bcts/crypto": "
|
|
98
|
-
"@bcts/dcbor": "
|
|
99
|
-
"@bcts/envelope": "
|
|
100
|
-
"@bcts/known-values": "
|
|
101
|
-
"@bcts/rand": "
|
|
96
|
+
"@bcts/components": "^1.0.0-alpha.18",
|
|
97
|
+
"@bcts/crypto": "^1.0.0-alpha.18",
|
|
98
|
+
"@bcts/dcbor": "^1.0.0-alpha.18",
|
|
99
|
+
"@bcts/envelope": "^1.0.0-alpha.18",
|
|
100
|
+
"@bcts/known-values": "^1.0.0-alpha.18",
|
|
101
|
+
"@bcts/rand": "^1.0.0-alpha.18",
|
|
102
102
|
"@noble/ciphers": "^2.1.1",
|
|
103
103
|
"@noble/curves": "^2.0.1",
|
|
104
104
|
"better-sqlite3": "^12.6.2",
|
|
105
105
|
"bittorrent-dht": "^11.0.7",
|
|
106
|
-
"commander": "^
|
|
107
|
-
"fastify": "^5.7.
|
|
106
|
+
"commander": "^14.0.3",
|
|
107
|
+
"fastify": "^5.7.4",
|
|
108
108
|
"kubo-rpc-client": "^6.0.2"
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
|
-
"@bcts/eslint": "
|
|
112
|
-
"@bcts/tsconfig": "
|
|
111
|
+
"@bcts/eslint": "^0.1.0",
|
|
112
|
+
"@bcts/tsconfig": "^0.1.0",
|
|
113
113
|
"@eslint/js": "^9.39.2",
|
|
114
114
|
"@types/better-sqlite3": "^7.6.13",
|
|
115
|
-
"@types/node": "^25.0
|
|
115
|
+
"@types/node": "^25.2.0",
|
|
116
116
|
"eslint": "^9.39.2",
|
|
117
|
-
"globals": "^17.
|
|
117
|
+
"globals": "^17.3.0",
|
|
118
118
|
"prettier": "^3.8.1",
|
|
119
119
|
"ts-node": "^10.9.2",
|
|
120
120
|
"tsdown": "^0.20.1",
|