@alwatr/dedupe
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.1.1](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@1.1.0...@alwatr/dedupe@1.1.1) (2024-10-08) | ||
**Note:** Version bump only for package @alwatr/dedupe | ||
## [1.1.0](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@1.0.14...@alwatr/dedupe@1.1.0) (2024-09-29) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@alwatr/dedupe", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"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,8 +70,8 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"dependencies": { | ||
"@alwatr/global-scope": "^1.1.22", | ||
"@alwatr/package-tracer": "^1.0.0", | ||
"@alwatr/polyfill-has-own": "^1.1.0" | ||
"@alwatr/global-scope": "^1.1.23", | ||
"@alwatr/package-tracer": "^1.0.1", | ||
"@alwatr/polyfill-has-own": "^1.1.1" | ||
}, | ||
"devDependencies": { | ||
"@alwatr/nano-build": "^1.4.0", | ||
"@alwatr/nano-build": "^1.5.0", | ||
"@alwatr/prettier-config": "^1.0.5", | ||
@@ -82,3 +82,3 @@ "@alwatr/tsconfig-base": "^1.3.0", | ||
}, | ||
"gitHead": "cc1ea8b688232dcc60e9ebc904ec5566bc25c1ac" | ||
"gitHead": "41bd9f5a9ffe1f7306b24e63684b1895428f44b0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
52376