posthog-js-lite
Advanced tools
Comparing version 2.6.0 to 2.6.1
@@ -0,1 +1,5 @@ | ||
# 2.6.1 - 2024-02-06 | ||
1. Swapped to `uuidv7` for unique ID generation | ||
# 2.6.0 - 2024-01-18 | ||
@@ -2,0 +6,0 @@ |
@@ -9,5 +9,4 @@ export declare function assert(truthyValue: any, message: string): void; | ||
export declare function retriable<T>(fn: () => Promise<T>, props?: RetriableOptions): Promise<T>; | ||
export declare function generateUUID(globalThis?: any): string; | ||
export declare function currentTimestamp(): number; | ||
export declare function currentISOTime(): string; | ||
export declare function safeSetTimeout(fn: () => void, timeout: number): any; |
{ | ||
"name": "posthog-js-lite", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"main": "lib/index.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "lib/index.esm.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
613954
5703