vue-i18n-routing
Advanced tools
Comparing version 0.2.1 to 0.3.0-3fd9ab5
@@ -19,3 +19,3 @@ var VueI18nRouting = function(exports, vueDemi, VueRouter3, vueI18nBridge) { | ||
/*! | ||
* shared v9.3.0-beta.3 | ||
* shared v9.3.0-beta.6 | ||
* (c) 2022 kazuya kawaguchi | ||
@@ -1000,3 +1000,3 @@ * Released under the MIT License. | ||
} | ||
const VERSION = "0.2.1"; | ||
const VERSION = "0.3.0"; | ||
exports.DEFAULT_BASE_URL = DEFAULT_BASE_URL; | ||
@@ -1003,0 +1003,0 @@ exports.DEFAULT_DETECTION_DIRECTION = DEFAULT_DETECTION_DIRECTION; |
@@ -22,3 +22,3 @@ "use strict"; | ||
/*! | ||
* shared v9.3.0-beta.3 | ||
* shared v9.3.0-beta.6 | ||
* (c) 2022 kazuya kawaguchi | ||
@@ -1003,3 +1003,3 @@ * Released under the MIT License. | ||
} | ||
const VERSION = "0.2.1"; | ||
const VERSION = "0.3.0"; | ||
exports.DEFAULT_BASE_URL = DEFAULT_BASE_URL; | ||
@@ -1006,0 +1006,0 @@ exports.DEFAULT_DETECTION_DIRECTION = DEFAULT_DETECTION_DIRECTION; |
{ | ||
"name": "vue-i18n-routing", | ||
"description": "The i18n routing with using vue-i18n", | ||
"version": "0.2.1", | ||
"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.3.0-3fd9ab5", | ||
"dependencies": { | ||
"@intlify/shared": "next", | ||
"@intlify/vue-i18n-bridge": "^0.6.0", | ||
"@intlify/vue-router-bridge": "^0.6.0", | ||
"@intlify/vue-i18n-bridge": "^0.7.0", | ||
"@intlify/vue-router-bridge": "^0.7.0", | ||
"ufo": "^0.8.5", | ||
"vue-demi": "0.13.5" | ||
"vue-demi": "^0.13.5" | ||
}, | ||
@@ -41,12 +30,8 @@ "devDependencies": { | ||
"peerDependencies": { | ||
"@vue/composition-api": "^1.0.0-rc.1", | ||
"vue": "^2.6.14 || ^2.7.0 || ^3.2.0", | ||
"vue-i18n": "^8.26.1 || ^9.2.0 || ^9.3.0-beta.3", | ||
"vue-i18n-bridge": "^9.2.0 || ^9.3.0-beta.3", | ||
"vue-i18n": "^8.26.1 || ^9.2.0 || ^9.3.0-beta.6", | ||
"vue-i18n-bridge": "^9.2.0 || ^9.3.0-beta.6", | ||
"vue-router": "^3.5.3 || ^3.6.0 || ^4.0.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@vue/composition-api": { | ||
"optional": true | ||
}, | ||
"vue": { | ||
@@ -65,2 +50,5 @@ "optional": true | ||
}, | ||
"optionalDependencies": { | ||
"@vue/composition-api": "^1.0.0-rc.1" | ||
}, | ||
"keywords": [ | ||
@@ -120,3 +108,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
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
139309
+ Added@intlify/vue-i18n-bridge@0.7.0(transitive)
+ Added@intlify/vue-router-bridge@0.7.0(transitive)
+ Addedvue-demi@0.13.11(transitive)
- Removed@intlify/vue-i18n-bridge@0.6.0(transitive)
- Removed@intlify/vue-router-bridge@0.6.0(transitive)
- Removedvue-demi@0.13.5(transitive)
Updatedvue-demi@^0.13.5