vite-imagetools
Advanced tools
Comparing version 4.0.0 to 4.0.1
# Change Log | ||
## 4.0.1 | ||
### Patch Changes | ||
- e6ed3a8: re-add cloned image fix that got lost during merging | ||
- e58e2cb: Remove `icc` metadata when `removeMetadata` is set to true. | ||
- Updated dependencies [e58e2cb] | ||
- imagetools-core@3.0.1 | ||
## 4.0.0 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "vite-imagetools", | ||
"description": "Load and transform images using a toolbox of import directives!", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"main": "dist/index.cjs", | ||
@@ -36,3 +36,3 @@ "module": "dist/index.mjs", | ||
"@rollup/pluginutils": "^4.1.1", | ||
"imagetools-core": "^3.0.0", | ||
"imagetools-core": "^3.0.1", | ||
"magic-string": "^0.25.7" | ||
@@ -39,0 +39,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
35466
Updatedimagetools-core@^3.0.1