@riligar/auth-react 1.20.0 → 1.20.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,10 @@
1
1
  # Auth React
2
2
 
3
- [![npm version](https://img.shields.io/npm/v/@riligar/auth-react.svg)](https://www.npmjs.com/package/@riligar/auth-react)
4
- [![npm downloads](https://img.shields.io/npm/dm/@riligar/auth-react.svg)](https://www.npmjs.com/package/@riligar/auth-react)
5
- [![license](https://img.shields.io/npm/l/@riligar/auth-react.svg)](https://www.npmjs.com/package/@riligar/auth-react)
3
+ <p align="center">
4
+ <a href="https://www.npmjs.com/package/@riligar/auth-react" target="_blank"><img src="https://img.shields.io/npm/v/@riligar/auth-react.svg" alt="npm version" /></a>
5
+ <a href="https://www.npmjs.com/package/@riligar/auth-react" target="_blank"><img src="https://img.shields.io/npm/dm/@riligar/auth-react.svg" alt="npm downloads" /></a>
6
+ <a href="https://www.npmjs.com/package/@riligar/auth-react" target="_blank"><img src="https://img.shields.io/npm/l/@riligar/auth-react.svg" alt="license" /></a>
7
+ </p>
6
8
 
7
9
  Auth SDK for React with JWT and JWKS.
8
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riligar/auth-react",
3
- "version": "1.20.0",
3
+ "version": "1.20.2",
4
4
  "type": "module",
5
5
  "description": "Auth SDK for React with JWT, Mantine UI components, and full authentication flows",
6
6
  "main": "dist/index.js",