vite-plugin-watch-and-run
Advanced tools
Comparing version 1.3.0-exp.1 to 1.3.0-exp.2
# @kitql/vite-plugin-watch-and-run | ||
## 1.3.0-exp.2 | ||
### Patch Changes | ||
- [#384](https://github.com/jycouet/kitql/pull/384) | ||
[`e6ae461`](https://github.com/jycouet/kitql/commit/e6ae4610268c403c0526ec73bd91961f8dd819ea) | ||
Thanks [@jycouet](https://github.com/jycouet)! - export default | ||
- Updated dependencies | ||
[[`e6ae461`](https://github.com/jycouet/kitql/commit/e6ae4610268c403c0526ec73bd91961f8dd819ea)]: | ||
- @kitql/helper@0.8.0-exp.1 | ||
## 1.3.0-exp.1 | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "vite-plugin-watch-and-run", | ||
"description": "vite-plugin that will watch some files and run a package.json script on change", | ||
"version": "1.3.0-exp.1", | ||
"version": "1.3.0-exp.2", | ||
"license": "MIT", | ||
@@ -17,3 +17,3 @@ "type": "module", | ||
"dependencies": { | ||
"@kitql/helper": "0.8.0-exp.0", | ||
"@kitql/helper": "0.8.0-exp.1", | ||
"micromatch": "4.0.5" | ||
@@ -27,2 +27,3 @@ }, | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js", | ||
"svelte": "./dist/index.js" | ||
@@ -29,0 +30,0 @@ } |
19793
+ Added@kitql/helper@0.8.0-exp.1(transitive)
- Removed@kitql/helper@0.8.0-exp.0(transitive)
Updated@kitql/helper@0.8.0-exp.1