strapi-plugin-magic-sessionmanager 2.1.0 → 3.0.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.
@@ -367,7 +367,7 @@ var config$1 = {
367
367
  }
368
368
  };
369
369
  const kind = "collectionType";
370
- const collectionName = "sessions";
370
+ const collectionName = "magic_sessions";
371
371
  const info = {
372
372
  singularName: "session",
373
373
  pluralName: "sessions",
@@ -363,7 +363,7 @@ var config$1 = {
363
363
  }
364
364
  };
365
365
  const kind = "collectionType";
366
- const collectionName = "sessions";
366
+ const collectionName = "magic_sessions";
367
367
  const info = {
368
368
  singularName: "session",
369
369
  pluralName: "sessions",
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.1.0",
2
+ "version": "3.0.0",
3
3
  "keywords": [
4
4
  "strapi",
5
5
  "strapi-plugin",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "kind": "collectionType",
3
- "collectionName": "sessions",
3
+ "collectionName": "magic_sessions",
4
4
  "info": {
5
5
  "singularName": "session",
6
6
  "pluralName": "sessions",