vite-plugin-watch-and-run
Advanced tools
Comparing version 1.6.1 to 1.7.0
# @kitql/vite-plugin-watch-and-run | ||
## 1.7.0 | ||
### Minor Changes | ||
- [`aeb2577`](https://github.com/jycouet/kitql/commit/aeb2577b214a5b8513db01ef2ad2f02d81313d72) Thanks [@jycouet](https://github.com/jycouet)! - fix: vite plugin type to use PluginOption | ||
## 1.6.1 | ||
@@ -4,0 +10,0 @@ |
@@ -1,2 +0,2 @@ | ||
import type { Plugin, ViteDevServer } from 'vite'; | ||
import type { PluginOption, ViteDevServer } from 'vite'; | ||
export type Options = { | ||
@@ -59,4 +59,4 @@ /** | ||
}; | ||
export declare const watchAndRun: (params: Options[]) => Plugin & { | ||
export declare const watchAndRun: (params: Options[]) => PluginOption & { | ||
getCheckedConf: () => StateDetail[]; | ||
}; |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "1.6.1", | ||
"version": "1.7.0", | ||
"license": "MIT", | ||
@@ -10,0 +10,0 @@ "type": "module", |
35068