@dsb-norge/vue-keycloak-js
Advanced tools
Comparing version 2.1.1-beta to 2.1.2-beta
/*! | ||
* vue-keycloak-js v2.1.1-beta | ||
* vue-keycloak-js v2.1.2-beta | ||
* @license ISC | ||
@@ -172,2 +172,4 @@ */ | ||
updateWatchVariables(true); | ||
typeof options.onAuthRefreshSuccess === 'function' && | ||
options.onAuthRefreshSuccess(keycloak); | ||
}; | ||
@@ -174,0 +176,0 @@ keycloak.onAuthRefreshError = function () { |
/*! | ||
* vue-keycloak-js v2.1.1-beta | ||
* vue-keycloak-js v2.1.2-beta | ||
* @license ISC | ||
@@ -145,2 +145,4 @@ */ | ||
updateWatchVariables(true); | ||
typeof options.onAuthRefreshSuccess === 'function' && | ||
options.onAuthRefreshSuccess(keycloak); | ||
}; | ||
@@ -147,0 +149,0 @@ keycloak.onAuthRefreshError = function () { |
/*! | ||
* vue-keycloak-js v2.1.1-beta | ||
* vue-keycloak-js v2.1.2-beta | ||
* @license ISC | ||
@@ -173,2 +173,4 @@ */ | ||
updateWatchVariables(true); | ||
typeof options.onAuthRefreshSuccess === 'function' && | ||
options.onAuthRefreshSuccess(keycloak); | ||
}; | ||
@@ -175,0 +177,0 @@ keycloak.onAuthRefreshError = function () { |
@@ -17,2 +17,3 @@ import type { KeycloakConfig, KeycloakError, KeycloakInitOptions, KeycloakInstance, KeycloakLoginOptions, KeycloakProfile, KeycloakPromise, KeycloakResourceAccess, KeycloakRoles, KeycloakTokenParsed } from 'keycloak-js'; | ||
onAuthRefreshError?: (keycloak: KeycloakInstance) => void; | ||
onAuthRefreshSuccess?: (keycloak: KeycloakInstance) => void; | ||
onInitSuccess?(authenticated: boolean, keycloak?: KeycloakInstance, VueKeycloak?: VueKeycloakInstance): void; | ||
@@ -19,0 +20,0 @@ } |
{ | ||
"name": "@dsb-norge/vue-keycloak-js", | ||
"version": "2.1.1-beta", | ||
"version": "2.1.2-beta", | ||
"author": "Nils Lien <nils.lien@gmail.com>", | ||
@@ -49,3 +49,3 @@ "description": "A Keycloak plugin for Vue >= 2.x", | ||
"version": "npm run build && git add -A", | ||
"postversion": "git push -u --follow-tags origin master && npm publish", | ||
"postversion": "git push -u --follow-tags origin main && npm publish", | ||
"lint": "eslint --ext .ts src", | ||
@@ -52,0 +52,0 @@ "lint:fix": "eslint --ext .ts src --fix" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
51714
877
0