sveltekit-zitadel-oidc
Advanced tools
Comparing version 0.0.4 to 0.0.5
export { default as AuthCallback } from './auth/oidc/AuthCallback.svelte'; | ||
export * as auth from './auth/oidc/client.js'; | ||
export * as account from './auth/oidc/store.js'; | ||
export * from './auth/oidc/client.js'; | ||
export * from './auth/oidc/store.js'; |
export { default as AuthCallback } from './auth/oidc/AuthCallback.svelte'; | ||
export * as auth from './auth/oidc/client.js'; | ||
export * as account from './auth/oidc/store.js'; | ||
export * from './auth/oidc/client.js'; | ||
export * from './auth/oidc/store.js'; |
{ | ||
"name": "sveltekit-zitadel-oidc", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
11015