Skip to content

Commit

Permalink
feature: update keycloak v.20
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciovigolo committed Nov 29, 2022
1 parent 3ad0cc9 commit f2e7c69
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 39 deletions.
50 changes: 25 additions & 25 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^14.1.3",
"@angular/platform-browser-dynamic": "^14.1.3",
"@angular/router": "^14.1.3",
"keycloak-js": "^19.0.1",
"keycloak-js": "^20.0.1",
"keycloak-angular": "^12.1.0",
"rxjs": "^7.4.0",
"tslib": "^2.2.0",
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keycloak-angular",
"version": "12.1.0",
"version": "12.2.0",
"description": "Easy Keycloak setup for Angular applications",
"scripts": {
"clean": "shx rm -rf ./dist/",
Expand Down Expand Up @@ -62,7 +62,7 @@
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.0.0",
"karma-jasmine-html-reporter": "^1.7.0",
"keycloak-js": "^20.0.0",
"keycloak-js": "^20.0.1",
"ng-packagr": "^14.0.3",
"prettier": "^2.6.2",
"protractor": "~7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/keycloak-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keycloak-angular",
"version": "12.1.0",
"version": "12.2.0",
"description": "Easy Keycloak setup for Angular applications",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export class KeycloakService {
this.initServiceValues(options);
const { config, initOptions } = options;

this._instance = Keycloak(config);
this._instance = new Keycloak(config);
this.bindsKeycloakEvents();

const authenticated = await this._instance.init(initOptions);
Expand Down

0 comments on commit f2e7c69

Please sign in to comment.