@coreason-ai/coreason-manifest 0.94.12 → 0.95.1
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/dist/ontology.d.ts +1 -1
- package/package.json +1 -1
package/dist/ontology.d.ts
CHANGED
|
@@ -5689,7 +5689,7 @@ export type SignerDid = string;
|
|
|
5689
5689
|
/**
|
|
5690
5690
|
* The cryptographic algorithm used for the signature. Defaults to NIST FIPS 204 post-quantum ML-DSA-65.
|
|
5691
5691
|
*/
|
|
5692
|
-
export type SignatureAlgorithm = "Ed25519" | "ML-DSA-44" | "ML-DSA-65" | "ML-DSA-87";
|
|
5692
|
+
export type SignatureAlgorithm = "Ed25519" | "ML-DSA-44" | "ML-DSA-65" | "ML-DSA-87" | "ES256";
|
|
5693
5693
|
/**
|
|
5694
5694
|
* The W3C VCDM v2.0 serialization format. 'sd-jwt' enables Selective Disclosure of entitlements.
|
|
5695
5695
|
*/
|
package/package.json
CHANGED