@ucanto/principal
Advanced tools
Comparing version 4.2.3 to 4.3.4
@@ -7,3 +7,4 @@ export const Verifier: ed25519.ComposedDIDParser; | ||
import * as RSA from "./rsa.js"; | ||
export { ed25519, RSA }; | ||
import * as Absentee from "./absentee.js"; | ||
export { ed25519, RSA, Absentee }; | ||
//# sourceMappingURL=lib.d.ts.map |
{ | ||
"name": "@ucanto/principal", | ||
"description": "ucanto principal", | ||
"version": "4.2.3", | ||
"version": "4.3.4", | ||
"keywords": [ | ||
@@ -24,5 +24,5 @@ "UCAN", | ||
"@noble/ed25519": "^1.7.1", | ||
"@ucanto/interface": "^4.1.0", | ||
"multiformats": "^11.0.0", | ||
"one-webcrypto": "^1.0.3" | ||
"one-webcrypto": "^1.0.3", | ||
"@ucanto/interface": "^4.3.4" | ||
}, | ||
@@ -52,2 +52,5 @@ "devDependencies": { | ||
"dist/src/rsa.d.ts" | ||
], | ||
"account": [ | ||
"dist/src/account.d.ts" | ||
] | ||
@@ -68,2 +71,6 @@ } | ||
"import": "./src/rsa.js" | ||
}, | ||
"./account": { | ||
"types": "./dist/src/account.d.ts", | ||
"import": "./src/account.js" | ||
} | ||
@@ -70,0 +77,0 @@ }, |
@@ -68,3 +68,2 @@ import * as ED25519 from '@noble/ed25519' | ||
from | ||
/** | ||
@@ -71,0 +70,0 @@ * @template {API.SignerImporter} O |
import * as ed25519 from './ed25519.js' | ||
import * as RSA from './rsa.js' | ||
import * as Absentee from './absentee.js' | ||
@@ -7,2 +8,2 @@ export const Verifier = ed25519.Verifier.or(RSA.Verifier) | ||
export { ed25519, RSA } | ||
export { ed25519, RSA, Absentee } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71358
51
2056
1
Updated@ucanto/interface@^4.3.4