vite-plugin-watch-and-run
Advanced tools
Comparing version 1.4.1 to 1.4.2-next.0
# @kitql/vite-plugin-watch-and-run | ||
## 1.4.2-next.0 | ||
### Patch Changes | ||
- [#432](https://github.com/jycouet/kitql/pull/432) | ||
[`8e75e6d`](https://github.com/jycouet/kitql/commit/8e75e6d8f649e183d96577ed0280a9960ec13c0c) | ||
Thanks [@jycouet](https://github.com/jycouet)! - add cjs option | ||
- Updated dependencies | ||
[[`8e75e6d`](https://github.com/jycouet/kitql/commit/8e75e6d8f649e183d96577ed0280a9960ec13c0c)]: | ||
- @kitql/helpers@0.8.3-next.0 | ||
## 1.4.1 | ||
@@ -4,0 +16,0 @@ |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "1.4.1", | ||
"version": "1.4.2-next.0", | ||
"license": "MIT", | ||
@@ -18,3 +18,3 @@ "type": "module", | ||
"dependencies": { | ||
"@kitql/helpers": "0.8.2", | ||
"@kitql/helpers": "0.8.3-next.0", | ||
"micromatch": "4.0.5" | ||
@@ -27,5 +27,6 @@ }, | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js", | ||
"svelte": "./dist/index.js" | ||
"require": "./cjs/index.js", | ||
"types": "./esm/index.d.ts", | ||
"default": "./esm/index.js", | ||
"svelte": "./esm/index.js" | ||
} | ||
@@ -32,0 +33,0 @@ }, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
29737
8
404
2
1
+ Added@kitql/helpers@0.8.3-next.0(transitive)
- Removed@kitql/helpers@0.8.2(transitive)
Updated@kitql/helpers@0.8.3-next.0