antarctic 0.4.0 → 0.5.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/auth.d.ts +1 -0
- package/dist/providers/42.js +2 -1
- package/dist/providers/amazon-cognito.js +2 -1
- package/dist/providers/anilist.js +2 -1
- package/dist/providers/apple.js +2 -1
- package/dist/providers/atlassian.js +2 -1
- package/dist/providers/auth0.js +2 -1
- package/dist/providers/authentik.js +2 -1
- package/dist/providers/autodesk.js +2 -1
- package/dist/providers/battlenet.js +2 -1
- package/dist/providers/bitbucket.js +2 -1
- package/dist/providers/box.js +2 -1
- package/dist/providers/bungie.js +2 -1
- package/dist/providers/coinbase.js +2 -1
- package/dist/providers/discord.js +2 -1
- package/dist/providers/donation-alerts.js +2 -1
- package/dist/providers/dribbble.js +2 -1
- package/dist/providers/dropbox.js +2 -1
- package/dist/providers/epicgames.js +2 -1
- package/dist/providers/etsy.js +2 -1
- package/dist/providers/facebook.js +2 -1
- package/dist/providers/figma.js +2 -1
- package/dist/providers/gitea.js +2 -1
- package/dist/providers/github.js +2 -1
- package/dist/providers/gitlab.js +2 -1
- package/dist/providers/google.js +2 -1
- package/dist/providers/intuit.js +2 -1
- package/dist/providers/kakao.js +2 -1
- package/dist/providers/keycloak.js +2 -1
- package/dist/providers/kick.js +2 -1
- package/dist/providers/lichess.js +2 -1
- package/dist/providers/line.js +2 -1
- package/dist/providers/linear.js +2 -1
- package/dist/providers/linkedin.js +2 -1
- package/dist/providers/mastodon.js +2 -1
- package/dist/providers/mercadolibre.js +2 -1
- package/dist/providers/mercadopago.js +2 -1
- package/dist/providers/microsoft-entra-id.js +2 -1
- package/dist/providers/myanimelist.js +2 -1
- package/dist/providers/naver.js +2 -1
- package/dist/providers/notion.js +2 -1
- package/dist/providers/okta.js +2 -1
- package/dist/providers/osu.js +2 -1
- package/dist/providers/patreon.js +2 -1
- package/dist/providers/polar.js +2 -1
- package/dist/providers/reddit.js +2 -1
- package/dist/providers/roblox.js +2 -1
- package/dist/providers/salesforce.js +2 -1
- package/dist/providers/shikimori.js +2 -1
- package/dist/providers/slack.js +2 -1
- package/dist/providers/spotify.js +2 -1
- package/dist/providers/startgg.js +2 -1
- package/dist/providers/strava.js +2 -1
- package/dist/providers/tiktok.js +2 -1
- package/dist/providers/tiltify.js +2 -1
- package/dist/providers/tumblr.js +2 -1
- package/dist/providers/twitch.js +2 -1
- package/dist/providers/twitter.js +2 -1
- package/dist/providers/vk.js +2 -1
- package/dist/providers/withings.js +2 -1
- package/dist/providers/workos.js +2 -1
- package/dist/providers/yahoo.js +2 -1
- package/dist/providers/yandex.js +2 -1
- package/dist/providers/zoom.js +2 -1
- package/package.json +1 -1
package/dist/auth.d.ts
CHANGED
package/dist/providers/42.js
CHANGED
|
@@ -70,7 +70,8 @@ export class AmazonCognito {
|
|
|
70
70
|
profileString(claims["cognito:username"]) ??
|
|
71
71
|
profileString(claims.username),
|
|
72
72
|
email: profileString(claims.email),
|
|
73
|
-
image: profileString(claims.picture)
|
|
73
|
+
image: profileString(claims.picture),
|
|
74
|
+
raw: claims
|
|
74
75
|
};
|
|
75
76
|
}
|
|
76
77
|
}
|
package/dist/providers/apple.js
CHANGED
|
@@ -77,7 +77,8 @@ export class Atlassian {
|
|
|
77
77
|
id: profileId(profile.account_id),
|
|
78
78
|
name: profileString(profile.name) ?? profileString(profile.nickname),
|
|
79
79
|
email: profileString(profile.email),
|
|
80
|
-
image: profileString(profile.picture)
|
|
80
|
+
image: profileString(profile.picture),
|
|
81
|
+
raw: profile
|
|
81
82
|
};
|
|
82
83
|
}
|
|
83
84
|
}
|
package/dist/providers/auth0.js
CHANGED
|
@@ -74,7 +74,8 @@ export class Auth0 {
|
|
|
74
74
|
id: profileId(claims.sub),
|
|
75
75
|
name: profileString(claims.name) ?? profileString(claims.nickname),
|
|
76
76
|
email: profileString(claims.email),
|
|
77
|
-
image: profileString(claims.picture)
|
|
77
|
+
image: profileString(claims.picture),
|
|
78
|
+
raw: claims
|
|
78
79
|
};
|
|
79
80
|
}
|
|
80
81
|
}
|
|
@@ -69,7 +69,8 @@ export class Authentik {
|
|
|
69
69
|
id: profileId(claims.sub),
|
|
70
70
|
name: profileString(claims.name) ?? profileString(claims.preferred_username),
|
|
71
71
|
email: profileString(claims.email),
|
|
72
|
-
image: profileString(claims.picture)
|
|
72
|
+
image: profileString(claims.picture),
|
|
73
|
+
raw: claims
|
|
73
74
|
};
|
|
74
75
|
}
|
|
75
76
|
}
|
|
@@ -54,7 +54,8 @@ export class Autodesk {
|
|
|
54
54
|
id: profileId(claims.sub),
|
|
55
55
|
name: profileString(claims.name) ?? profileString(claims.preferred_username),
|
|
56
56
|
email: profileString(claims.email),
|
|
57
|
-
image: profileString(claims.picture)
|
|
57
|
+
image: profileString(claims.picture),
|
|
58
|
+
raw: claims
|
|
58
59
|
};
|
|
59
60
|
}
|
|
60
61
|
}
|
|
@@ -57,7 +57,8 @@ export class Bitbucket {
|
|
|
57
57
|
id: profileId(profile.uuid ?? profile.account_id),
|
|
58
58
|
name: profileString(profile.display_name) ?? profileString(profile.username),
|
|
59
59
|
email: await fetchPrimaryEmail(accessToken),
|
|
60
|
-
image
|
|
60
|
+
image,
|
|
61
|
+
raw: profile
|
|
61
62
|
};
|
|
62
63
|
}
|
|
63
64
|
}
|
package/dist/providers/box.js
CHANGED
package/dist/providers/bungie.js
CHANGED
|
@@ -89,7 +89,8 @@ export class Coinbase {
|
|
|
89
89
|
id: profileId(user.id),
|
|
90
90
|
name: profileString(user.name) ?? profileString(user.username),
|
|
91
91
|
email: profileString(user.email),
|
|
92
|
-
image: profileString(user.avatar_url)
|
|
92
|
+
image: profileString(user.avatar_url),
|
|
93
|
+
raw: user
|
|
93
94
|
};
|
|
94
95
|
}
|
|
95
96
|
}
|
|
@@ -62,7 +62,8 @@ export class Discord {
|
|
|
62
62
|
id,
|
|
63
63
|
name: profileString(profile.global_name) ?? profileString(profile.username),
|
|
64
64
|
email: profileString(profile.email),
|
|
65
|
-
image: avatar === null ? null : `https://cdn.discordapp.com/avatars/${id}/${avatar}.png
|
|
65
|
+
image: avatar === null ? null : `https://cdn.discordapp.com/avatars/${id}/${avatar}.png`,
|
|
66
|
+
raw: profile
|
|
66
67
|
};
|
|
67
68
|
}
|
|
68
69
|
}
|
|
@@ -80,7 +80,8 @@ export class DonationAlerts {
|
|
|
80
80
|
id: profileId(user.id),
|
|
81
81
|
name: profileString(user.name) ?? profileString(user.code),
|
|
82
82
|
email: profileString(user.email),
|
|
83
|
-
image: profileString(user.avatar)
|
|
83
|
+
image: profileString(user.avatar),
|
|
84
|
+
raw: user
|
|
84
85
|
};
|
|
85
86
|
}
|
|
86
87
|
}
|
|
@@ -67,7 +67,8 @@ export class Dribbble {
|
|
|
67
67
|
name: profileString(profile.name) ?? profileString(profile.login),
|
|
68
68
|
// The v2 user endpoint does not expose an email address.
|
|
69
69
|
email: null,
|
|
70
|
-
image: profileString(profile.avatar_url)
|
|
70
|
+
image: profileString(profile.avatar_url),
|
|
71
|
+
raw: profile
|
|
71
72
|
};
|
|
72
73
|
}
|
|
73
74
|
}
|
package/dist/providers/etsy.js
CHANGED
package/dist/providers/figma.js
CHANGED
package/dist/providers/gitea.js
CHANGED
|
@@ -56,7 +56,8 @@ export class Gitea {
|
|
|
56
56
|
id: profileId(profile.id),
|
|
57
57
|
name: profileString(profile.full_name) ?? profileString(profile.login),
|
|
58
58
|
email: profileString(profile.email),
|
|
59
|
-
image: profileString(profile.avatar_url)
|
|
59
|
+
image: profileString(profile.avatar_url),
|
|
60
|
+
raw: profile
|
|
60
61
|
};
|
|
61
62
|
}
|
|
62
63
|
}
|
package/dist/providers/github.js
CHANGED
package/dist/providers/gitlab.js
CHANGED
|
@@ -58,7 +58,8 @@ export class GitLab {
|
|
|
58
58
|
id: profileId(claims.sub),
|
|
59
59
|
name: profileString(claims.name) ?? profileString(claims.nickname),
|
|
60
60
|
email: profileString(claims.email),
|
|
61
|
-
image: profileString(claims.picture)
|
|
61
|
+
image: profileString(claims.picture),
|
|
62
|
+
raw: claims
|
|
62
63
|
};
|
|
63
64
|
}
|
|
64
65
|
}
|
package/dist/providers/google.js
CHANGED
package/dist/providers/intuit.js
CHANGED
package/dist/providers/kakao.js
CHANGED
|
@@ -68,7 +68,8 @@ export class KeyCloak {
|
|
|
68
68
|
id: profileId(claims.sub),
|
|
69
69
|
name: profileString(claims.name) ?? profileString(claims.preferred_username),
|
|
70
70
|
email: profileString(claims.email),
|
|
71
|
-
image: profileString(claims.picture)
|
|
71
|
+
image: profileString(claims.picture),
|
|
72
|
+
raw: claims
|
|
72
73
|
};
|
|
73
74
|
}
|
|
74
75
|
}
|
package/dist/providers/kick.js
CHANGED
|
@@ -97,7 +97,8 @@ export class Kick {
|
|
|
97
97
|
id: profileId(profile.user_id),
|
|
98
98
|
name: profileString(profile.name),
|
|
99
99
|
email: profileString(profile.email),
|
|
100
|
-
image: profileString(profile.profile_picture)
|
|
100
|
+
image: profileString(profile.profile_picture),
|
|
101
|
+
raw: profile
|
|
101
102
|
};
|
|
102
103
|
}
|
|
103
104
|
}
|
package/dist/providers/line.js
CHANGED
package/dist/providers/linear.js
CHANGED
|
@@ -61,7 +61,8 @@ export class Mastodon {
|
|
|
61
61
|
id: profileId(profile.id),
|
|
62
62
|
name: profileString(profile.display_name) ?? profileString(profile.username),
|
|
63
63
|
email: null,
|
|
64
|
-
image: profileString(profile.avatar)
|
|
64
|
+
image: profileString(profile.avatar),
|
|
65
|
+
raw: profile
|
|
65
66
|
};
|
|
66
67
|
}
|
|
67
68
|
}
|
|
@@ -114,7 +114,8 @@ export class MicrosoftEntraId {
|
|
|
114
114
|
id: profileId(claims.sub),
|
|
115
115
|
name: profileString(claims.name),
|
|
116
116
|
email: profileString(claims.email) ?? profileString(claims.preferred_username),
|
|
117
|
-
image: profileString(claims.picture)
|
|
117
|
+
image: profileString(claims.picture),
|
|
118
|
+
raw: claims
|
|
118
119
|
};
|
|
119
120
|
}
|
|
120
121
|
}
|
package/dist/providers/naver.js
CHANGED
|
@@ -77,7 +77,8 @@ export class Naver {
|
|
|
77
77
|
id: profileId(user.id),
|
|
78
78
|
name: profileString(user.name) ?? profileString(user.nickname),
|
|
79
79
|
email: profileString(user.email),
|
|
80
|
-
image: profileString(user.profile_image)
|
|
80
|
+
image: profileString(user.profile_image),
|
|
81
|
+
raw: user
|
|
81
82
|
};
|
|
82
83
|
}
|
|
83
84
|
}
|
package/dist/providers/notion.js
CHANGED
package/dist/providers/okta.js
CHANGED
package/dist/providers/osu.js
CHANGED
|
@@ -83,7 +83,8 @@ export class Patreon {
|
|
|
83
83
|
id: profileId(user.id),
|
|
84
84
|
name: profileString(attributes.full_name),
|
|
85
85
|
email: profileString(attributes.email),
|
|
86
|
-
image: profileString(attributes.image_url)
|
|
86
|
+
image: profileString(attributes.image_url),
|
|
87
|
+
raw: user
|
|
87
88
|
};
|
|
88
89
|
}
|
|
89
90
|
}
|
package/dist/providers/polar.js
CHANGED
package/dist/providers/reddit.js
CHANGED
package/dist/providers/roblox.js
CHANGED
|
@@ -61,7 +61,8 @@ export class Roblox {
|
|
|
61
61
|
id: profileId(claims.sub),
|
|
62
62
|
name: profileString(claims.name) ?? profileString(claims.preferred_username),
|
|
63
63
|
email: null,
|
|
64
|
-
image: profileString(claims.picture)
|
|
64
|
+
image: profileString(claims.picture),
|
|
65
|
+
raw: claims
|
|
65
66
|
};
|
|
66
67
|
}
|
|
67
68
|
}
|
|
@@ -68,7 +68,8 @@ export class Salesforce {
|
|
|
68
68
|
id: profileId(claims.sub),
|
|
69
69
|
name: profileString(claims.name) ?? profileString(claims.preferred_username),
|
|
70
70
|
email: profileString(claims.email),
|
|
71
|
-
image: profileString(claims.picture)
|
|
71
|
+
image: profileString(claims.picture),
|
|
72
|
+
raw: claims
|
|
72
73
|
};
|
|
73
74
|
}
|
|
74
75
|
}
|
package/dist/providers/slack.js
CHANGED
package/dist/providers/strava.js
CHANGED
package/dist/providers/tiktok.js
CHANGED
package/dist/providers/tumblr.js
CHANGED
package/dist/providers/twitch.js
CHANGED
|
@@ -85,7 +85,8 @@ export class Twitch {
|
|
|
85
85
|
id: profileId(user.id),
|
|
86
86
|
name: profileString(user.display_name) ?? profileString(user.login),
|
|
87
87
|
email: profileString(user.email),
|
|
88
|
-
image: profileString(user.profile_image_url)
|
|
88
|
+
image: profileString(user.profile_image_url),
|
|
89
|
+
raw: user
|
|
89
90
|
};
|
|
90
91
|
}
|
|
91
92
|
}
|
|
@@ -61,7 +61,8 @@ export class Twitter {
|
|
|
61
61
|
id: profileId(user.id),
|
|
62
62
|
name: profileString(user.name) ?? profileString(user.username),
|
|
63
63
|
email: null,
|
|
64
|
-
image: profileString(user.profile_image_url)
|
|
64
|
+
image: profileString(user.profile_image_url),
|
|
65
|
+
raw: user
|
|
65
66
|
};
|
|
66
67
|
}
|
|
67
68
|
}
|
package/dist/providers/vk.js
CHANGED
package/dist/providers/workos.js
CHANGED
|
@@ -76,7 +76,8 @@ export class WorkOS {
|
|
|
76
76
|
id: profileId(profile.id),
|
|
77
77
|
name: profileString(profile.name) ?? (fullName !== "" ? fullName : null),
|
|
78
78
|
email: profileString(profile.email),
|
|
79
|
-
image: profileString(profile.profile_picture_url)
|
|
79
|
+
image: profileString(profile.profile_picture_url),
|
|
80
|
+
raw: profile
|
|
80
81
|
};
|
|
81
82
|
}
|
|
82
83
|
}
|
package/dist/providers/yahoo.js
CHANGED
|
@@ -59,7 +59,8 @@ export class Yahoo {
|
|
|
59
59
|
id: profileId(claims.sub),
|
|
60
60
|
name: profileString(claims.name) ?? (fullName !== "" ? fullName : null),
|
|
61
61
|
email: profileString(claims.email),
|
|
62
|
-
image: profileString(claims.picture)
|
|
62
|
+
image: profileString(claims.picture),
|
|
63
|
+
raw: claims
|
|
63
64
|
};
|
|
64
65
|
}
|
|
65
66
|
}
|
package/dist/providers/yandex.js
CHANGED
package/dist/providers/zoom.js
CHANGED
|
@@ -60,7 +60,8 @@ export class Zoom {
|
|
|
60
60
|
id: profileId(profile.id),
|
|
61
61
|
name: profileString(profile.display_name) ?? (fullName !== "" ? fullName : null),
|
|
62
62
|
email: profileString(profile.email),
|
|
63
|
-
image: profileString(profile.pic_url)
|
|
63
|
+
image: profileString(profile.pic_url),
|
|
64
|
+
raw: profile
|
|
64
65
|
};
|
|
65
66
|
}
|
|
66
67
|
}
|