Comparing version 8.0.2-dev.1568ca9 to 8.0.2-dev.b6420eb
{ | ||
"name": "zx", | ||
"version": "8.0.2-dev.1568ca9", | ||
"version": "8.0.2-dev.b6420eb", | ||
"description": "A tool for writing better scripts", | ||
@@ -65,4 +65,6 @@ "type": "module", | ||
"build:dts": "tsc --project tsconfig.prod.json && node scripts/build-dts.mjs", | ||
"test": "npm run build && npm run test:unit && npm run test:types && npm run test:license", | ||
"pretest": "npm run build", | ||
"test": "npm run test:unit && npm run test:types && npm run test:license", | ||
"test:unit": "node ./test/all.test.js", | ||
"test:circular": "madge --circular src/*", | ||
"test:types": "tsd", | ||
@@ -75,3 +77,2 @@ "test:license": "node ./test/extra.test.js", | ||
"coverage": "c8 -x build/vendor.cjs -x build/esblib.cjs -x 'test/**' -x scripts --check-coverage npm test", | ||
"circular": "madge --circular src/*", | ||
"version": "cat package.json | fx .version" | ||
@@ -81,3 +82,3 @@ }, | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/node": ">=20.12.8" | ||
"@types/node": ">=20.12.10" | ||
}, | ||
@@ -96,4 +97,4 @@ "devDependencies": { | ||
"dts-bundle-generator": "^9.5.1", | ||
"esbuild": "^0.20.2", | ||
"esbuild-node-externals": "^1.13.0", | ||
"esbuild": "^0.21.0", | ||
"esbuild-node-externals": "^1.13.1", | ||
"esbuild-plugin-utils": "^0.0.1", | ||
@@ -107,3 +108,3 @@ "esbuild-plugin-entry-chunks": "^0.1.14", | ||
"globby": "^14.0.1", | ||
"madge": "^6.1.0", | ||
"madge": "^7.0.0", | ||
"minimist": "^1.2.8", | ||
@@ -110,0 +111,0 @@ "node-abort-controller": "^3.1.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
885719
24163