@edcalderon/auth 1.1.0 → 1.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.
- package/CHANGELOG.md +14 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.1.1] - 2026-03-02
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- 🐛 Updated lockfile with missing `react-native` peerDependency for CI/CD compatibility
|
|
8
|
+
|
|
9
|
+
## [1.1.0] - 2026-03-02
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
|
|
13
|
+
- ✨ Fully portable runtime compatibility between Web, Next.js, and React Native/Expo.
|
|
14
|
+
- 🔌 Separated package sub-exports for native implementations avoiding global window dependencies.
|
|
15
|
+
- 🛡️ New `SignInOptions` API and unified data shape.
|
|
16
|
+
|
|
3
17
|
## [1.0.3] - 2026-03-01
|
|
4
18
|
|
|
5
19
|
### Fixed
|