@intlify/vue-i18n-bridge
Advanced tools
Comparing version 0.3.0 to 0.3.1-2f8831f
@@ -198,5 +198,5 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
export * from 'vue-i18n' | ||
export { isVueI18n8, isVueI18n9 } | ||
export { VueI18n, isVueI18n8, isVueI18n9 } | ||
export default VueI18n | ||
/* eslint-enable @typescript-eslint/no-explicit-any */ |
@@ -7,3 +7,3 @@ import VueI18n from 'vue-i18n' | ||
export * from 'vue-i18n-bridge' | ||
export { isVueI18n8, isVueI18n9 } | ||
export { VueI18n, isVueI18n8, isVueI18n9 } | ||
export default VueI18n |
@@ -198,5 +198,5 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
export * from 'vue-i18n' | ||
export { isVueI18n8, isVueI18n9 } | ||
export { VueI18n, isVueI18n8, isVueI18n9 } | ||
export default VueI18n | ||
/* eslint-enable @typescript-eslint/no-explicit-any */ |
{ | ||
"name": "@intlify/vue-i18n-bridge", | ||
"version": "0.3.0", | ||
"version": "0.3.1-2f8831f", | ||
"description": "Vue I18n bridging for Vue 2 & Vue 3", | ||
"scripts": { | ||
"postinstall": "node ./scripts/postinstall.js" | ||
}, | ||
"peerDependencies": { | ||
@@ -68,3 +65,6 @@ "@vue/composition-api": "^1.0.0-rc.1", | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"postinstall": "node ./scripts/postinstall.js" | ||
} | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
24789
0