strapi-plugin-magic-sessionmanager 2.0.5 → 2.1.0

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.
@@ -380,7 +380,7 @@ const options = {
380
380
  };
381
381
  const pluginOptions = {
382
382
  "content-manager": {
383
- visible: true
383
+ visible: false
384
384
  },
385
385
  "content-type-builder": {
386
386
  visible: false
@@ -376,7 +376,7 @@ const options = {
376
376
  };
377
377
  const pluginOptions = {
378
378
  "content-manager": {
379
- visible: true
379
+ visible: false
380
380
  },
381
381
  "content-type-builder": {
382
382
  visible: false
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.5",
2
+ "version": "2.1.0",
3
3
  "keywords": [
4
4
  "strapi",
5
5
  "strapi-plugin",
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "pluginOptions": {
15
15
  "content-manager": {
16
- "visible": true
16
+ "visible": false
17
17
  },
18
18
  "content-type-builder": {
19
19
  "visible": false