vue-i18n-routing
Advanced tools
Comparing version 0.9.0 to 0.9.1-0f1925f
@@ -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", | ||
"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": "0.9.1-0f1925f", | ||
"dependencies": { | ||
"@intlify/shared": "next", | ||
"@intlify/vue-i18n-bridge": "^0.7.0", | ||
"@intlify/vue-router-bridge": "^0.7.0", | ||
"@intlify/vue-i18n-bridge": "^0.8.0", | ||
"@intlify/vue-router-bridge": "^0.8.0", | ||
"ufo": "^0.8.6", | ||
@@ -43,3 +32,4 @@ "vue-demi": "^0.13.11" | ||
"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 +53,2 @@ "peerDependenciesMeta": { | ||
}, | ||
"optionalDependencies": { | ||
"@vue/composition-api": "^1.0.0-rc.1" | ||
}, | ||
"keywords": [ | ||
@@ -124,3 +111,14 @@ "i18n", | ||
}, | ||
"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
154461
+ Added@intlify/core-base@9.14.3(transitive)
+ Added@intlify/message-compiler@9.14.3(transitive)
+ Added@intlify/shared@9.14.3(transitive)
+ Added@intlify/vue-devtools@9.14.3(transitive)
+ Added@intlify/vue-i18n-bridge@0.8.0(transitive)
+ Added@intlify/vue-router-bridge@0.8.0(transitive)
+ Addednanoid@3.3.9(transitive)
+ Addedvue-i18n@9.14.3(transitive)
+ Addedvue-i18n-bridge@9.14.3(transitive)
- Removed@intlify/core-base@9.14.2(transitive)
- Removed@intlify/message-compiler@9.14.2(transitive)
- Removed@intlify/shared@9.14.2(transitive)
- Removed@intlify/vue-devtools@9.14.2(transitive)
- Removed@intlify/vue-i18n-bridge@0.7.0(transitive)
- Removed@intlify/vue-router-bridge@0.7.0(transitive)
- Removednanoid@3.3.8(transitive)
- Removedvue-i18n@9.14.2(transitive)
- Removedvue-i18n-bridge@9.14.2(transitive)