swc-plugin-coverage-instrument
Advanced tools
Comparing version 0.0.21 to 0.0.22
{ | ||
"name": "swc-plugin-coverage-instrument", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "SWC coverage instrumentation plugin", | ||
@@ -62,18 +62,19 @@ "main": "./target/wasm32-wasi/release/swc_plugin_coverage.wasm", | ||
"@swc/core": "^1.4.0", | ||
"@taplo/cli": "^0.4.2", | ||
"@taplo/cli": "^0.7.0", | ||
"@types/chai": "^4.3.3", | ||
"@types/js-yaml": "^4.0.5", | ||
"@types/lodash.clone": "^4.5.6", | ||
"@types/mocha": "^9.1.0", | ||
"@types/node": "^18.6.5", | ||
"@types/mocha": "^10.0.7", | ||
"@types/node": "^20.14.9", | ||
"chai": "^4.3.6", | ||
"cross-env": "^7.0.3", | ||
"husky": "^8.0.1", | ||
"husky": "^9.0.11", | ||
"js-yaml": "^4.1.0", | ||
"lint-staged": "^13.0.3", | ||
"lint-staged": "^15.2.7", | ||
"lodash.clone": "^4.5.0", | ||
"mocha": "^10.0.0", | ||
"mocha": "^10.6.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.6.0", | ||
"typescript": "^4.6.2" | ||
"prettier": "^3.3.2", | ||
"typescript": "^5.5.3", | ||
"wasm-pack": "^0.13.0" | ||
}, | ||
@@ -80,0 +81,0 @@ "lint-staged": { |
Sorry, the diff of this file is not supported yet
6235050
20