vite-plugin-watch-and-run
Advanced tools
Comparing version 1.3.0-exp.3 to 1.3.0
# @kitql/vite-plugin-watch-and-run | ||
## 1.3.0 | ||
### Minor Changes | ||
- [#382](https://github.com/jycouet/kitql/pull/382) | ||
[`55a08b1`](https://github.com/jycouet/kitql/commit/55a08b1d9010f425c44568ec06939e7a0db220fa) | ||
Thanks [@jycouet](https://github.com/jycouet)! - add viteDevServer in run() args | ||
- Updated dependencies | ||
[[`2cd7b4d`](https://github.com/jycouet/kitql/commit/2cd7b4d97694035974cfdb838138339fccc1daf3), | ||
[`2bc230a`](https://github.com/jycouet/kitql/commit/2bc230ab57566ab480fd1d945197f4ca86f091b0), | ||
[`e6ae461`](https://github.com/jycouet/kitql/commit/e6ae4610268c403c0526ec73bd91961f8dd819ea)]: | ||
- @kitql/helpers@0.8.0 | ||
## 1.3.0-exp.3 | ||
@@ -4,0 +18,0 @@ |
import { spawn } from 'node:child_process'; | ||
import { cyan, green, Log, magenta, red } from '@kitql/helper'; | ||
import { cyan, green, Log, magenta, red } from '@kitql/helpers'; | ||
import micromatch from 'micromatch'; | ||
@@ -4,0 +4,0 @@ const nbOverlap = (a1, a2) => { |
{ | ||
"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.3", | ||
"version": "1.3.0", | ||
"license": "MIT", | ||
@@ -13,7 +13,4 @@ "type": "module", | ||
}, | ||
"peerDependencies": { | ||
"svelte": "^4.0.0" | ||
}, | ||
"dependencies": { | ||
"@kitql/helper": "0.8.0-exp.2", | ||
"@kitql/helpers": "0.8.0", | ||
"micromatch": "4.0.5" | ||
@@ -20,0 +17,0 @@ }, |
@@ -1,9 +0,5 @@ | ||
# KitQL - vite-plugin-watch-and-run | ||
# ⚡vite-plugin-watch-and-run | ||
[KitQL](https://github.com/jycouet/kitql#kitql), _A set of tools, helping **you** building efficient apps in a fast way._ | ||
_Part of [KitQL](https://github.com/jycouet/kitql#kitql), a set of tools helping **you** building efficient apps in a fast way._ | ||
<p align="center"> | ||
<img src="../../logo.svg" width="100" /> | ||
</p> | ||
## Check the [⚡Doc⚡](https://kitql.dev/docs/setup/03_vite-plugin-watch-and-run) | ||
### 👉 Check the [⚡Doc⚡](https://kitql.dev/docs/setup/03_vite-plugin-watch-and-run) |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
20462
2
1
6
+ Added@kitql/helpers@0.8.0
+ Added@kitql/helpers@0.8.0(transitive)
- Removed@kitql/helper@0.8.0-exp.2
- Removed@ampproject/remapping@2.3.0(transitive)
- Removed@jridgewell/gen-mapping@0.3.8(transitive)
- Removed@jridgewell/resolve-uri@3.1.2(transitive)
- Removed@jridgewell/set-array@1.2.1(transitive)
- Removed@jridgewell/sourcemap-codec@1.5.0(transitive)
- Removed@jridgewell/trace-mapping@0.3.25(transitive)
- Removed@kitql/helper@0.8.0-exp.2(transitive)
- Removed@types/estree@1.0.6(transitive)
- Removedacorn@8.14.0(transitive)
- Removedaria-query@5.3.2(transitive)
- Removedaxobject-query@4.1.0(transitive)
- Removedcode-red@1.0.4(transitive)
- Removedcss-tree@2.3.1(transitive)
- Removedestree-walker@3.0.3(transitive)
- Removedis-reference@3.0.3(transitive)
- Removedlocate-character@3.0.0(transitive)
- Removedmagic-string@0.30.17(transitive)
- Removedmdn-data@2.0.30(transitive)
- Removedperiscopic@3.1.0(transitive)
- Removedsource-map-js@1.2.1(transitive)
- Removedsvelte@4.2.19(transitive)