vue3-gettext
Advanced tools
Comparing version 3.0.0-alpha.1 to 3.0.0-beta.1
{ | ||
"name": "vue3-gettext", | ||
"version": "3.0.0-alpha.1", | ||
"version": "3.0.0-beta.1", | ||
"description": "Translate Vue 3 applications with gettext", | ||
@@ -96,3 +96,4 @@ "homepage": "https://jshmrtn.github.io/vue3-gettext/", | ||
"require": "./dist/cjs/index.js", | ||
"import": "./dist/esm/index.mjs" | ||
"import": "./dist/esm/index.mjs", | ||
"types": "./dist/types/index.d.ts" | ||
}, | ||
@@ -99,0 +100,0 @@ "main": "dist/cjs/index.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
106373