vue-i18n-routing
Advanced tools
Comparing version 1.1.3 to 1.1.4-e02b5da
@@ -686,3 +686,3 @@ var VueI18nRouting = function(exports, VueRouter3, vueDemi, vueI18nBridge) { | ||
var _a, _b; | ||
if (isV4Router()) { | ||
if (!isV4Router()) { | ||
return router.resolve(route); | ||
@@ -697,3 +697,3 @@ } | ||
if (_route == null) { | ||
return router.resolve(route); | ||
return route; | ||
} | ||
@@ -1199,3 +1199,3 @@ const _resolvableRoute = assign({}, route, _route); | ||
} | ||
const VERSION = "1.1.3"; | ||
const VERSION = "1.1.4"; | ||
exports.DEFAULT_BASE_URL = DEFAULT_BASE_URL; | ||
@@ -1202,0 +1202,0 @@ exports.DEFAULT_DETECTION_DIRECTION = DEFAULT_DETECTION_DIRECTION; |
@@ -689,3 +689,3 @@ "use strict"; | ||
var _a, _b; | ||
if (isV4Router()) { | ||
if (!isV4Router()) { | ||
return router.resolve(route); | ||
@@ -700,3 +700,3 @@ } | ||
if (_route == null) { | ||
return router.resolve(route); | ||
return route; | ||
} | ||
@@ -1202,3 +1202,3 @@ const _resolvableRoute = assign({}, route, _route); | ||
} | ||
const VERSION = "1.1.3"; | ||
const VERSION = "1.1.4"; | ||
exports.DEFAULT_BASE_URL = DEFAULT_BASE_URL; | ||
@@ -1205,0 +1205,0 @@ exports.DEFAULT_DETECTION_DIRECTION = DEFAULT_DETECTION_DIRECTION; |
{ | ||
"name": "vue-i18n-routing", | ||
"description": "The i18n routing with using vue-i18n", | ||
"version": "1.1.3", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vite build", | ||
"typecheck": "tsc -p . --noEmit", | ||
"switch:2": "vue-demi-switch 2 vue2 && vue-router-switch 3 vue-router3 && vue-i18n-switch 8 vue-i18n-legacy", | ||
"switch:3": "vue-demi-switch 3 && vue-router-switch 4 && vue-i18n-switch 9", | ||
"test": "vitest run", | ||
"test:watch": "vitest", | ||
"test:cover": "vitest --coverage", | ||
"build:docs": "api-docs-gen ./temp/vue-i18n-routing.api.json -c ./docsgen.config.js -o ./ -g noprefix" | ||
}, | ||
"version": "1.1.4-e02b5da", | ||
"dependencies": { | ||
@@ -120,3 +109,14 @@ "@intlify/shared": "^9.4.1", | ||
}, | ||
"sideEffects": false | ||
} | ||
"sideEffects": false, | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vite build", | ||
"typecheck": "tsc -p . --noEmit", | ||
"switch:2": "vue-demi-switch 2 vue2 && vue-router-switch 3 vue-router3 && vue-i18n-switch 8 vue-i18n-legacy", | ||
"switch:3": "vue-demi-switch 3 && vue-router-switch 4 && vue-i18n-switch 9", | ||
"test": "vitest run", | ||
"test:watch": "vitest", | ||
"test:cover": "vitest --coverage", | ||
"build:docs": "api-docs-gen ./temp/vue-i18n-routing.api.json -c ./docsgen.config.js -o ./ -g noprefix" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
170834
12
4735
1