mauriciovigolo / keycloak-angular

Easy Keycloak setup for Angular applications.
MIT License
714 stars 271 forks source link

Bug in package.json version 15.2.0 #550

Closed antogarcia72 closed 3 months ago

antogarcia72 commented 3 months ago

Bug Report or Feature Request (mark with an x)

Versions.

5.2.0

Repro steps.

Check the "projects/keycloak-angular/package.json" file. The keycloak-js compatible version in line 32 has an error. "ˆ" character used instead of "^" character (| ˆ24)

b-thiswatch commented 3 months ago

introduced here #545

mauriciovigolo commented 3 months ago

Sorry about the typo. It only affects 15.2.0, version 14.3.0 has the correct character.

Problem fixed in keycloak-angular@15.2.1.

Note: keycloak-angular@15.2.0 is now deprecated to avoid new issues related to this. Please update your package.json accordingly.

antogarcia72 commented 3 months ago

Thanks Mauricio. Cheers.