@peable/services
Advanced tools
Comparing version 0.0.58 to 0.0.59
interface SessionModel { | ||
id: string; | ||
username: string; | ||
name: string; | ||
lastname: string; | ||
email: string; | ||
verified: boolean; | ||
profile_image_url: string; | ||
created_at: string; | ||
user: { | ||
id: string; | ||
username: string; | ||
name: string; | ||
lastname: string; | ||
email: string; | ||
verified: boolean; | ||
profile_image_url: string; | ||
created_at: string; | ||
}; | ||
} | ||
@@ -11,0 +13,0 @@ declare function usePeableSession(): { |
{ | ||
"name": "@peable/services", | ||
"version": "0.0.58", | ||
"version": "0.0.59", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5129
94