bv-ui-core
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -1,7 +0,5 @@ | ||
var marks = {}; | ||
var timeline = []; | ||
module.exports = { | ||
marks: marks, | ||
timeline: timeline | ||
}; |
@@ -11,1 +11,2 @@ /** | ||
module.exports.mark = require('./mark.js').mark; | ||
module.exports.measure = require('./measure.js').measure; |
@@ -10,3 +10,2 @@ /** | ||
var perfNow = require('./now.js'); | ||
var marks = require('./entries').marks; | ||
var timeline = require('./entries').timeline; | ||
@@ -84,5 +83,3 @@ | ||
// Push the record to the marks list and timeline | ||
marks[name] = marks[name] || []; | ||
marks[name].push(record.startTime); | ||
// Push the record to the timeline | ||
timeline.push(record); | ||
@@ -89,0 +86,0 @@ } |
@@ -10,2 +10,3 @@ /** | ||
CH: true, // Switzerland | ||
CY: true, // Republic of Cyprus | ||
CZ: true, // Czech Republic | ||
@@ -25,5 +26,7 @@ DE: true, // Germany | ||
IT: true, // Italy | ||
LI: true, // Liechtenstein | ||
LT: true, // Lithuania | ||
LU: true, // Luxembourg | ||
LV: true, // Latvia | ||
MT: true, // Malta | ||
NL: true, // Netherlands | ||
@@ -30,0 +33,0 @@ NO: true, // Norway |
{ | ||
"name": "bv-ui-core", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"license": "Apache 2.0", | ||
@@ -5,0 +5,0 @@ "description": "Bazaarvoice UI-related JavaScript", |
@@ -31,2 +31,6 @@ /** | ||
it('exposes a measure function', function () { | ||
expect(perfModule.measure).to.be.a('function'); | ||
}); | ||
}); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
223242
112
5219