vue-intergrall-plugins 0.0.269 → 0.0.270

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10412,8 +10412,13 @@ var __vue_component__$n = __vue_component__$m;var textoLongo = {
10412
10412
 
10413
10413
  switch (tipoAnexo) {
10414
10414
  case "image":
10415
+ case "image/jpg":
10415
10416
  case "jpg":
10417
+ case "webp":
10418
+ case "image/webp":
10419
+ case "image/png":
10416
10420
  case "png":
10421
+ case "image/jpeg":
10417
10422
  case "jpeg":
10418
10423
  if (!ignoreMku) {
10419
10424
  imgAnexo = "".concat(dominio, "/callcenter/docs.php?mku=").concat(mku);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-intergrall-plugins",
3
- "version": "0.0.269",
3
+ "version": "0.0.270",
4
4
  "description": "",
5
5
  "main": "dist/vue-intergrall-plugins.ssr.js",
6
6
  "browser": "dist/vue-intergrall-plugins.esm.js",