@alwatr/nitrobase-user-management 7.7.0 โ 7.10.0
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 +31 -0
- package/LICENSE +373 -661
- package/README.md +0 -6
- package/dist/logger.d.ts.map +1 -1
- package/dist/main.cjs +3 -180
- package/dist/main.cjs.map +3 -3
- package/dist/main.mjs +3 -154
- package/dist/main.mjs.map +2 -2
- package/dist/user-management.d.ts +1 -1
- package/dist/user-management.d.ts.map +1 -1
- package/package.json +47 -47
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,37 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [7.10.0](https://github.com/Alwatr/nitrobase/compare/v7.9.0...v7.10.0) (2025-09-21)
|
|
7
|
+
|
|
8
|
+
### ๐ Bug Fixes
|
|
9
|
+
|
|
10
|
+
* add "sideEffects": false to package.json files for better tree-shaking ([cb6f75b](https://github.com/Alwatr/nitrobase/commit/cb6f75b86eb7dba6812aaad5136fcd867e885562))
|
|
11
|
+
* add type imports for nano-build and type-helper in logger files ([6ca3627](https://github.com/Alwatr/nitrobase/commit/6ca362761c0d30a2813369bda49c927960c787f8))
|
|
12
|
+
* remove packageTracer import and related code from logger.ts ([b288082](https://github.com/Alwatr/nitrobase/commit/b2880826cdf8f88e5ce512d839b66b5a29935b35))
|
|
13
|
+
* update dependencies in package.json for user-management ([dd53ff3](https://github.com/Alwatr/nitrobase/commit/dd53ff380a86a0ac80e56af57b20ebff2475148a))
|
|
14
|
+
* update logger import and clean up unused lines in user-management.ts ([4fef1b9](https://github.com/Alwatr/nitrobase/commit/4fef1b9192bb5b090c44a610a6d783b77f99097d))
|
|
15
|
+
|
|
16
|
+
### ๐จ Code Refactoring
|
|
17
|
+
|
|
18
|
+
* update access modifiers to public for class properties and methods in nitrobase and user management ([a988d63](https://github.com/Alwatr/nitrobase/commit/a988d63b61828f6ce360e7179cbaccfa19dc1ae2))
|
|
19
|
+
|
|
20
|
+
### ๐งน Miscellaneous Chores
|
|
21
|
+
|
|
22
|
+
* remove unused types from tsconfig.json files and update references ([b504ced](https://github.com/Alwatr/nitrobase/commit/b504ced4a8f98de4fe79a2c974937278bd4e46cb))
|
|
23
|
+
* Update license from AGPL-3.0 to MPL-2.0 ([af1746e](https://github.com/Alwatr/nitrobase/commit/af1746ee9a3786c1cb2e0014f138e9f3b7086b8d))
|
|
24
|
+
* update package.json files across all packages for consistency and improved metadata ([647900d](https://github.com/Alwatr/nitrobase/commit/647900d9966f8df275c4e2ef0550c501be38ece0))
|
|
25
|
+
|
|
26
|
+
### ๐ Dependencies update
|
|
27
|
+
|
|
28
|
+
* update dependencies in package.json files across all packages to latest versions ([72c20ef](https://github.com/Alwatr/nitrobase/commit/72c20efbc1cac9825fb4880772e3fad797d74a23))
|
|
29
|
+
|
|
30
|
+
## [7.8.0](https://github.com/Alwatr/nitrobase/compare/v7.7.0...v7.8.0) (2025-03-06)
|
|
31
|
+
|
|
32
|
+
### Dependencies update
|
|
33
|
+
|
|
34
|
+
* **deps-dev:** bump the dependencies group across 1 directory with 5 updates ([fe6ab37](https://github.com/Alwatr/nitrobase/commit/fe6ab37263f609f8bce8398462b7105b8e5a55fe)) by @dependabot[bot]
|
|
35
|
+
* update @alwatr/nanolib, @alwatr/nano-build, and @alwatr/type-helper to latest versions ([5f3f89b](https://github.com/Alwatr/nitrobase/commit/5f3f89b1236f66e9167957d60d43c8d0abff108d)) by @
|
|
36
|
+
|
|
6
37
|
## [7.7.0](https://github.com/Alwatr/nitrobase/compare/v7.6.1...v7.7.0) (2025-02-26)
|
|
7
38
|
|
|
8
39
|
**Note:** Version bump only for package @alwatr/nitrobase-user-management
|