Skip to content

Commit

Permalink
perf: update zx to 8.1.5 dev
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Aug 28, 2024
1 parent 37c6624 commit 183838f
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 26 deletions.
61 changes: 39 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zx-extra",
"version": "3.0.19",
"version": "3.0.17",
"description": "zx with some useful extras",
"main": "./src/main/js/index.mjs",
"types": "./src/main/js/index.d.ts",
Expand All @@ -10,6 +10,7 @@
},
"scripts": {
"build": "echo 'No build required' && exit 0",
"build:js": "tsc --project tsconfig.json --outDir ./target/js",
"test": "PATH=$(env -i bash -c 'echo $PATH') node ./src/main/js/cli.mjs ./src/test/js/test.mjs --quiet",
"test:cov": "c8 npm run test && c8 report -r lcov",
"test:bun": "bun ./src/main/js/cli.mjs ./src/test/js/test.mjs --quiet",
Expand Down Expand Up @@ -41,16 +42,17 @@
"dependencies": {
"@qiwi/deep-proxy": "^3.0.0",
"@types/ip": "^1.1.3",
"@types/node": "^20.14.9",
"@types/node": "^22.5.1",
"@types/semver": "^7.5.8",
"globby-cp": "^1.3.0",
"ini": "^4.1.3",
"ip": "^2.0.1",
"is-reachable": "^5.2.1",
"semver": "^7.6.2",
"semver": "^7.6.3",
"ssri": "^10.0.6",
"tempy": "^3.1.0",
"zx": "8.1.4"
"zx": "8.1.5-dev.92aede5",
"typescript": "^5.5.4"
},
"devDependencies": {
"c8": "^10.1.2"
Expand Down

0 comments on commit 183838f

Please sign in to comment.