qnsqy 7.2.25 → 7.2.26
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qnsqy",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.26",
|
|
4
4
|
"description": "Post-quantum cryptography tool. NIST FIPS 203 / 204 / 205 algorithms hybridized with classical X25519, Ed25519, AES-256-GCM. Local-only execution. 84 MCP tools for AI agents.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"post-quantum",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"qnsqy": "bin/qnsqy.js"
|
|
34
34
|
},
|
|
35
35
|
"optionalDependencies": {
|
|
36
|
-
"@quantumsequrity/qnsqy-linux-x64": "7.2.
|
|
37
|
-
"@quantumsequrity/qnsqy-win32-x64": "7.2.
|
|
36
|
+
"@quantumsequrity/qnsqy-linux-x64": "7.2.26",
|
|
37
|
+
"@quantumsequrity/qnsqy-win32-x64": "7.2.26"
|
|
38
38
|
},
|
|
39
39
|
"engines": {
|
|
40
40
|
"node": ">=18.0.0"
|