Skip to content

Commit

Permalink
fix: export grant continuation (#393)
Browse files Browse the repository at this point in the history
* fix: export grant continuation

* chore: changeset

* feat: export isFinalizedGrant
  • Loading branch information
njlie authored Dec 11, 2023
1 parent 8c05d6d commit 870347b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/wise-seas-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@interledger/open-payments': minor
---

Exposes the grant continuation type
2 changes: 2 additions & 0 deletions packages/open-payments/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export {
GrantRequest,
GrantContinuation,
GrantContinuationRequest,
IncomingPayment,
PublicIncomingPayment,
Expand All @@ -10,6 +11,7 @@ export {
PendingGrant,
Grant,
isPendingGrant,
isFinalizedGrant,
JWK,
JWKS,
PaginationArgs,
Expand Down

0 comments on commit 870347b

Please sign in to comment.