kv-test-lib 1.0.23 → 1.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/kochava.d.ts CHANGED
@@ -29,7 +29,7 @@ export interface KochavaInstance {
29
29
  }
30
30
  export declare class Kochava {
31
31
  #private;
32
- constructor();
32
+ private constructor();
33
33
  static create(): Kochava;
34
34
  static createForNode(): Kochava;
35
35
  static createForReact(): Kochava;
package/dist/kochava.js CHANGED
@@ -362,7 +362,7 @@ _Kochava_instance = new WeakMap(), _Kochava_jobQueue = new WeakMap(), _Kochava_i
362
362
  __classPrivateFieldGet(this, _Kochava_instance, "f").disableAutoPage = __classPrivateFieldGet(this, _Kochava_instance, "f").disableAutoPage || false;
363
363
  __classPrivateFieldGet(this, _Kochava_instance, "f").useCookies = __classPrivateFieldGet(this, _Kochava_instance, "f").useCookies || false;
364
364
  __classPrivateFieldGet(this, _Kochava_instance, "f").version = __classPrivateFieldGet(this, _Kochava_instance, "f").version || "WebTracker 3.0.0";
365
- __classPrivateFieldGet(this, _Kochava_instance, "f").buildDate = "kbd: 3/31/2022, 10:50:51 AM";
365
+ __classPrivateFieldGet(this, _Kochava_instance, "f").buildDate = "kbd: 3/31/2022, 10:53:41 AM";
366
366
  __classPrivateFieldGet(this, _Kochava_instance, "f").kochavaSession = utils.uuidv4().substring(0, 5);
367
367
  __classPrivateFieldGet(this, _Kochava_instance, "f").startTimeMS = utils.getCurrTimeMS();
368
368
  __classPrivateFieldGet(this, _Kochava_instance, "f").retryWaterfall = [7, 30, 300, 1800];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "kv-test-lib",
4
- "version": "1.0.23",
4
+ "version": "1.0.24",
5
5
  "main": "dist/kochava.js",
6
6
  "files": [
7
7
  "dist/"