vite-plugin-watch-and-run
Advanced tools
Comparing version 1.4.2 to 1.4.3
# @kitql/vite-plugin-watch-and-run | ||
## 1.4.3 | ||
### Patch Changes | ||
- [#442](https://github.com/jycouet/kitql/pull/442) | ||
[`9f047fd`](https://github.com/jycouet/kitql/commit/9f047fdb99073cd1d1b2f02727330759b1dc25df) | ||
Thanks [@jycouet](https://github.com/jycouet)! - add types in package.json for cjs | ||
- Updated dependencies | ||
[[`9f047fd`](https://github.com/jycouet/kitql/commit/9f047fdb99073cd1d1b2f02727330759b1dc25df)]: | ||
- @kitql/helpers@0.8.4 | ||
## 1.4.2 | ||
@@ -4,0 +16,0 @@ |
@@ -36,5 +36,5 @@ "use strict"; | ||
module.exports = __toCommonJS(lib_exports); | ||
var import_node_child_process = require("node:child_process"); | ||
var import_helpers = require("@kitql/helpers"); | ||
var import_micromatch = __toESM(require("micromatch"), 1); | ||
var import_node_child_process = require("node:child_process"); | ||
const nbOverlap = (a1, a2) => { | ||
@@ -41,0 +41,0 @@ return a1.filter((value) => a2?.includes(value)).length; |
@@ -1,4 +0,4 @@ | ||
import { spawn } from 'node:child_process'; | ||
import { cyan, green, Log, magenta, red } from '@kitql/helpers'; | ||
import micromatch from 'micromatch'; | ||
import { spawn } from 'node:child_process'; | ||
const nbOverlap = (a1, a2) => { | ||
@@ -5,0 +5,0 @@ return a1.filter(value => a2?.includes(value)).length; |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"license": "MIT", | ||
@@ -18,8 +18,8 @@ "type": "module", | ||
"dependencies": { | ||
"@kitql/helpers": "0.8.3", | ||
"@kitql/helpers": "0.8.4", | ||
"micromatch": "4.0.5" | ||
}, | ||
"sideEffects": false, | ||
"svelte": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"svelte": "./esm/index.js", | ||
"types": "./esm/index.d.ts", | ||
"exports": { | ||
@@ -26,0 +26,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
31100
+ Added@kitql/helpers@0.8.4(transitive)
- Removed@kitql/helpers@0.8.3(transitive)
Updated@kitql/helpers@0.8.4