@7h3/protocol-pq 0.5.4 → 0.6.0
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@7h3/protocol-pq",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "7h3 Protocol
|
|
3
|
+
"version": "0.6.0",
|
|
4
|
+
"description": "7h3 Protocol \u2014 Post-quantum signatures (ML-DSA-65, ML-DSA-87) via @noble/post-quantum",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@noble/post-quantum": "^0.6.1"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"@7h3/protocol": "
|
|
18
|
+
"@7h3/protocol": ">=0.5.0 <1.0.0"
|
|
19
19
|
},
|
|
20
20
|
"license": "Apache-2.0",
|
|
21
21
|
"keywords": [
|