vue-i18n-routing
Advanced tools
Comparing version 0.7.0 to 0.8.0-809f65a
@@ -1065,3 +1065,3 @@ var VueI18nRouting = function(exports, vueDemi, VueRouter3, vueI18nBridge) { | ||
} | ||
const VERSION = "0.7.0"; | ||
const VERSION = "0.8.0"; | ||
exports.DEFAULT_BASE_URL = DEFAULT_BASE_URL; | ||
@@ -1068,0 +1068,0 @@ exports.DEFAULT_DETECTION_DIRECTION = DEFAULT_DETECTION_DIRECTION; |
@@ -1068,3 +1068,3 @@ "use strict"; | ||
} | ||
const VERSION = "0.7.0"; | ||
const VERSION = "0.8.0"; | ||
exports.DEFAULT_BASE_URL = DEFAULT_BASE_URL; | ||
@@ -1071,0 +1071,0 @@ exports.DEFAULT_DETECTION_DIRECTION = DEFAULT_DETECTION_DIRECTION; |
{ | ||
"name": "vue-i18n-routing", | ||
"description": "The i18n routing with using vue-i18n", | ||
"version": "0.7.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.8.0-809f65a", | ||
"dependencies": { | ||
@@ -24,3 +13,2 @@ "@intlify/shared": "next", | ||
"devDependencies": { | ||
"@vue/composition-api": "^1.7.0", | ||
"@microsoft/api-extractor": "^7.31.1", | ||
@@ -59,2 +47,5 @@ "api-docs-gen": "^0.4.0", | ||
"optional": true | ||
}, | ||
"@vue/composition-api": { | ||
"optional": true | ||
} | ||
@@ -92,2 +83,5 @@ }, | ||
}, | ||
"./vue-i18n": { | ||
"types": "./dist/vue-i18n.d.ts" | ||
}, | ||
"./types": { | ||
@@ -120,3 +114,14 @@ "types": "./types.d.ts" | ||
}, | ||
"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
151859
14