Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
Commits:

  - [bfe59c1] feat: support http profiling (#215)
  - [85065b8] refactor: config (#214)
  - [ea2e7f8] fix: avoid copying constant strings (#212)
  - [5b157fe] fix: remove unused dump action field (#211)
  - [840df2a] refactor: consolidate dump actions (#210)
  - [289770f] refactor: js bindings (#209)

PR-URL: #216
  • Loading branch information
hyj1991 authored Dec 11, 2022
1 parent bfe59c1 commit dfab18f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xprofiler",
"version": "2.3.0",
"version": "2.4.0",
"description": "node.js addon to output runtime logs",
"bin": {
"xprofctl": "bin/xprofctl"
Expand Down Expand Up @@ -59,16 +59,16 @@
"moment": "^2.29.4",
"nan": "^2.17.0",
"uuid": "^9.0.0",
"yargs": "^17.6.0"
"yargs": "^17.6.2"
},
"devDependencies": {
"@istanbuljs/schema": "^0.1.3",
"autod": "^3.1.2",
"clang-format": "^1.8.0",
"codecov": "^3.8.3",
"eslint": "^8.26.0",
"eslint": "^8.29.0",
"expect.js": "^0.3.1",
"mm": "^3.2.0",
"mm": "^3.2.1",
"mocha": "^10.1.0",
"nyc": "^15.1.0"
},
Expand Down

0 comments on commit dfab18f

Please sign in to comment.