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