@alwatr/package-tracer
Advanced tools
Comparing version 1.0.8 to 5.0.0
@@ -6,2 +6,37 @@ # Change Log | ||
## 5.0.0 (2024-11-02) | ||
### ⚠ BREAKING CHANGES | ||
* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. | ||
### Features | ||
* **package-trace:** add a new package ([7bdf8e2](https://github.com/Alwatr/nanolib/commit/7bdf8e2e7a142ab70b10a3aeca3d2bf1a39db58a)) by @ | ||
### Bug Fixes | ||
* **package-tracer:** strict types ([3c9c6c3](https://github.com/Alwatr/nanolib/commit/3c9c6c32255ee7bb0131069b3ac2f043e173c640)) by @ | ||
### Code Refactoring | ||
* **package-tracer:** add some new `function`s & improve the code style ([207af08](https://github.com/Alwatr/nanolib/commit/207af08d5632ed5b435428904cd5cafcf8b12cb2)) by @ | ||
* **package-tracer:** Improve package tracking functionality ([5be7132](https://github.com/Alwatr/nanolib/commit/5be7132d2275e028cc88155d32960e05da22726f)) by @ | ||
* prevent side-effects ([01e00e1](https://github.com/Alwatr/nanolib/commit/01e00e191385cc92b28677df0c01a085916ae677)) by @ | ||
* update Dictionary type definitions ([c94cbc4](https://github.com/Alwatr/nanolib/commit/c94cbc4523864e2cc47828ccf5508b68945ac2b8)) by @ | ||
* use new type-helper global types and remove all import types ([08b5d08](https://github.com/Alwatr/nanolib/commit/08b5d08c03c7c315382337239de0426462f384b8)) by @ | ||
* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ | ||
### Miscellaneous Chores | ||
* fix versions ([497a6d8](https://github.com/Alwatr/nanolib/commit/497a6d81ae5989e566e96d498fc5f1b6c80193ae)) by @ | ||
* include LICENSE and LEGAL files to publish ([09f366f](https://github.com/Alwatr/nanolib/commit/09f366f680bfa9fb26acb2cd1ccbc68c5a9e9ad8)) by @ | ||
* **package-tracer:** change the license to AGPL-3.0 ([ff6e45e](https://github.com/Alwatr/nanolib/commit/ff6e45e2fcbfb69446ce002642f4819ff42fa6b9)) by @ | ||
* Remove old CHANGELOG.md file ([bdca0ca](https://github.com/Alwatr/nanolib/commit/bdca0ca847005a9af5668e23dac1937b2bab4a7b)) by @ | ||
### Dependencies update | ||
* bump the development-dependencies group with 10 updates ([fa4aaf0](https://github.com/Alwatr/nanolib/commit/fa4aaf04c907ecae06aa14000ce35216170c15ad)) by @ | ||
* **package-tracer:** update ([2f4e68a](https://github.com/Alwatr/nanolib/commit/2f4e68a1bc6418d014c8c93740bf0157327d5c05)) by @ | ||
## [1.0.8](https://github.com/Alwatr/nanolib/compare/@alwatr/package-tracer@1.0.7...@alwatr/package-tracer@1.0.8) (2024-11-02) | ||
@@ -8,0 +43,0 @@ |
{ | ||
"name": "@alwatr/package-tracer", | ||
"version": "1.0.8", | ||
"version": "5.0.0", | ||
"description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.", | ||
@@ -70,9 +70,9 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"devDependencies": { | ||
"@alwatr/nano-build": "^2.0.4", | ||
"@alwatr/prettier-config": "^1.0.6", | ||
"@alwatr/tsconfig-base": "^1.3.3", | ||
"@alwatr/type-helper": "^2.0.3", | ||
"@alwatr/nano-build": "^5.0.0", | ||
"@alwatr/prettier-config": "^5.0.0", | ||
"@alwatr/tsconfig-base": "^5.0.0", | ||
"@alwatr/type-helper": "^5.0.0", | ||
"typescript": "^5.6.3" | ||
}, | ||
"gitHead": "5aecc962a161034aa9213dcc5fb3c1cece9eaca2" | ||
"gitHead": "7d12943fafa8ef50636346e66ff56c50e2fd0c72" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56177