Fix invitation management pagination inside mounted Convex components.
All three list queries now use the schema-aware paginator from convex-helpers. Native Convex pagination failed inside component mounts. This correction covers resource, state, and audience lists. It does not change the public method signatures.
Validation:
- 26 package tests and 4 host example tests passed.
- Type checks, lint, builds, package verification, and dependency audit passed.
- The exact release archive passed a clean npm consumer check on a local Convex backend with convex-teams. It read distinct invitation pages and verified acceptance rollback after a capacity failure.
Install with npm install convex-invite@0.1.1.