@majikah/majik-signature-client 0.0.21 → 0.0.23

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, // add this
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.21",
5
+ "version": "0.0.23",
6
6
  "license": "Apache-2.0",
7
7
  "author": "Zelijah",
8
8
  "main": "./dist/index.js",
@@ -49,8 +49,9 @@
49
49
  "prepublishOnly": "npm run build"
50
50
  },
51
51
  "dependencies": {
52
- "@majikah/majik-key": "^0.2.3",
53
- "@majikah/majik-signature": "^0.0.14",
52
+ "@majikah/majik-contact": "^0.0.1",
53
+ "@majikah/majik-key": "^0.2.4",
54
+ "@majikah/majik-signature": "^0.0.16",
54
55
  "@stablelib/ed25519": "^2.0.2",
55
56
  "ed2curve": "^0.3.0",
56
57
  "fflate": "^0.8.2",