Comparing version
@@ -34,3 +34,3 @@ 'use strict'; | ||
this.initialized = false; | ||
this.version = '0.8.8'; | ||
this.version = '0.8.9'; | ||
this.nextId = Math.round(Math.random() * Math.pow(10, 6)); | ||
@@ -37,0 +37,0 @@ this.performanceIndexMetric = undefined; |
@@ -71,3 +71,3 @@ 'use strict'; | ||
MetricsManager.prototype.findOrCreateMetric = function(scope, name, value, unit, op) { | ||
MetricsManager.prototype.findOrCreateMetric = function(scope, name, unit, op) { | ||
var metric = this.findMetric(scope, name); | ||
@@ -74,0 +74,0 @@ if(!metric) { |
{ | ||
"name" : "nodetime", | ||
"version" : "0.8.8", | ||
"version" : "0.8.9", | ||
"description" : "Performance Profiler and Monitor", | ||
@@ -5,0 +5,0 @@ "author": "Nodetime <devops@nodetime.com>", |
Sorry, the diff of this file is not supported yet
138374
-0.01%