@chemmangat/msal-next 4.1.0 → 4.1.1

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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@ Production-grade MSAL authentication library for Next.js App Router with minimal
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
7
  [![Security](https://img.shields.io/badge/Security-A+-green.svg)](./SECURITY.md)
8
8
 
9
- > **📦 Current Version: 4.1.0** - Production-ready with automatic token refresh and enhanced security
9
+ > **📦 Current Version: 4.1.1** - Production-ready with automatic token refresh and enhanced security
10
10
 
11
11
  ---
12
12
 
@@ -782,6 +782,7 @@ export default function ProfilePage() {
782
782
 
783
783
  ### Links
784
784
  - 📦 [npm Package](https://www.npmjs.com/package/@chemmangat/msal-next)
785
+ - 🚀 [Live Demo](https://github.com/Chemmangat/msal-next-demo) - Sample implementation
785
786
  - 🐛 [Report Issues](https://github.com/chemmangat/msal-next/issues)
786
787
  - 💬 [Discussions](https://github.com/chemmangat/msal-next/discussions)
787
788
  - ⭐ [GitHub Repository](https://github.com/chemmangat/msal-next)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chemmangat/msal-next",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Production-grade MSAL authentication package for Next.js App Router with minimal boilerplate",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",