Skip to content

Commit

Permalink
fix: update docs to bump version (#870)
Browse files Browse the repository at this point in the history
something seems to have gone wrong with release-please and the latest
release doesn't have the latest code. bump the version to fix this, and
improve docs at the same time.
  • Loading branch information
travis authored Aug 25, 2023
1 parent 87e873f commit d2eec7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/access-client/src/agent.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,10 @@ export class Agent {
}

/**
* Invokes voucher/redeem for the free tier, wait on the websocket for the voucher/claim and invokes it
* Requests a subscription from a provider and attaches it to a space.
*
* It also adds a full space delegation to the service in the voucher/claim invocation to allow for recovery
* It also adds a full space delegation to the service that can later
* be claimed by the currently authorized account to restore access to the space.
*
* @param {string} email
* @param {object} [opts]
Expand Down

0 comments on commit d2eec7c

Please sign in to comment.