@alwatr/dedupe
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.1.5](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@1.1.4...@alwatr/dedupe@1.1.5) (2024-10-11) | ||
### Bug Fixes | ||
* use new `global-this` package & remove global type ([63f5a3b](https://github.com/Alwatr/nanolib/commit/63f5a3b07f6d73d0c213cd893a382d5bfe1c4c34)) by @mohammadhonarvar | ||
### Code Refactoring | ||
* prevent side-effects ([01e00e1](https://github.com/Alwatr/nanolib/commit/01e00e191385cc92b28677df0c01a085916ae677)) by @mohammadhonarvar | ||
* use new `global-this` package ([42510b9](https://github.com/Alwatr/nanolib/commit/42510b9ae0e385206a902db093d188949f1cb84e)) by @mohammadhonarvar | ||
## [1.1.4](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@1.1.3...@alwatr/dedupe@1.1.4) (2024-10-11) | ||
@@ -8,0 +19,0 @@ |
import '@alwatr/polyfill-has-own'; | ||
declare global { | ||
var __alwatr_dedupe__: string | true; | ||
} | ||
/** | ||
@@ -6,0 +3,0 @@ * Prevent duplication in any entities like loading node packages. |
{ | ||
"name": "@alwatr/dedupe", | ||
"version": "1.1.4", | ||
"version": "1.1.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).", | ||
@@ -71,5 +71,5 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"dependencies": { | ||
"@alwatr/global-scope": "^1.1.26", | ||
"@alwatr/package-tracer": "^1.0.4", | ||
"@alwatr/polyfill-has-own": "^1.1.4" | ||
"@alwatr/global-this": "^1.0.0", | ||
"@alwatr/package-tracer": "^1.0.5", | ||
"@alwatr/polyfill-has-own": "^1.1.5" | ||
}, | ||
@@ -83,3 +83,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "2a35f99b0347aacdccf3b6f28b30ca902f02a2f1" | ||
"gitHead": "e474bb77657795c7b476fa3e98c219373ee45c2e" | ||
} |
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
55702
141
+ Added@alwatr/global-this@^1.0.0
+ Added@alwatr/global-this@1.0.3(transitive)
- Removed@alwatr/global-scope@^1.1.26
- Removed@alwatr/global-scope@1.1.26(transitive)