@web3-storage/access
Advanced tools
Comparing version 9.1.1 to 9.2.0
{ | ||
"name": "@web3-storage/access", | ||
"version": "9.1.1", | ||
"version": "9.2.0", | ||
"description": "w3access client", | ||
@@ -55,8 +55,8 @@ "homepage": "https://github.com/web3-storage/w3-protocol/tree/main/packages/access-client", | ||
"@ipld/dag-ucan": "^3.0.1", | ||
"@ucanto/client": "^4.0.2", | ||
"@ucanto/core": "^4.0.2", | ||
"@ucanto/interface": "^4.0.2", | ||
"@ucanto/principal": "^4.0.2", | ||
"@ucanto/transport": "^4.0.2", | ||
"@ucanto/validator": "^4.0.2", | ||
"@ucanto/client": "^4.0.3", | ||
"@ucanto/core": "^4.0.3", | ||
"@ucanto/interface": "^4.0.3", | ||
"@ucanto/principal": "^4.0.3", | ||
"@ucanto/transport": "^4.0.3", | ||
"@ucanto/validator": "^4.0.3", | ||
"bigint-mod-arith": "^3.1.2", | ||
@@ -86,3 +86,3 @@ "conf": "^10.2.0", | ||
"@types/ws": "^8.5.3", | ||
"@ucanto/server": "^4.0.2", | ||
"@ucanto/server": "^4.0.3", | ||
"assert": "^2.0.0", | ||
@@ -89,0 +89,0 @@ "delay": "^5.0.0", |
@@ -75,2 +75,3 @@ import { Signer } from '@ucanto/principal' | ||
meta: raw.meta, | ||
// @ts-expect-error for some reason TS thinks this is a EdSigner | ||
principal: Signer.from(raw.principal), | ||
@@ -77,0 +78,0 @@ currentSpace: raw.currentSpace, |
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
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
190471
5253
Updated@ucanto/client@^4.0.3
Updated@ucanto/core@^4.0.3
Updated@ucanto/interface@^4.0.3
Updated@ucanto/principal@^4.0.3
Updated@ucanto/transport@^4.0.3
Updated@ucanto/validator@^4.0.3