@alwatr/dedupe
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -6,2 +6,8 @@ # Change Log | ||
## [1.0.12](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@1.0.11...@alwatr/dedupe@1.0.12) (2024-08-31) | ||
### Miscellaneous Chores | ||
* Update package.json exports for [@alwatr](https://github.com/alwatr) packages ([dacb362](https://github.com/Alwatr/nanolib/commit/dacb362b145e3c51b4aba00ff643687a3fac11d2)) by @ | ||
## [1.0.11](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@1.0.10...@alwatr/dedupe@1.0.11) (2024-08-31) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@alwatr/dedupe", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"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).", | ||
@@ -32,5 +32,5 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
".": { | ||
"types": "./dist/main.d.ts", | ||
"import": "./dist/main.mjs", | ||
"require": "./dist/main.cjs", | ||
"types": "./dist/main.d.ts" | ||
"require": "./dist/main.cjs" | ||
} | ||
@@ -78,3 +78,3 @@ }, | ||
}, | ||
"gitHead": "369275b8713f7f8ae1e44fdfddacd5053e38c95c" | ||
"gitHead": "1f163e85c5f0c769d5dcdf232e8042c64ec1854d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
14131