strapi-security-suite 0.2.2 → 0.2.3

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.
@@ -260,7 +260,6 @@ const bootstrap = async ({ strapi: strapi2 }) => {
260
260
  async function ensureDefaultSecuritySettings(strapi2) {
261
261
  try {
262
262
  const existing = await strapi2.entityService.findMany("plugin::strapi-security-suite.security-settings");
263
- console.log(existing);
264
263
  if (Array.isArray(existing) && existing.length > 0) {
265
264
  strapi2.log.info("✅ Default security settings already exist.");
266
265
  return;
@@ -257,7 +257,6 @@ const bootstrap = async ({ strapi: strapi2 }) => {
257
257
  async function ensureDefaultSecuritySettings(strapi2) {
258
258
  try {
259
259
  const existing = await strapi2.entityService.findMany("plugin::strapi-security-suite.security-settings");
260
- console.log(existing);
261
260
  if (Array.isArray(existing) && existing.length > 0) {
262
261
  strapi2.log.info("✅ Default security settings already exist.");
263
262
  return;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.2",
2
+ "version": "0.2.3",
3
3
  "keywords": [
4
4
  "strapi",
5
5
  "plugin",