vue-i18n-routing
Advanced tools
Comparing version 0.1.1 to 0.1.2-e7ba057
{ | ||
"name": "vue-i18n-routing", | ||
"description": "The i18n routing with using vue-i18n", | ||
"version": "0.1.1", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vite build", | ||
"typecheck": "tsc -p . --noEmit", | ||
"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.1.2-e7ba057", | ||
"dependencies": { | ||
"@intlify/shared": "next", | ||
"@intlify/vue-i18n-bridge": "0.5.0", | ||
"@intlify/vue-router-bridge": "0.5.0", | ||
"@intlify/vue-i18n-bridge": "^0.6.0", | ||
"@intlify/vue-router-bridge": "^0.6.0", | ||
"ufo": "^0.8.5", | ||
@@ -115,3 +106,12 @@ "vue-demi": "0.13.5" | ||
}, | ||
"sideEffects": false | ||
} | ||
"sideEffects": false, | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vite build", | ||
"typecheck": "tsc -p . --noEmit", | ||
"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" | ||
} | ||
} |
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
84609
+ Added@intlify/vue-i18n-bridge@0.6.0(transitive)
+ Added@intlify/vue-router-bridge@0.6.0(transitive)
- Removed@intlify/vue-i18n-bridge@0.5.0(transitive)
- Removed@intlify/vue-router-bridge@0.5.0(transitive)