Skip to content

Commit

Permalink
chore: update listhen
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 2, 2023
1 parent da225b9 commit 7fc1d8b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 113 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dev": "vitest",
"lint": "eslint --cache --ext .ts,.js,.mjs,.cjs . && prettier -c src test playground",
"lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src test playground -w",
"play": "listhen ./playground/app.ts",
"play": "listhen -w ./playground/app.ts",
"profile": "0x -o -D .profile -P 'autocannon -c 100 -p 10 -d 40 http://localhost:$PORT' ./playground/server.cjs",
"release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
"release-rc": "pnpm test && pnpm build && changelogen --release --prerelease rc --push --publish --publishTag rc",
Expand Down Expand Up @@ -55,7 +55,7 @@
"express": "^4.18.2",
"get-port": "^7.0.0",
"jiti": "^1.19.1",
"listhen": "^1.2.0",
"listhen": "^1.2.2",
"node-fetch-native": "^1.2.0",
"prettier": "^3.0.0",
"supertest": "^6.3.3",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"dependencies": {
"h3": "^1.8.0-rc.2",
"listhen": "^1.2.0"
"listhen": "^1.2.2"
}
}
123 changes: 13 additions & 110 deletions pnpm-lock.yaml

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

0 comments on commit 7fc1d8b

Please sign in to comment.