vue3-gettext
Advanced tools
Comparing version 4.0.0-alpha.3 to 4.0.0-alpha.4
{ | ||
"name": "vue3-gettext", | ||
"version": "4.0.0-alpha.3", | ||
"version": "4.0.0-alpha.4", | ||
"description": "Translate Vue 3 applications with gettext", | ||
@@ -84,8 +84,8 @@ "homepage": "https://jshmrtn.github.io/vue3-gettext/", | ||
"exports": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
@@ -92,0 +92,0 @@ "files": [ |
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