@ucanto/principal
Advanced tools
Comparing version 4.0.3 to 4.1.0
@@ -7,7 +7,7 @@ import { SignerKey, VerifierKey, MulticodecCode, ByteView, DIDKey } from '@ucanto/interface'; | ||
*/ | ||
export declare type SigAlg = MulticodecCode<typeof Signature.EdDSA, 'EdDSA'>; | ||
export type SigAlg = MulticodecCode<typeof Signature.EdDSA, 'EdDSA'>; | ||
/** | ||
* Name corresponding to EdDSA algorithm. | ||
*/ | ||
export declare type Name = 'EdDSA'; | ||
export type Name = 'EdDSA'; | ||
/** | ||
@@ -14,0 +14,0 @@ * This interface parametrizes {@link SignerKey} and extends it with Ed specific |
@@ -6,7 +6,7 @@ import { VerifierKey, SignerKey, MulticodecCode } from '@ucanto/interface'; | ||
*/ | ||
export declare type SigAlg = MulticodecCode<0xd01205, 'RS256'>; | ||
export type SigAlg = MulticodecCode<0xd01205, 'RS256'>; | ||
/** | ||
* Name corresponding to RS256 algorithm. | ||
*/ | ||
export declare type Name = 'RS256'; | ||
export type Name = 'RS256'; | ||
/** | ||
@@ -13,0 +13,0 @@ * This interface parametrizes {@link SignerKey} and extends it with RSA specific |
{ | ||
"name": "@ucanto/principal", | ||
"description": "ed25519 principal", | ||
"version": "4.0.3", | ||
"version": "4.1.0", | ||
"keywords": [ | ||
@@ -22,6 +22,6 @@ "UCAN", | ||
"dependencies": { | ||
"@ipld/dag-ucan": "^3.0.1", | ||
"@ipld/dag-ucan": "^3.2.0", | ||
"@noble/ed25519": "^1.7.1", | ||
"@ucanto/interface": "^4.0.3", | ||
"multiformats": "^10.0.2", | ||
"@ucanto/interface": "^4.1.0", | ||
"multiformats": "^11.0.0", | ||
"one-webcrypto": "^1.0.3" | ||
@@ -37,3 +37,3 @@ }, | ||
"playwright-test": "^8.1.1", | ||
"typescript": "^4.8.4" | ||
"typescript": "^4.9.4" | ||
}, | ||
@@ -40,0 +40,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
69900
- Removedmultiformats@10.0.3(transitive)
Updated@ipld/dag-ucan@^3.2.0
Updated@ucanto/interface@^4.1.0
Updatedmultiformats@^11.0.0