@edcalderon/auth 1.1.0 โ 1.1.2
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 +20 -0
- package/README.md +3 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.1.2] - 2026-03-02
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- ๐งช Test release to verify readme-maintainer guard via pre-push hook
|
|
8
|
+
|
|
9
|
+
## [1.1.1] - 2026-03-02
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- ๐ Updated lockfile with missing `react-native` peerDependency for CI/CD compatibility
|
|
14
|
+
|
|
15
|
+
## [1.1.0] - 2026-03-02
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
|
|
19
|
+
- โจ Fully portable runtime compatibility between Web, Next.js, and React Native/Expo.
|
|
20
|
+
- ๐ Separated package sub-exports for native implementations avoiding global window dependencies.
|
|
21
|
+
- ๐ก๏ธ New `SignInOptions` API and unified data shape.
|
|
22
|
+
|
|
3
23
|
## [1.0.3] - 2026-03-01
|
|
4
24
|
|
|
5
25
|
### Fixed
|
package/README.md
CHANGED
|
@@ -8,13 +8,11 @@ A universal, **provider-agnostic** authentication orchestration package for Reac
|
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
11
|
-
## ๐ Latest Changes (v1.
|
|
11
|
+
## ๐ Latest Changes (v1.1.2)
|
|
12
12
|
|
|
13
|
-
###
|
|
13
|
+
### Changed
|
|
14
14
|
|
|
15
|
-
-
|
|
16
|
-
- ๐ Added `update-readme` script โ uses `versioning update-readme` to keep README in sync with CHANGELOG
|
|
17
|
-
- ๐ Versioning package used as dev dependency for README maintenance
|
|
15
|
+
- ๐งช Test release to verify readme-maintainer guard via pre-push hook
|
|
18
16
|
|
|
19
17
|
For full version history, see [CHANGELOG.md](./CHANGELOG.md) and [GitHub releases](https://github.com/edcalderon/my-second-brain/releases)
|
|
20
18
|
|