@ucanto/server
Advanced tools
Comparing version 3.0.4 to 3.0.5
{ | ||
"name": "@ucanto/server", | ||
"description": "UCAN RPC Server", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"types": "./dist/src/lib.d.ts", | ||
@@ -6,0 +6,0 @@ "main": "./src/lib.js", |
import * as API from '@ucanto/interface' | ||
import { InvalidAudience } from '@ucanto/validator' | ||
import { Verifier } from '@ucanto/principal/ed25519' | ||
import { Verifier } from '@ucanto/principal' | ||
export { | ||
@@ -5,0 +5,0 @@ capability, |
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
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
17962