@locker/instrumentation
Advanced tools
Comparing version 0.14.5 to 0.14.6
@@ -47,3 +47,3 @@ /*! | ||
ticketSequence = (ticketSequence + 1) % 1000000000; | ||
return "".concat(ticket); | ||
return `${ticket}`; | ||
} // Locker Activity class | ||
@@ -69,3 +69,3 @@ | ||
this.activityId = "".concat(shared.toString(sandboxKey), "-").concat(getTicket()); | ||
this.activityId = `${shared.toString(sandboxKey)}-${getTicket()}`; | ||
this.nameOrDescription = nameOrDescription; | ||
@@ -119,2 +119,2 @@ this.sandboxKey = sandboxKey; | ||
exports.defaultInstrumentation = defaultInstrumentation; | ||
/*! version: 0.14.5 */ | ||
/*! version: 0.14.6 */ |
@@ -40,3 +40,3 @@ /*! | ||
ticketSequence = (ticketSequence + 1) % 1000000000; | ||
return "".concat(ticket); | ||
return `${ticket}`; | ||
} // Locker Activity class | ||
@@ -62,3 +62,3 @@ | ||
this.activityId = "".concat(toString(sandboxKey), "-").concat(getTicket()); | ||
this.activityId = `${toString(sandboxKey)}-${getTicket()}`; | ||
this.nameOrDescription = nameOrDescription; | ||
@@ -110,2 +110,2 @@ this.sandboxKey = sandboxKey; | ||
export { Activity, Instrumentation, defaultInstrumentation }; | ||
/*! version: 0.14.5 */ | ||
/*! version: 0.14.6 */ |
{ | ||
"name": "@locker/instrumentation", | ||
"version": "0.14.5", | ||
"version": "0.14.6", | ||
"license": "Salesforce Developer Agreement", | ||
@@ -18,3 +18,3 @@ "author": "Salesforce UI Security Team", | ||
"dependencies": { | ||
"@locker/shared": "0.14.5" | ||
"@locker/shared": "0.14.6" | ||
}, | ||
@@ -25,3 +25,3 @@ "files": [ | ||
], | ||
"gitHead": "257009273b0c98354e0fafd9d4e81d16664bad2e" | ||
"gitHead": "905c78f2ced1c181b3b8c838ea045f85aaca87ce" | ||
} |
15767
+ Added@locker/shared@0.14.6(transitive)
- Removed@locker/shared@0.14.5(transitive)
Updated@locker/shared@0.14.6