strapi-plugin-magic-sessionmanager 2.0.4 → 2.0.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.
@@ -390,8 +390,7 @@ const attributes = {
390
390
  user: {
391
391
  type: "relation",
392
392
  relation: "manyToOne",
393
- target: "plugin::users-permissions.user",
394
- inversedBy: "sessions"
393
+ target: "plugin::users-permissions.user"
395
394
  },
396
395
  ipAddress: {
397
396
  type: "string",
@@ -386,8 +386,7 @@ const attributes = {
386
386
  user: {
387
387
  type: "relation",
388
388
  relation: "manyToOne",
389
- target: "plugin::users-permissions.user",
390
- inversedBy: "sessions"
389
+ target: "plugin::users-permissions.user"
391
390
  },
392
391
  ipAddress: {
393
392
  type: "string",
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.4",
2
+ "version": "2.0.5",
3
3
  "keywords": [
4
4
  "strapi",
5
5
  "strapi-plugin",
@@ -23,8 +23,7 @@
23
23
  "user": {
24
24
  "type": "relation",
25
25
  "relation": "manyToOne",
26
- "target": "plugin::users-permissions.user",
27
- "inversedBy": "sessions"
26
+ "target": "plugin::users-permissions.user"
28
27
  },
29
28
  "ipAddress": {
30
29
  "type": "string",