strapi-plugin-magic-mail 2.6.4 → 2.6.5

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.
@@ -19,7 +19,9 @@ const __variableDynamicImportRuntimeHelper = (glob, path, segs) => {
19
19
  );
20
20
  });
21
21
  };
22
- const strapi = { "name": "magic-mail" };
22
+ const strapi = {
23
+ name: "magic-mail"
24
+ };
23
25
  const pluginPkg = {
24
26
  strapi
25
27
  };
@@ -18,7 +18,9 @@ const __variableDynamicImportRuntimeHelper = (glob, path, segs) => {
18
18
  );
19
19
  });
20
20
  };
21
- const strapi = { "name": "magic-mail" };
21
+ const strapi = {
22
+ name: "magic-mail"
23
+ };
22
24
  const pluginPkg = {
23
25
  strapi
24
26
  };