@insforge/shared
Advanced tools
+4
-0
@@ -5,2 +5,4 @@ import { CreateSessionResponse, CreateUserResponse, ResetPasswordResponse, VerifyEmailResponse, OAuthProvidersSchema, GetPublicAuthConfigResponse } from '@insforge/shared-schemas'; | ||
| * Insforge User type | ||
| * Core fields (id, email, name, avatarUrl) are always present | ||
| * Additional profile fields are stored in the profile object | ||
| */ | ||
@@ -12,2 +14,4 @@ interface InsforgeUser { | ||
| avatarUrl?: string; | ||
| /** Dynamic profile fields from backend (e.g., bio, birthday) */ | ||
| profile?: Record<string, unknown>; | ||
| } | ||
@@ -14,0 +18,0 @@ /** |
+4
-0
@@ -5,2 +5,4 @@ import { CreateSessionResponse, CreateUserResponse, ResetPasswordResponse, VerifyEmailResponse, OAuthProvidersSchema, GetPublicAuthConfigResponse } from '@insforge/shared-schemas'; | ||
| * Insforge User type | ||
| * Core fields (id, email, name, avatarUrl) are always present | ||
| * Additional profile fields are stored in the profile object | ||
| */ | ||
@@ -12,2 +14,4 @@ interface InsforgeUser { | ||
| avatarUrl?: string; | ||
| /** Dynamic profile fields from backend (e.g., bio, birthday) */ | ||
| profile?: Record<string, unknown>; | ||
| } | ||
@@ -14,0 +18,0 @@ /** |
+1
-1
| { | ||
| "name": "@insforge/shared", | ||
| "version": "1.0.11", | ||
| "version": "1.0.12-dev.0", | ||
| "description": "Shared utilities and React contexts for Insforge packages", | ||
@@ -5,0 +5,0 @@ "type": "module", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
11246
4.38%99
4.21%3
50%