@authorizerdev/authorizer-svelte
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -8,2 +8,3 @@ import Apple from './Apple.svelte'; | ||
import Twitter from './Twitter.svelte'; | ||
export { Apple, Facebook, Github, Google, Linkedin, Twitter, Close }; | ||
import Microsoft from './Microsoft.svelte'; | ||
export { Apple, Facebook, Github, Google, Linkedin, Twitter, Close, Microsoft }; |
@@ -8,2 +8,3 @@ import Apple from './Apple.svelte'; | ||
import Twitter from './Twitter.svelte'; | ||
export { Apple, Facebook, Github, Google, Linkedin, Twitter, Close }; | ||
import Microsoft from './Microsoft.svelte'; | ||
export { Apple, Facebook, Github, Google, Linkedin, Twitter, Close, Microsoft }; |
{ | ||
"name": "@authorizerdev/authorizer-svelte", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"license": "MIT", | ||
@@ -27,3 +27,3 @@ "author": "Lakhan Samani", | ||
"dependencies": { | ||
"@authorizerdev/authorizer-js": "^1.1.2" | ||
"@authorizerdev/authorizer-js": "^1.1.4" | ||
}, | ||
@@ -50,2 +50,3 @@ "exports": { | ||
"./icons/Linkedin.svelte": "./icons/Linkedin.svelte", | ||
"./icons/Microsoft.svelte": "./icons/Microsoft.svelte", | ||
"./icons/Twitter.svelte": "./icons/Twitter.svelte", | ||
@@ -52,0 +53,0 @@ "./icons": "./icons/index.js", |
@@ -16,2 +16,3 @@ /* eslint-disable @typescript-eslint/no-empty-function */ | ||
is_twitter_login_enabled: false, | ||
is_microsoft_login_enabled: false, | ||
is_email_verification_enabled: false, | ||
@@ -35,3 +36,3 @@ is_basic_authentication_enabled: false, | ||
}), | ||
logout: async () => { }, | ||
logout: async () => { } | ||
}); |
@@ -13,2 +13,3 @@ import type { AuthToken, User, Authorizer } from '@authorizerdev/authorizer-js'; | ||
is_twitter_login_enabled?: boolean; | ||
is_microsoft_login_enabled?: boolean; | ||
is_email_verification_enabled?: boolean; | ||
@@ -15,0 +16,0 @@ is_basic_authentication_enabled?: boolean; |
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
93278
79
966