@nuxtjs/i18n
Advanced tools
Comparing version 9.0.0-rc.2 to 9.0.0
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "9.0.0-rc.2", | ||
"version": "9.0.0", | ||
"builder": { | ||
@@ -11,0 +11,0 @@ "@nuxt/module-builder": "0.8.4", |
@@ -5,3 +5,4 @@ import { useLocalePath } from "#i18n"; | ||
import { hasProtocol } from "ufo"; | ||
const NuxtLinkLocale = defineNuxtLink({ componentName: "NuxtLinkLocale" }); | ||
import { nuxtLinkDefaults } from "#build/nuxt.config.mjs"; | ||
const NuxtLinkLocale = defineNuxtLink({ ...nuxtLinkDefaults, componentName: "NuxtLinkLocale" }); | ||
export default defineComponent({ | ||
@@ -8,0 +9,0 @@ name: "NuxtLinkLocale", |
@@ -5,3 +5,4 @@ import { SWITCH_LOCALE_PATH_LINK_IDENTIFIER } from "#build/i18n.options.mjs"; | ||
import { Comment, defineComponent, h } from "vue"; | ||
const NuxtLink = defineNuxtLink({ componentName: "NuxtLink" }); | ||
import { nuxtLinkDefaults } from "#build/nuxt.config.mjs"; | ||
const NuxtLink = defineNuxtLink({ ...nuxtLinkDefaults, componentName: "NuxtLink" }); | ||
export default defineComponent({ | ||
@@ -8,0 +9,0 @@ name: "SwitchLocalePathLink", |
{ | ||
"name": "@nuxtjs/i18n", | ||
"type": "module", | ||
"version": "9.0.0-rc.2", | ||
"version": "9.0.0", | ||
"packageManager": "pnpm@9.4.0", | ||
@@ -6,0 +6,0 @@ "description": "Internationalization for Nuxt", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
226625
5722
0