vite-imagetools
Advanced tools
Comparing version 6.2.5 to 6.2.6
@@ -1,2 +0,2 @@ | ||
import { Plugin } from 'vite'; | ||
import type { Plugin } from 'vite'; | ||
import type { VitePluginOptions } from './types.js'; | ||
@@ -3,0 +3,0 @@ export type { Include, Exclude, DefaultDirectives, ExtendTransforms, ExtendOutputFormats, ResolveConfigs, VitePluginOptions } from './types.js'; |
@@ -1,4 +0,4 @@ | ||
import { ImageConfig } from 'imagetools-core'; | ||
import { Sharp } from 'sharp'; | ||
import type { ImageConfig } from 'imagetools-core'; | ||
import type { Sharp } from 'sharp'; | ||
export declare const createBasePath: (base?: string) => string; | ||
export declare function generateImageID(url: URL, config: ImageConfig, originalImage: Sharp): Promise<string>; |
{ | ||
"name": "vite-imagetools", | ||
"description": "Load and transform images using a toolbox of import directives!", | ||
"version": "6.2.5", | ||
"version": "6.2.6", | ||
"type": "module", | ||
@@ -33,3 +33,3 @@ "types": "dist/index.d.ts", | ||
"@rollup/pluginutils": "^5.0.5", | ||
"imagetools-core": "^6.0.1" | ||
"imagetools-core": "^6.0.2" | ||
}, | ||
@@ -44,3 +44,3 @@ "devDependencies": { | ||
"jest-image-snapshot": "^6.2.0", | ||
"jsdom": "^22.1.0", | ||
"jsdom": "^23.0.0", | ||
"picomatch": "^3.0.0", | ||
@@ -53,3 +53,3 @@ "rollup": "^4.5.0", | ||
"vitest": "^0.34.0", | ||
"imagetools-core": "^6.0.1" | ||
"imagetools-core": "^6.0.2" | ||
}, | ||
@@ -56,0 +56,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
34941
Updatedimagetools-core@^6.0.2