@alwatr/nitrobase-reference 7.8.0 โ†’ 7.10.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 CHANGED
@@ -3,6 +3,44 @@
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.1](https://github.com/Alwatr/nitrobase/compare/v7.10.0...v7.10.1) (2025-12-14)
7
+
8
+ ### ๐Ÿงน Miscellaneous Chores
9
+
10
+ * update tsconfig extends to use @alwatr/nanolib ([ffbc8ce](https://github.com/Alwatr/nitrobase/commit/ffbc8ce74d47d7f4e1ff0061722df10f68af11cc))
11
+
12
+ ### ๐Ÿ”— Dependencies update
13
+
14
+ * replace '@alwatr/nano-build' with '@alwatr/nanolib' in logger imports ([9a355b9](https://github.com/Alwatr/nitrobase/commit/9a355b92b27434a3cd132e7e52df5c2e112ca97e))
15
+ * update `@alwatr/nanolib` and `@types/node` dependencies across all packages. ([bc6d96f](https://github.com/Alwatr/nitrobase/commit/bc6d96f4fd423bcfb817d74b526596669d8a8aed))
16
+ * update dependencies and switch prettier config to @alwatr/nanolib ([adf97f3](https://github.com/Alwatr/nitrobase/commit/adf97f3b4e26088f8e054a349c7f77e07755e7f9))
17
+
18
+ ## [7.10.0](https://github.com/Alwatr/nitrobase/compare/v7.9.0...v7.10.0) (2025-09-21)
19
+
20
+ ### ๐Ÿ› Bug Fixes
21
+
22
+ * add "sideEffects": false to package.json files for better tree-shaking ([cb6f75b](https://github.com/Alwatr/nitrobase/commit/cb6f75b86eb7dba6812aaad5136fcd867e885562))
23
+ * add missing dependencies for delay and logger modules ([514ccbc](https://github.com/Alwatr/nitrobase/commit/514ccbc64a0d7165080ec4ddc5ea90bc04648425))
24
+ * add type imports for nano-build and type-helper in logger files ([6ca3627](https://github.com/Alwatr/nitrobase/commit/6ca362761c0d30a2813369bda49c927960c787f8))
25
+ * remove unused packageTracer import from logger.ts ([44690db](https://github.com/Alwatr/nitrobase/commit/44690dbc6628f65b0ac91c9d96c09beb1c4f2d34))
26
+ * update imports for delay and logger modules ([892a47d](https://github.com/Alwatr/nitrobase/commit/892a47d66611a44078da7319b52b04385f9d0c1e))
27
+ * update imports for logger and delay modules ([615f596](https://github.com/Alwatr/nitrobase/commit/615f596a883714638c469cc1e783edd5da719a7d))
28
+
29
+ ### ๐Ÿ”จ Code Refactoring
30
+
31
+ * update access modifiers to public for class properties and methods in nitrobase and user management ([a988d63](https://github.com/Alwatr/nitrobase/commit/a988d63b61828f6ce360e7179cbaccfa19dc1ae2))
32
+
33
+ ### ๐Ÿงน Miscellaneous Chores
34
+
35
+ * remove Exir Studio sponsorship logo from multiple README files ([506459f](https://github.com/Alwatr/nitrobase/commit/506459fea7d29b97e478da562590dd202ce7e833))
36
+ * remove unused types from tsconfig.json files and update references ([b504ced](https://github.com/Alwatr/nitrobase/commit/b504ced4a8f98de4fe79a2c974937278bd4e46cb))
37
+ * Update license from AGPL-3.0 to MPL-2.0 ([af1746e](https://github.com/Alwatr/nitrobase/commit/af1746ee9a3786c1cb2e0014f138e9f3b7086b8d))
38
+ * update package.json files across all packages for consistency and improved metadata ([647900d](https://github.com/Alwatr/nitrobase/commit/647900d9966f8df275c4e2ef0550c501be38ece0))
39
+
40
+ ### ๐Ÿ”— Dependencies update
41
+
42
+ * update dependencies in package.json files across all packages to latest versions ([72c20ef](https://github.com/Alwatr/nitrobase/commit/72c20efbc1cac9825fb4880772e3fad797d74a23))
43
+
6
44
  ## [7.8.0](https://github.com/Alwatr/nitrobase/compare/v7.7.0...v7.8.0) (2025-03-06)
7
45
 
8
46
  ### Features