Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "nuxt-gtag", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"configKey": "gtag", | ||
@@ -5,0 +5,0 @@ "compatibility": { |
import { ModuleOptions } from './module' | ||
import type { ModuleOptions } from './module' | ||
declare module '@nuxt/schema' { | ||
@@ -15,2 +16,2 @@ interface NuxtConfig { ['gtag']?: Partial<ModuleOptions> } | ||
export { ModuleOptions, default } from './module' | ||
export type { ModuleOptions, default } from './module' |
{ | ||
"name": "nuxt-gtag", | ||
"type": "module", | ||
"version": "1.1.1", | ||
"packageManager": "pnpm@8.7.4", | ||
"version": "1.1.2", | ||
"packageManager": "pnpm@8.12.1", | ||
"description": "Nuxt 3 module to natively integrate Google Analytics", | ||
@@ -36,29 +36,28 @@ "author": "Johann Schopplich <pkg@johannschopplich.com>", | ||
"scripts": { | ||
"prepack": "nuxt-module-build", | ||
"prepack": "nuxt-module-build build", | ||
"dev": "nuxi dev playground", | ||
"dev:build": "nuxi build playground", | ||
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground", | ||
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint . --fix", | ||
"test:types": "tsc --noEmit", | ||
"release": "bumpp --commit --push --tag", | ||
"prepare": "nuxi prepare playground" | ||
"release": "bumpp --commit --push --tag" | ||
}, | ||
"dependencies": { | ||
"@nuxt/kit": "^3.7.1", | ||
"defu": "^6.1.2", | ||
"@nuxt/kit": "^3.8.2", | ||
"defu": "^6.1.3", | ||
"pathe": "^1.1.1" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^0.41.0", | ||
"@nuxt/module-builder": "^0.5.1", | ||
"@nuxt/schema": "^3.7.1", | ||
"@types/node": "^20.5.9", | ||
"bumpp": "^9.2.0", | ||
"eslint": "^8.48.0", | ||
"nuxt": "^3.7.1", | ||
"@antfu/eslint-config": "^2.4.6", | ||
"@nuxt/module-builder": "^0.5.4", | ||
"@nuxt/schema": "^3.8.2", | ||
"@types/node": "^20.10.5", | ||
"bumpp": "^9.2.1", | ||
"eslint": "^8.56.0", | ||
"nuxt": "^3.8.2", | ||
"nuxt-gtag": "workspace:*", | ||
"typescript": "^5.2.2", | ||
"vue-tsc": "^1.8.10" | ||
"typescript": "^5.3.3", | ||
"vue-tsc": "^1.8.25" | ||
} | ||
} |
@@ -7,3 +7,3 @@ ![Nuxt Gtag module](./.github/og.jpg) | ||
> [Nuxt](https://nuxt.com) module to integrate [Google Analytics 4](https://developers.google.com/analytics/devguides/collection/ga4?hl=en). | ||
[Nuxt](https://nuxt.com) module to integrate [Google Analytics 4](https://developers.google.com/analytics/devguides/collection/ga4?hl=en). | ||
@@ -296,5 +296,4 @@ ## Features | ||
## License | ||
[MIT](./LICENSE) License © 2023-present [Johann Schopplich](https://github.com/johannschopplich) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
24500
21
344
298
Updated@nuxt/kit@^3.8.2
Updateddefu@^6.1.3