@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 +7 -0
- package/README.md +9 -9
- package/package.json +1 -1
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
|
-
|
|
1
|
+

|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@edcalderon/auth)
|
|
4
|
+
[](https://www.npmjs.com/package/@edcalderon/auth)
|
|
5
|
+
[](https://github.com/edcalderon/my-second-brain/tree/main/packages/auth)
|
|
6
|
+
[](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.
|
|
14
|
+
## 📋 Latest Changes (v1.2.1)
|
|
14
15
|
|
|
15
|
-
###
|
|
16
|
+
### Changed
|
|
16
17
|
|
|
17
|
-
-
|
|
18
|
-
- 🔗
|
|
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
|
|