@meistrari/auth-nuxt 3.28.0 → 3.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@meistrari/auth-nuxt",
3
3
  "configKey": "telaAuth",
4
- "version": "3.28.0",
4
+ "version": "3.29.0",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -217,8 +217,10 @@ export interface UseTelaAdminReturn {
217
217
  */
218
218
  resendInvite: (options: ResendAdminInviteOptions) => Promise<void>;
219
219
  /**
220
- * Invites several users to an organization in one call, isolating failures
221
- * per email in the results payload.
220
+ * Invites several users to an organization in one call, or — with
221
+ * `sendInvite: false` adds them as members immediately, creating user
222
+ * accounts as needed. Failures are isolated per email in the results
223
+ * payload.
222
224
  * @param options - Organization, emails, role, and optional teams/application
223
225
  */
224
226
  inviteOrganizationUsers: (options: InviteAdminOrganizationUsersOptions) => Promise<InviteAdminOrganizationUsersResult>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/auth-nuxt",
3
- "version": "3.28.0",
3
+ "version": "3.29.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -36,7 +36,7 @@
36
36
  "docs": "nuxt-module-build prepare && typedoc"
37
37
  },
38
38
  "dependencies": {
39
- "@meistrari/auth-core": "1.38.0",
39
+ "@meistrari/auth-core": "1.39.0",
40
40
  "jose": "6.1.3"
41
41
  },
42
42
  "peerDependencies": {