@alwatr/dedupe
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -6,2 +6,8 @@ # Change Log | ||
## [1.0.5](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@1.0.4...@alwatr/dedupe@1.0.5) (2024-01-31) | ||
### Miscellaneous Chores | ||
* **deps:** update ([1a45030](https://github.com/Alwatr/nanolib/commit/1a450305440b710a300787d4ca24b1ed8c6a39d7)) by @AliMD | ||
## [1.0.4](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@1.0.3...@alwatr/dedupe@1.0.4) (2024-01-24) | ||
@@ -27,6 +33,6 @@ | ||
* __package_version__ global type ([de8a3f9](https://github.com/Alwatr/nanolib/commit/de8a3f93bdb5a786c42f56324072b4b9520ce3a1)) by @ | ||
- `__package_version__` global type ([de8a3f9](https://github.com/Alwatr/nanolib/commit/de8a3f93bdb5a786c42f56324072b4b9520ce3a1)) by @ | ||
### Features | ||
* **dedupe:** new package ([77fcdf6](https://github.com/Alwatr/nanolib/commit/77fcdf6fc8701910a7d503b7fba89fd284f36833)) by @ | ||
- **dedupe:** new package ([77fcdf6](https://github.com/Alwatr/nanolib/commit/77fcdf6fc8701910a7d503b7fba89fd284f36833)) by @ |
{ | ||
"name": "@alwatr/dedupe", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A package manager helper tool for debug list of defined (imported) packages in your ecosystem and prevent to duplicate import (install) multiple versions of the same package in your project (deduplicate packages).", | ||
@@ -70,10 +70,10 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"devDependencies": { | ||
"@alwatr/nano-build": "^1.3.2", | ||
"@alwatr/nano-build": "^1.3.3", | ||
"@alwatr/prettier-config": "^1.0.4", | ||
"@alwatr/tsconfig-base": "^1.1.1", | ||
"@alwatr/type-helper": "^1.2.0", | ||
"@types/node": "^20.11.6", | ||
"@alwatr/tsconfig-base": "^1.1.2", | ||
"@alwatr/type-helper": "^1.2.1", | ||
"@types/node": "^20.11.13", | ||
"typescript": "^5.3.3" | ||
}, | ||
"gitHead": "3486060abc5f331a3b8c78da7f1d671ba1139b5d" | ||
"gitHead": "54726b7ac06d4a6ffb42731b58e8d976de1211bd" | ||
} |
@@ -13,3 +13,3 @@ # Dedupe | ||
You can use __package_version__ to automatically obtain the version of the package if you are using @alwatr/nano-build to build your package. | ||
You can use `__package_version__` to automatically obtain the version of the package if you are using @alwatr/nano-build to build your package. | ||
@@ -16,0 +16,0 @@ ```ts |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
10304