diff --git a/package.json b/package.json index 81d47e0..46141f2 100644 --- a/package.json +++ b/package.json @@ -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, diff --git a/src/connect.ts b/src/connect.ts index b5f7b5d..2d1f1f6 100644 --- a/src/connect.ts +++ b/src/connect.ts @@ -65,4 +65,5 @@ export { listInvites, createInvite, revokeInvite, + resendInvite, } from './__generated__/invites-InviteService_connectquery'