@alwatr/dedupe
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -6,2 +6,12 @@ # Change Log | ||
## [1.0.11](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@1.0.10...@alwatr/dedupe@1.0.11) (2024-08-31) | ||
### Bug Fixes | ||
* **dedupe:** duplicate_dedupe not work issue ([bdf6f52](https://github.com/Alwatr/nanolib/commit/bdf6f52bbb3730e6d791f5f1cba9a4ebe2510e34)) by @AliMD | ||
### Code Refactoring | ||
* **dedupe:** prevent throw error on duplicate package and just log it ([9d2b657](https://github.com/Alwatr/nanolib/commit/9d2b6570616c63604b138f2df2e2166afe16c482)) by @AliMD | ||
## [1.0.10](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@1.0.9...@alwatr/dedupe@1.0.10) (2024-08-31) | ||
@@ -8,0 +18,0 @@ |
import type { Dictionary } from '@alwatr/type-helper'; | ||
declare global { | ||
var __dedupe__: true; | ||
var __alwatr_dedupe__: true; | ||
var __package_version__: string; | ||
@@ -5,0 +5,0 @@ } |
{ | ||
"name": "@alwatr/dedupe", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"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).", | ||
@@ -77,3 +77,3 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
}, | ||
"gitHead": "5d81b77988089edb24aa6853d0a98fdeb85dbf77" | ||
"gitHead": "369275b8713f7f8ae1e44fdfddacd5053e38c95c" | ||
} |
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
13809
27