vite-plugin-watch-and-run
Advanced tools
Comparing version 1.4.5 to 1.5.0
# @kitql/vite-plugin-watch-and-run | ||
## 1.5.0 | ||
### Minor Changes | ||
- [#545](https://github.com/jycouet/kitql/pull/545) | ||
[`635dc31`](https://github.com/jycouet/kitql/commit/635dc312e13404afc8527289a242ed7e2d5a71b8) | ||
Thanks [@jycouet](https://github.com/jycouet)! - switched to named export | ||
### Patch Changes | ||
- [`47d9f4d`](https://github.com/jycouet/kitql/commit/47d9f4d80d8f57556ace922b73d3a771d2e09e1c) | ||
Thanks [@jycouet](https://github.com/jycouet)! - tweak readme to explain that "KitQL is nothing" | ||
- Updated dependencies | ||
[[`47d9f4d`](https://github.com/jycouet/kitql/commit/47d9f4d80d8f57556ace922b73d3a771d2e09e1c)]: | ||
- @kitql/helpers@0.8.6 | ||
## 1.4.5 | ||
@@ -4,0 +21,0 @@ |
@@ -31,5 +31,5 @@ "use strict"; | ||
__export(lib_exports, { | ||
default: () => watchAndRun, | ||
kindWithPath: () => kindWithPath, | ||
kindWithoutPath: () => kindWithoutPath | ||
kindWithoutPath: () => kindWithoutPath, | ||
watchAndRun: () => watchAndRun | ||
}); | ||
@@ -165,3 +165,3 @@ module.exports = __toCommonJS(lib_exports); | ||
const log = new import_helpers.Log("Watch-and-Run"); | ||
function watchAndRun(params) { | ||
const watchAndRun = (params) => { | ||
return { | ||
@@ -185,2 +185,2 @@ name: "watch-and-run", | ||
}; | ||
} | ||
}; |
@@ -59,4 +59,4 @@ import type { Plugin, ViteDevServer } from 'vite'; | ||
}; | ||
export default function watchAndRun(params: Options[]): Plugin & { | ||
export declare const watchAndRun: (params: Options[]) => Plugin & { | ||
getCheckedConf: () => StateDetail[]; | ||
}; |
@@ -140,3 +140,3 @@ import { cyan, green, Log, magenta, red } from '@kitql/helpers'; | ||
const log = new Log('Watch-and-Run'); | ||
export default function watchAndRun(params) { | ||
export const watchAndRun = (params) => { | ||
return { | ||
@@ -161,2 +161,2 @@ name: 'watch-and-run', | ||
}; | ||
} | ||
}; |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "1.4.5", | ||
"version": "1.5.0", | ||
"license": "MIT", | ||
@@ -18,3 +18,3 @@ "type": "module", | ||
"dependencies": { | ||
"@kitql/helpers": "0.8.5", | ||
"@kitql/helpers": "0.8.6", | ||
"micromatch": "4.0.5" | ||
@@ -21,0 +21,0 @@ }, |
# 👀 vite-plugin-watch-and-run | ||
_Part of [KitQL](https://github.com/jycouet/kitql#kitql), A set of tools to speedrun WebApps!_ | ||
[![](https://img.shields.io/npm/v/vite-plugin-watch-and-run?color=&logo=npm)](https://www.npmjs.com/package/vite-plugin-watch-and-run) | ||
[![](https://img.shields.io/npm/dm/vite-plugin-watch-and-run?&logo=npm)](https://www.npmjs.com/package/vite-plugin-watch-and-run) | ||
@@ -13,1 +14,2 @@ ## 📖 Read the doc | ||
💡 _[KitQL](https://www.kitql.dev/docs) itself is not a library, it's "nothing" but a collection of standalone libraries._ |
33140
14
+ Added@kitql/helpers@0.8.6(transitive)
- Removed@kitql/helpers@0.8.5(transitive)
Updated@kitql/helpers@0.8.6