Comparing version 1.16.0 to 1.16.1
@@ -119,3 +119,3 @@ import * as _farmfe_core from '@farmfe/core'; | ||
onLoadFilter?: RegExp; | ||
setup?: (build: EsbuildPluginBuild) => void | Promise<void>; | ||
setup?: (build: PluginBuild) => void | Promise<void>; | ||
loader?: Loader | ((code: string, id: string) => Loader); | ||
@@ -122,0 +122,0 @@ config?: (options: BuildOptions) => void; |
{ | ||
"name": "unplugin", | ||
"type": "commonjs", | ||
"version": "1.16.0", | ||
"version": "1.16.1", | ||
"packageManager": "pnpm@8.15.9", | ||
@@ -6,0 +6,0 @@ "description": "Unified plugin system for build tools", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
192604