@chemmangat/msal-next 1.2.0 → 1.2.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 +0 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -285,13 +285,6 @@ export default function Page() {
285
285
  }
286
286
  ```
287
287
 
288
- ## 🔗 Links
289
-
290
- - [Documentation](https://msal-next.chemmangat.dev)
291
- - [GitHub](https://github.com/chemmangat/msal-next)
292
- - [npm](https://www.npmjs.com/package/@chemmangat/msal-next)
293
- - [Examples](https://github.com/chemmangat/msal-next/tree/main/example)
294
-
295
288
  ## 📄 License
296
289
 
297
290
  MIT © Chemmangat
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chemmangat/msal-next",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Fully configurable MSAL authentication package for Next.js App Router",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",