nuxt-umami
Advanced tools
Comparing version 2.6.6 to 2.6.7
@@ -109,10 +109,10 @@ interface ModuleOptions { | ||
EventData, | ||
EventPayload, | ||
FetchResult, | ||
ModuleOptions, | ||
PartialPayload, | ||
EventPayload, | ||
ViewPayload, | ||
PayloadType, | ||
PreflightResult, | ||
ServerPayload, | ||
PreflightResult, | ||
FetchResult, | ||
ModuleOptions, | ||
ViewPayload, | ||
}; |
@@ -0,1 +1,2 @@ | ||
import { debug } from './debug'; | ||
import type { | ||
@@ -7,3 +8,2 @@ FetchResult, | ||
} from './types'; | ||
import { debug } from './debug'; | ||
@@ -173,2 +173,2 @@ function isValidString(str: unknown): str is string { | ||
export { collect, umConfig, preflight, getPayload, earlyPromise, isValidString, helloDebugger }; | ||
export { collect, earlyPromise, getPayload, helloDebugger, isValidString, preflight, umConfig }; |
{ | ||
"name": "nuxt-umami", | ||
"type": "module", | ||
"version": "2.6.6", | ||
"version": "2.6.7", | ||
"description": "Integrate Umami Analytics into Nuxt", | ||
@@ -6,0 +6,0 @@ "author": "ML <me.mlaure@gmail.com>", |
@@ -31,8 +31,11 @@ import { directive } from '../internal/directive'; | ||
'app:beforeMount': function () { | ||
console.info( | ||
`%cNEW VERSION AVAILABLE: Nuxt Umami v3! 🚀\nGet the latest features and improvements.\nCheck the announcement: https://umami.nuxt.dev/v2-upgrade-guide.`, | ||
'color: #bada55; font-weight: 500;', | ||
); | ||
if (import.meta.dev) { | ||
// eslint-disable-next-line no-console | ||
console.info( | ||
`%cNEW VERSION AVAILABLE: Nuxt Umami v3! 🚀\nGet the latest features and improvements.\nCheck the announcement: https://umami.nuxt.dev/v2-upgrade-guide.`, | ||
'color: #bada55; font-weight: 500;', | ||
); | ||
} | ||
}, | ||
}, | ||
}); |
@@ -11,3 +11,3 @@ # Nuxt Umami | ||
> **Hey...** | ||
> | ||
> | ||
> Still here? v3 is out, simpler and better. [Read the announcement](https://umami.nuxt.dev/v2-upgrade-guide). | ||
@@ -14,0 +14,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
18043
475