strapi-plugin-magic-sessionmanager 2.0.4 → 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.
package/dist/server/index.js
CHANGED
|
@@ -380,7 +380,7 @@ const options = {
|
|
|
380
380
|
};
|
|
381
381
|
const pluginOptions = {
|
|
382
382
|
"content-manager": {
|
|
383
|
-
visible:
|
|
383
|
+
visible: false
|
|
384
384
|
},
|
|
385
385
|
"content-type-builder": {
|
|
386
386
|
visible: false
|
|
@@ -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",
|
package/dist/server/index.mjs
CHANGED
|
@@ -376,7 +376,7 @@ const options = {
|
|
|
376
376
|
};
|
|
377
377
|
const pluginOptions = {
|
|
378
378
|
"content-manager": {
|
|
379
|
-
visible:
|
|
379
|
+
visible: false
|
|
380
380
|
},
|
|
381
381
|
"content-type-builder": {
|
|
382
382
|
visible: false
|
|
@@ -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
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"pluginOptions": {
|
|
15
15
|
"content-manager": {
|
|
16
|
-
"visible":
|
|
16
|
+
"visible": false
|
|
17
17
|
},
|
|
18
18
|
"content-type-builder": {
|
|
19
19
|
"visible": false
|
|
@@ -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",
|