@aller/blink
Advanced tools
Comparing version 8.24.7-alpha.0 to 8.24.8-alpha.0
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "8.24.7-alpha.0"; | ||
export declare const VERSION = "8.24.8-alpha.0"; | ||
/** | ||
@@ -3,0 +3,0 @@ * The minimum waiting time between each sending of active time events |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ACTIVE_TIME_INITIAL_MOBILE = exports.ACTIVE_TIME_WAIT = exports.VERSION = void 0; | ||
exports.VERSION = '8.24.7-alpha.0'; | ||
exports.VERSION = '8.24.8-alpha.0'; | ||
/** | ||
@@ -6,0 +6,0 @@ * The minimum waiting time between each sending of active time events |
@@ -1,3 +0,3 @@ | ||
import { BlinkEvent } from '../types'; | ||
import { WebVitalsReport } from '../main'; | ||
import type { BlinkEvent } from '../types'; | ||
import type { WebVitalsReport } from '../main'; | ||
import { Page } from '../selectors/get-page-state'; | ||
@@ -4,0 +4,0 @@ export interface PrepareChromeWebVitalsInput { |
{ | ||
"name": "@aller/blink", | ||
"version": "8.24.7-alpha.0", | ||
"version": "8.24.8-alpha.0", | ||
"description": "A library for tracking user behaviour.", | ||
@@ -69,3 +69,3 @@ "main": "lib/main.js", | ||
}, | ||
"gitHead": "e0ff33fa881ad61ea4f751b7e7967b3951b8750a" | ||
"gitHead": "9e01a8a650dc23a008a636b674f8698233545a8a" | ||
} |
@@ -1,2 +0,2 @@ | ||
export const VERSION = '8.24.7-alpha.0'; | ||
export const VERSION = '8.24.8-alpha.0'; | ||
@@ -3,0 +3,0 @@ /** |
import generalData from '../utils/general-data'; | ||
import getIdFromUrl from '../utils/get-id-from-url'; | ||
import { BlinkEvent } from '../types'; | ||
import { WebVitalsReport } from '../main'; | ||
import type { BlinkEvent } from '../types'; | ||
import type { WebVitalsReport } from '../main'; | ||
import { Page } from '../selectors/get-page-state'; | ||
@@ -7,0 +7,0 @@ |
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
811703