Skip to content

Commit

Permalink
fix: failing checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Nov 12, 2022
1 parent 3fac51b commit 69cde15
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 41 deletions.
4 changes: 2 additions & 2 deletions packages/access-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"@ucanto/core": "^3.0.2",
"@ucanto/interface": "^3.0.1",
"@ucanto/principal": "^3.0.1",
"@ucanto/server": "^3.0.2",
"@ucanto/server": "^3.0.4",
"@ucanto/transport": "^3.0.2",
"@ucanto/validator": "^3.0.2",
"@ucanto/validator": "^3.0.4",
"@web3-storage/access": "workspace:^",
"@web3-storage/worker-utils": "0.4.3-dev",
"multiformats": "^10.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/access/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
"@ucanto/core": "^3.0.2",
"@ucanto/interface": "^3.0.1",
"@ucanto/principal": "^3.0.1",
"@ucanto/server": "^3.0.2",
"@ucanto/server": "^3.0.4",
"@ucanto/transport": "^3.0.2",
"@ucanto/validator": "^3.0.2",
"@ucanto/validator": "^3.0.4",
"@web-std/fetch": "^4.1.0",
"bigint-mod-arith": "^3.1.2",
"conf": "^10.1.2",
Expand Down
6 changes: 2 additions & 4 deletions packages/access/src/capabilities/voucher.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,9 @@ export const claim = base.derive({
with: URI.match({ protocol: 'did:' }),
nb: {
/**
* Optional link to the product agent is requesting a voucher of. If
* omitted service could delegate all vouchers it deems necessary or
* all none.
* URI of the product agent is requesting a voucher of.
*/
product: Product.optional(),
product: Product,
/**
* Verifiable identity on who's behalf behalf claim is made.
*/
Expand Down
48 changes: 15 additions & 33 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 69cde15

Please sign in to comment.