vite-plugin-watch-and-run
Advanced tools
Comparing version 1.7.0 to 1.7.1
# @kitql/vite-plugin-watch-and-run | ||
## 1.7.1 | ||
### Patch Changes | ||
- [#721](https://github.com/jycouet/kitql/pull/721) | ||
[`dabca51`](https://github.com/jycouet/kitql/commit/dabca5188a1a8ab08c1d0dee7ad671f94b9d83ad) | ||
Thanks [@jycouet](https://github.com/jycouet)! - bump micromatch to fix 2 moderate severity | ||
vulnerabilities | ||
- Updated dependencies | ||
[[`53804e4`](https://github.com/jycouet/kitql/commit/53804e44e6ae3ba8e0de54a2de87cae4f4e32437)]: | ||
- @kitql/helpers@0.8.10 | ||
## 1.7.0 | ||
@@ -7,3 +20,4 @@ | ||
- [`aeb2577`](https://github.com/jycouet/kitql/commit/aeb2577b214a5b8513db01ef2ad2f02d81313d72) Thanks [@jycouet](https://github.com/jycouet)! - fix: vite plugin type to use PluginOption | ||
- [`aeb2577`](https://github.com/jycouet/kitql/commit/aeb2577b214a5b8513db01ef2ad2f02d81313d72) | ||
Thanks [@jycouet](https://github.com/jycouet)! - fix: vite plugin type to use PluginOption | ||
@@ -14,5 +28,8 @@ ## 1.6.1 | ||
- [#629](https://github.com/jycouet/kitql/pull/629) [`f474d6f`](https://github.com/jycouet/kitql/commit/f474d6f7b4a1aefefb5eed9dce98bec226ea0310) Thanks [@jycouet](https://github.com/jycouet)! - bump internals | ||
- [#629](https://github.com/jycouet/kitql/pull/629) | ||
[`f474d6f`](https://github.com/jycouet/kitql/commit/f474d6f7b4a1aefefb5eed9dce98bec226ea0310) | ||
Thanks [@jycouet](https://github.com/jycouet)! - bump internals | ||
- Updated dependencies [[`f474d6f`](https://github.com/jycouet/kitql/commit/f474d6f7b4a1aefefb5eed9dce98bec226ea0310)]: | ||
- Updated dependencies | ||
[[`f474d6f`](https://github.com/jycouet/kitql/commit/f474d6f7b4a1aefefb5eed9dce98bec226ea0310)]: | ||
- @kitql/helpers@0.8.9 | ||
@@ -19,0 +36,0 @@ |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"license": "MIT", | ||
@@ -18,4 +18,4 @@ "type": "module", | ||
"dependencies": { | ||
"@kitql/helpers": "0.8.9", | ||
"micromatch": "4.0.5" | ||
"@kitql/helpers": "0.8.10", | ||
"micromatch": "4.0.8" | ||
}, | ||
@@ -27,6 +27,6 @@ "sideEffects": false, | ||
".": { | ||
"types": "./esm/index.d.ts", | ||
"require": "./cjs/index.js", | ||
"types": "./esm/index.d.ts", | ||
"default": "./esm/index.js", | ||
"svelte": "./esm/index.js" | ||
"svelte": "./esm/index.js", | ||
"default": "./esm/index.js" | ||
} | ||
@@ -33,0 +33,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35516
+ Added@kitql/helpers@0.8.10(transitive)
+ Addedmicromatch@4.0.8(transitive)
- Removed@kitql/helpers@0.8.9(transitive)
- Removedmicromatch@4.0.5(transitive)
Updated@kitql/helpers@0.8.10
Updatedmicromatch@4.0.8