Skip to content

Commit

Permalink
Release v2.6.1 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyj1991 authored Jun 5, 2024
1 parent 0f4e5a8 commit 15f3df8
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.6.0",
"version": "2.6.1",
"description": "node.js addon to output runtime logs",
"bin": {
"xprofctl": "bin/xprofctl"
Expand Down Expand Up @@ -57,7 +57,7 @@
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.11",
"moment": "^2.30.1",
"nan": "^2.18.0",
"nan": "^2.19.0",
"uuid": "^9.0.1",
"yargs": "^17.7.2"
},
Expand All @@ -66,10 +66,10 @@
"autod": "^3.1.2",
"clang-format": "^1.8.0",
"codecov": "^3.8.3",
"eslint": "^8.56.0",
"eslint": "^9.4.0",
"expect.js": "^0.3.1",
"mm": "^3.4.0",
"mocha": "^10.2.0",
"mocha": "^10.4.0",
"nyc": "^15.1.0"
},
"xctlIpcPath": {
Expand Down

0 comments on commit 15f3df8

Please sign in to comment.