strapi-plugin-magic-sessionmanager 2.0.3 → 2.0.4

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.
@@ -449,7 +449,7 @@ const require$$0 = {
449
449
  };
450
450
  const session$4 = require$$0;
451
451
  var contentTypes$1 = {
452
- "plugin::magic-sessionmanager.session": {
452
+ session: {
453
453
  schema: session$4
454
454
  }
455
455
  };
@@ -445,7 +445,7 @@ const require$$0 = {
445
445
  };
446
446
  const session$4 = require$$0;
447
447
  var contentTypes$1 = {
448
- "plugin::magic-sessionmanager.session": {
448
+ session: {
449
449
  schema: session$4
450
450
  }
451
451
  };
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.3",
2
+ "version": "2.0.4",
3
3
  "keywords": [
4
4
  "strapi",
5
5
  "strapi-plugin",
@@ -3,7 +3,7 @@
3
3
  const session = require('./session/schema.json');
4
4
 
5
5
  module.exports = {
6
- 'plugin::magic-sessionmanager.session': {
6
+ session: {
7
7
  schema: session,
8
8
  },
9
9
  };