vue-i18n-routing
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -1088,3 +1088,3 @@ var VueI18nRouting = function(exports, VueRouter3, vueDemi, vueI18nBridge) { | ||
} | ||
const VERSION = "0.9.0"; | ||
const VERSION = "0.9.1"; | ||
exports.DEFAULT_BASE_URL = DEFAULT_BASE_URL; | ||
@@ -1091,0 +1091,0 @@ exports.DEFAULT_DETECTION_DIRECTION = DEFAULT_DETECTION_DIRECTION; |
@@ -1091,3 +1091,3 @@ "use strict"; | ||
} | ||
const VERSION = "0.9.0"; | ||
const VERSION = "0.9.1"; | ||
exports.DEFAULT_BASE_URL = DEFAULT_BASE_URL; | ||
@@ -1094,0 +1094,0 @@ exports.DEFAULT_DETECTION_DIRECTION = DEFAULT_DETECTION_DIRECTION; |
{ | ||
"name": "vue-i18n-routing", | ||
"description": "The i18n routing with using vue-i18n", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"scripts": { | ||
@@ -43,3 +43,4 @@ "dev": "vite", | ||
"vue-i18n-bridge": "^9.2.0 || ^9.3.0-beta.6", | ||
"vue-router": "^3.5.3 || ^3.6.0 || ^4.0.0" | ||
"vue-router": "^3.5.3 || ^3.6.0 || ^4.0.0", | ||
"@vue/composition-api": "^1.0.0-rc.1" | ||
}, | ||
@@ -63,5 +64,2 @@ "peerDependenciesMeta": { | ||
}, | ||
"optionalDependencies": { | ||
"@vue/composition-api": "^1.0.0-rc.1" | ||
}, | ||
"keywords": [ | ||
@@ -68,0 +66,0 @@ "i18n", |
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
154454