next-use-posthog
Advanced tools
Comparing version 1.16.1 to 1.16.2
@@ -1,2 +0,2 @@ | ||
import posthog from 'posthog-js'; | ||
export declare const usePostHog: (apiKey: string, config?: posthog.Config | undefined, name?: string | undefined) => void; | ||
import { PostHogConfig } from 'posthog-js'; | ||
export declare const usePostHog: (apiKey: string, config?: PostHogConfig | undefined, name?: string | undefined) => void; |
{ | ||
"name": "next-use-posthog", | ||
"version": "1.16.1", | ||
"version": "1.16.2", | ||
"license": "MIT", | ||
@@ -37,3 +37,3 @@ "description": "A Next.js hook for PostHog analytics", | ||
"dependencies": { | ||
"posthog-js": "1.16.0" | ||
"posthog-js": "^1.38.0" | ||
}, | ||
@@ -40,0 +40,0 @@ "peerDependencies": { |
4730
+ Addedcore-js@3.40.0(transitive)
+ Addedposthog-js@1.215.1(transitive)
+ Addedpreact@10.25.4(transitive)
+ Addedweb-vitals@4.2.4(transitive)
- Removed@sentry/types@6.19.7(transitive)
- Removedposthog-js@1.16.0(transitive)
- Removedrrweb-snapshot@1.1.14(transitive)
Updatedposthog-js@^1.38.0