@edcalderon/auth 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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.2.1] - 2026-03-02
4
+
5
+ ### Changed
6
+
7
+ - 🎨 Upgraded README badges and title to `for-the-badge` style with gold (#C8A84E) / dark (#0d1117) Alternun brand colors
8
+ - 🔗 Added Web3 SIWE|SIWS badge linking to Supabase docs
9
+
3
10
  ## [1.2.0] - 2026-03-02
4
11
 
5
12
  ### Added
package/README.md CHANGED
@@ -1,8 +1,9 @@
1
- # @edcalderon/auth
1
+ ![Auth](https://img.shields.io/badge/%40edcalderon%2Fauth-Universal%20Auth%20Orchestrator-C8A84E?style=for-the-badge&labelColor=0d1117&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzRhZTBhMCI+PHBhdGggZD0iTTEyIDJDNi40OCAyIDIgNi40OCAyIDEyczQuNDggMTAgMTAgMTAgMTAtNC40OCAxMC0xMFMxNy41MiAyIDEyIDJ6bTAgMThjLTQuNDIgMC04LTMuNTgtOC04czMuNTgtOCA4LTggOCAzLjU4IDggOC0zLjU4IDgtOCA4eiIvPjwvc3ZnPg==)
2
2
 
3
- [![npm version](https://img.shields.io/npm/v/@edcalderon/auth?style=flat-square&color=0ea5e9)](https://www.npmjs.com/package/@edcalderon/auth)
4
- [![npm downloads](https://img.shields.io/npm/dm/@edcalderon/auth?style=flat-square&color=10b981)](https://www.npmjs.com/package/@edcalderon/auth)
5
- [![GitHub](https://img.shields.io/badge/GitHub-Repository-181717?style=flat-square&logo=github)](https://github.com/edcalderon/my-second-brain/tree/main/packages/auth)
3
+ [![npm version](https://img.shields.io/npm/v/@edcalderon/auth?style=for-the-badge&logo=npm&logoColor=white&labelColor=0d1117&color=C8A84E)](https://www.npmjs.com/package/@edcalderon/auth)
4
+ [![npm downloads](https://img.shields.io/npm/dm/@edcalderon/auth?style=for-the-badge&logo=npm&logoColor=white&labelColor=0d1117&color=10b981)](https://www.npmjs.com/package/@edcalderon/auth)
5
+ [![GitHub](https://img.shields.io/badge/GitHub-Repository-C8A84E?style=for-the-badge&logo=github&logoColor=white&labelColor=0d1117)](https://github.com/edcalderon/my-second-brain/tree/main/packages/auth)
6
+ [![Web3](https://img.shields.io/badge/Web3-SIWE%20%7C%20SIWS-C8A84E?style=for-the-badge&logo=ethereum&logoColor=white&labelColor=0d1117)](https://supabase.com/docs/guides/auth/auth-web3)
6
7
 
7
8
  A universal, **provider-agnostic** authentication orchestration package designed for absolute runtime portability. One abstraction that works flawlessly across React Web `(18.x/19.x)`, Next.js `(14/15)`, and React Native/Expo `(SDK 50+)`.
8
9
 
@@ -10,13 +11,12 @@ Swap between Supabase, Firebase, Hybrid, or any custom provider without changing
10
11
 
11
12
  ---
12
13
 
13
- ## 📋 Latest Changes (v1.2.0)
14
+ ## 📋 Latest Changes (v1.2.1)
14
15
 
15
- ### Added
16
+ ### Changed
16
17
 
17
- - 🔗 Added agnostic Web3 support to the core `SignInOptions` (`options.provider === 'web3'`).
18
- - 🔗 Upgraded `SupabaseClient` and `HybridClient` adapters to natively call Supabase's `signInWithWeb3` standard.
19
- - 📝 Documented Wagmi and `@solana/wallet-adapter` implementation examples in README.
18
+ - 🎨 Upgraded README badges and title to `for-the-badge` style with gold (#C8A84E) / dark (#0d1117) Alternun brand colors
19
+ - 🔗 Added Web3 SIWE|SIWS badge linking to Supabase docs
20
20
 
21
21
  For full version history, see [CHANGELOG.md](./CHANGELOG.md) and [GitHub releases](https://github.com/edcalderon/my-second-brain/releases)
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edcalderon/auth",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "A universal, provider-agnostic authentication package (Web + Next.js + Expo/React Native)",
5
5
  "exports": {
6
6
  ".": {