posthog-node
Advanced tools
Comparing version 4.2.1 to 4.2.2
# Next | ||
# 4.2.2 - 2024-11-18 | ||
1. fix: Shutdown will now respect the timeout and forcefully return rather than returning after the next fetch. | ||
# 4.2.1 - 2024-10-14 | ||
@@ -4,0 +8,0 @@ |
@@ -146,3 +146,3 @@ /// <reference types="node" /> | ||
private historicalMigration; | ||
disabled: boolean; | ||
protected disabled: boolean; | ||
private defaultOptIn; | ||
@@ -171,2 +171,3 @@ private pendingPromises; | ||
get isDebug(): boolean; | ||
get isDisabled(): boolean; | ||
private buildPayload; | ||
@@ -173,0 +174,0 @@ protected addPendingPromise<T>(promise: Promise<T>): Promise<T>; |
@@ -20,3 +20,3 @@ import { PostHogFetchOptions, PostHogFetchResponse, PostHogAutocaptureElement, PostHogDecideResponse, PostHogCoreOptions, PostHogEventProperties, PostHogPersistedProperty, PostHogCaptureOptions, JsonType } from './types'; | ||
private historicalMigration; | ||
disabled: boolean; | ||
protected disabled: boolean; | ||
private defaultOptIn; | ||
@@ -45,2 +45,3 @@ private pendingPromises; | ||
get isDebug(): boolean; | ||
get isDisabled(): boolean; | ||
private buildPayload; | ||
@@ -47,0 +48,0 @@ protected addPendingPromise<T>(promise: Promise<T>): Promise<T>; |
{ | ||
"name": "posthog-node", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "PostHog Node.js integration", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
898581
13155