Comparing version 3.0.1 to 3.0.2
@@ -25,2 +25,4 @@ /* | ||
import { getPageName } from "./browser/browser"; | ||
// Update this when releasing a new version of the sdk | ||
const SDK_VERSION = "WebTracker 3.0.2"; | ||
export class Kochava { | ||
@@ -163,3 +165,3 @@ // User will use the below factories instead of directly calling | ||
if (!__classPrivateFieldGet(this, _Kochava_instance, "f").version) | ||
__classPrivateFieldGet(this, _Kochava_instance, "f").version = "WebTracker 3.0.0"; | ||
__classPrivateFieldGet(this, _Kochava_instance, "f").version = SDK_VERSION; | ||
switch (wrapperVersion.name) { | ||
@@ -367,4 +369,4 @@ case "Angular": | ||
__classPrivateFieldGet(this, _Kochava_instance, "f").useCookies = __classPrivateFieldGet(this, _Kochava_instance, "f").useCookies || false; | ||
__classPrivateFieldGet(this, _Kochava_instance, "f").version = __classPrivateFieldGet(this, _Kochava_instance, "f").version || "WebTracker 3.0.0"; | ||
__classPrivateFieldGet(this, _Kochava_instance, "f").buildDate = "kbd: 6/10/2022, 10:52:40 AM"; | ||
__classPrivateFieldGet(this, _Kochava_instance, "f").version = __classPrivateFieldGet(this, _Kochava_instance, "f").version || SDK_VERSION; | ||
__classPrivateFieldGet(this, _Kochava_instance, "f").buildDate = "kbd: 7/1/2022, 9:12:07 AM"; | ||
__classPrivateFieldGet(this, _Kochava_instance, "f").kochavaSession = utils.uuidv4().substring(0, 5); | ||
@@ -371,0 +373,0 @@ __classPrivateFieldGet(this, _Kochava_instance, "f").startTimeMS = utils.getCurrTimeMS(); |
{ | ||
"name": "kochava", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"main": "dist/kochava.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
83145
1983