File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ var debug = require('debug')('risingstack/trace')
22var v8profiler
33
44try {
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 = {
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments