@majikah/majik-signature-client 0.0.21 → 0.0.22
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.
|
@@ -881,7 +881,7 @@ export class MajikSignatureClient {
|
|
|
881
881
|
contentType: options?.contentType,
|
|
882
882
|
timestamp: options?.timestamp,
|
|
883
883
|
mimeType: options?.mimeType,
|
|
884
|
-
expectedSigners: options?.expectedSigners,
|
|
884
|
+
expectedSigners: options?.expectedSigners,
|
|
885
885
|
});
|
|
886
886
|
}
|
|
887
887
|
catch (err) {
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@majikah/majik-signature-client",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"description": "Majik Signature Client is a hybrid post-quantum content signing and verification library for the Majikah ecosystem. Built on top of Majik Key, it provides tamper-proof, forgery-resistant digital signatures for any content format — using a dual-algorithm architecture that combines classical Ed25519 with post-quantum ML-DSA-87 (FIPS-204).",
|
|
5
|
-
"version": "0.0.
|
|
5
|
+
"version": "0.0.22",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"author": "Zelijah",
|
|
8
8
|
"main": "./dist/index.js",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@majikah/majik-key": "^0.2.3",
|
|
53
|
-
"@majikah/majik-signature": "^0.0.
|
|
53
|
+
"@majikah/majik-signature": "^0.0.15",
|
|
54
54
|
"@stablelib/ed25519": "^2.0.2",
|
|
55
55
|
"ed2curve": "^0.3.0",
|
|
56
56
|
"fflate": "^0.8.2",
|