@intlify/vue-i18n-bridge
Advanced tools
Comparing version 0.6.0 to 0.7.0-27135c9
{ | ||
"name": "@intlify/vue-i18n-bridge", | ||
"version": "0.6.0", | ||
"version": "0.7.0-27135c9", | ||
"description": "Vue I18n bridging for Vue 2 & Vue 3", | ||
"scripts": { | ||
"postinstall": "node ./scripts/postinstall.js" | ||
}, | ||
"peerDependencies": { | ||
"@vue/composition-api": "^1.0.0-rc.1", | ||
"vue-i18n": "^8.26.1 || ^9.2.0-beta.25 || ^9.3.0-beta.3", | ||
"vue-i18n-bridge": "^9.2.0-beta.25 || ^9.3.0-beta.3" | ||
"vue-i18n": "^8.26.1 || ^9.2.0-beta.25 || ^9.3.0-beta.5", | ||
"vue-i18n-bridge": "^9.2.0-beta.25 || ^9.3.0-beta.5" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@vue/composition-api": { | ||
"optional": true | ||
}, | ||
"vue-i18n": { | ||
@@ -24,2 +17,5 @@ "optional": true | ||
}, | ||
"optionalDependencies": { | ||
"@vue/composition-api": "^1.0.0-rc.1" | ||
}, | ||
"main": "lib/index.cjs", | ||
@@ -77,3 +73,6 @@ "module": "lib/index.mjs", | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"postinstall": "node ./scripts/postinstall.js" | ||
} | ||
} | ||
} |
26207