Skip to content

Commit

Permalink
fix: capabilities should export blob caps (#1376)
Browse files Browse the repository at this point in the history
Another small fix, just add exports on capabilities for blob caps
  • Loading branch information
vasco-santos authored Apr 16, 2024
1 parent e05ea7e commit 460729e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/capabilities/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ export {
UCAN,
Plan,
Usage,
Blob,
W3sBlob,
HTTP,
}

/** @type {import('./types.js').AbilitiesArray} */
Expand Down

0 comments on commit 460729e

Please sign in to comment.