vite-imagetools
Advanced tools
Comparing version 4.0.9 to 4.0.10
{ | ||
"name": "vite-imagetools", | ||
"description": "Load and transform images using a toolbox of import directives!", | ||
"version": "4.0.9", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"version": "4.0.10", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"homepage": "https://github.com/JonasKruckenberg/imagetools/tree/packages/vite", | ||
"homepage": "https://github.com/JonasKruckenberg/imagetools/tree/main/packages/vite", | ||
"author": "jkruckenberg <iterpre@protonmail.com>", | ||
@@ -29,13 +34,12 @@ "license": "MIT", | ||
"dependencies": { | ||
"@rollup/pluginutils": "^4.1.2", | ||
"imagetools-core": "^3.2.1", | ||
"magic-string": "^0.26.0" | ||
"@rollup/pluginutils": "^5.0.0", | ||
"imagetools-core": "^3.2.2" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-typescript": "^8.3.0", | ||
"@rollup/plugin-typescript": "^9.0.0", | ||
"@types/jest-image-snapshot": "^5.0.0", | ||
"@types/jsdom": "^20.0.0", | ||
"@types/picomatch": "^2.3.0", | ||
"@types/sharp": "^0.30.0", | ||
"@vitest/coverage-c8": "^0.23.0", | ||
"@types/sharp": "^0.31.0", | ||
"@vitest/coverage-c8": "^0.24.0", | ||
"jest-image-snapshot": "^5.0.0", | ||
@@ -49,3 +53,3 @@ "jsdom": "^20.0.0", | ||
"vite": "^3.0.9", | ||
"vitest": "^0.23.0" | ||
"vitest": "^0.24.0" | ||
}, | ||
@@ -52,0 +56,0 @@ "scripts": { |
@@ -21,3 +21,3 @@ # vite-imagetools | ||
> [Read the docs to learn more!](../../docs/README.md) | ||
> [Read the docs to learn more!](https://github.com/JonasKruckenberg/imagetools/blob/main/docs/README.md) | ||
@@ -97,3 +97,3 @@ ## Table of Contents | ||
**`default`** 'public\/**\/*' | ||
**`default`** `'public\/**\/*'` | ||
@@ -109,3 +109,3 @@ ___ | ||
**`default`** '**\/*.{heic,heif,avif,jpeg,jpg,png,tiff,webp,gif}?*' | ||
**`default`** `['**\/*.{heic,heif,avif,jpeg,jpg,png,tiff,webp,gif}', '**\/*.{heic,heif,avif,jpeg,jpg,png,tiff,webp,gif}?*']` | ||
@@ -112,0 +112,0 @@ ___ |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
2
0
38113
282
+ Added@rollup/pluginutils@5.1.4(transitive)
+ Added@types/estree@1.0.6(transitive)
+ Addedpicomatch@4.0.2(transitive)
- Removedmagic-string@^0.26.0
- Removed@rollup/pluginutils@4.2.1(transitive)
- Removedmagic-string@0.26.7(transitive)
- Removedpicomatch@2.3.1(transitive)
- Removedsourcemap-codec@1.4.8(transitive)
Updated@rollup/pluginutils@^5.0.0
Updatedimagetools-core@^3.2.2