Skip to content

Commit 137895c

Browse files
authored
fix(package): use @risingstack/v8-profiler for node v7 fixes
1 parent ff32186 commit 137895c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/optionalDependencies/v8-profiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var debug = require('debug')('risingstack/trace')
22
var v8profiler
33

44
try {
5-
v8profiler = require('v8-profiler')
5+
v8profiler = require('@risingstack/v8-profiler')
66
} catch (ex) {
77
debug('error: [trace]', 'v8-profiler couldn\'t be required, possibly a compiler issue - continuing')
88
v8profiler = {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
"url": "https://github.com/RisingStack/trace-nodejs/issues"
4444
},
4545
"dependencies": {
46-
"bl": "1.1.2",
46+
"bl": "1.2.0",
4747
"continuation-local-storage": "3.2.0",
48-
"debug": "2.3.3",
48+
"debug": "2.6.0",
4949
"https-proxy-agent": "1.0.0",
5050
"js-yaml": "3.7.0",
5151
"json-stringify-safe": "5.0.1",
@@ -66,7 +66,7 @@
6666
"microtime": "2.1.2",
6767
"event-loop-stats": "1.0.0",
6868
"gc-stats": "1.0.0",
69-
"v8-profiler": "5.6.5"
69+
"@risingstack/v8-profiler": "5.7.0"
7070
},
7171
"devDependencies": {
7272
"chai": "3.5.0",

0 commit comments

Comments
 (0)