@aranzatech/aranza-auth 0.2.3 → 0.2.4
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 +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
6
6
|
|
|
7
|
+
## [Unreleased]
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- **E2E harness** (`__tests__/helpers/auth-e2e.harness.ts`) — app Nest + repo mock reutilizable.
|
|
12
|
+
- **E2E ampliados**: register duplicado, login inválido, refresh reuse, `pwdAt` tras change-password, features off → 404, Swagger UI `GET /api`.
|
|
13
|
+
|
|
7
14
|
## [0.2.3] - 2026-07-03
|
|
8
15
|
|
|
9
16
|
### Fixed
|
package/README.md
CHANGED
|
@@ -727,7 +727,7 @@ import { AUTH_MODULE_OPTIONS, AUTH_HOOKS, AUTH_REPOSITORY } from "@aranzatech/ar
|
|
|
727
727
|
|
|
728
728
|
```bash
|
|
729
729
|
npm install
|
|
730
|
-
npm run ci # lint + tests + coverage gates + audit + build
|
|
730
|
+
npm run ci # lint + 122 tests (unit + e2e) + coverage gates + audit + build
|
|
731
731
|
npm test # solo tests
|
|
732
732
|
```
|
|
733
733
|
|
package/package.json
CHANGED