Skip to content

Commit

Permalink
chore: export resendInvite (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
getinnocuous authored Mar 14, 2024
1 parent 4f410e9 commit dfe58b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@overmindtech/sdp-js",
"version": "7.4.1",
"version": "7.4.2",
"description": "Javascript and Typescript libraries for the State Description Protocol",
"license": "MIT",
"sideEffects": false,
Expand Down
1 change: 1 addition & 0 deletions src/connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ export {
listInvites,
createInvite,
revokeInvite,
resendInvite,
} from './__generated__/invites-InviteService_connectquery'

0 comments on commit dfe58b7

Please sign in to comment.