vue-i18n-routing
Advanced tools
Comparing version 0.8.2 to 0.9.0
@@ -158,2 +158,4 @@ import type { Composer } from '@intlify/vue-i18n-bridge'; | ||
export declare function getComposer(i18n: I18n | VueI18n): Composer; | ||
/** | ||
@@ -160,0 +162,0 @@ * Get global i18n routing options |
@@ -1088,3 +1088,3 @@ var VueI18nRouting = function(exports, VueRouter3, vueDemi, vueI18nBridge) { | ||
} | ||
const VERSION = "0.8.2"; | ||
const VERSION = "0.9.0"; | ||
exports.DEFAULT_BASE_URL = DEFAULT_BASE_URL; | ||
@@ -1107,2 +1107,3 @@ exports.DEFAULT_DETECTION_DIRECTION = DEFAULT_DETECTION_DIRECTION; | ||
exports.findBrowserLocale = findBrowserLocale; | ||
exports.getComposer = getComposer; | ||
exports.getGlobalOptions = getGlobalOptions; | ||
@@ -1109,0 +1110,0 @@ exports.getLocale = getLocale; |
@@ -1091,3 +1091,3 @@ "use strict"; | ||
} | ||
const VERSION = "0.8.2"; | ||
const VERSION = "0.9.0"; | ||
exports.DEFAULT_BASE_URL = DEFAULT_BASE_URL; | ||
@@ -1110,2 +1110,3 @@ exports.DEFAULT_DETECTION_DIRECTION = DEFAULT_DETECTION_DIRECTION; | ||
exports.findBrowserLocale = findBrowserLocale; | ||
exports.getComposer = getComposer; | ||
exports.getGlobalOptions = getGlobalOptions; | ||
@@ -1112,0 +1113,0 @@ exports.getLocale = getLocale; |
{ | ||
"name": "vue-i18n-routing", | ||
"description": "The i18n routing with using vue-i18n", | ||
"version": "0.8.2", | ||
"version": "0.9.0", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "dev": "vite", |
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
154486
4172