strapi-plugin-magic-sessionmanager 4.5.1 → 4.5.3
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/_chunks/{Analytics-DQyamHg6.mjs → Analytics--qB2cKuD.mjs} +2 -2
- package/dist/_chunks/{Analytics-Cp-WjeV3.js → Analytics-DM4_UffY.js} +2 -2
- package/dist/_chunks/{App-CN4bKWV9.mjs → App-CL5q29Mi.mjs} +2 -2
- package/dist/_chunks/{App-BvYLeEbF.js → App-DF-VsbDW.js} +2 -2
- package/dist/_chunks/{License-Bgcm630d.mjs → License-D9piCp34.mjs} +1 -1
- package/dist/_chunks/{License-DPyeZQWz.js → License-Dmm1d3fQ.js} +1 -1
- package/dist/_chunks/{OnlineUsersWidget-E2FA7rGi.mjs → OnlineUsersWidget-DHsthkt0.mjs} +1 -1
- package/dist/_chunks/{OnlineUsersWidget-BYnqhN3O.js → OnlineUsersWidget-KchZ_ScS.js} +1 -1
- package/dist/_chunks/{Settings-Bt6wy131.js → Settings-CUNaxDWk.js} +255 -2
- package/dist/_chunks/{Settings-D9N7m11p.mjs → Settings-D6ILgR9X.mjs} +255 -2
- package/dist/_chunks/{UpgradePage-DM23ZYVa.mjs → UpgradePage-D697BVWo.mjs} +1 -1
- package/dist/_chunks/{UpgradePage-Bh21Lg-G.js → UpgradePage-Dwrv7g8L.js} +1 -1
- package/dist/_chunks/{index-BRESWp1b.js → index-CTxGMDHr.js} +6 -6
- package/dist/_chunks/{index-BbbrBv3t.mjs → index-CwxKazpc.mjs} +6 -6
- package/dist/_chunks/{useLicense-Bszkymz3.mjs → useLicense-B9WW9s_d.mjs} +1 -1
- package/dist/_chunks/{useLicense-D_wQcoMn.js → useLicense-BEbtA_Zo.js} +1 -1
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/dist/server/index.js +526 -200
- package/dist/server/index.mjs +526 -200
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@ import { useFetchClient, useNotification } from "@strapi/strapi/admin";
|
|
|
4
4
|
import styled from "styled-components";
|
|
5
5
|
import { Flex, Typography, Box, Badge, Button } from "@strapi/design-system";
|
|
6
6
|
import { Check, Cross, Sparkle, Lightning, Rocket } from "@strapi/icons";
|
|
7
|
-
import { a as pluginId } from "./index-
|
|
7
|
+
import { a as pluginId } from "./index-CwxKazpc.mjs";
|
|
8
8
|
const Container = styled(Box)`
|
|
9
9
|
padding: 32px;
|
|
10
10
|
max-width: 1400px;
|
|
@@ -6,7 +6,7 @@ const admin = require("@strapi/strapi/admin");
|
|
|
6
6
|
const styled = require("styled-components");
|
|
7
7
|
const designSystem = require("@strapi/design-system");
|
|
8
8
|
const icons = require("@strapi/icons");
|
|
9
|
-
const index = require("./index-
|
|
9
|
+
const index = require("./index-CTxGMDHr.js");
|
|
10
10
|
const _interopDefault = (e) => e && e.__esModule ? e : { default: e };
|
|
11
11
|
const styled__default = /* @__PURE__ */ _interopDefault(styled);
|
|
12
12
|
const Container = styled__default.default(designSystem.Box)`
|
|
@@ -444,7 +444,7 @@ const index = {
|
|
|
444
444
|
id: `${pluginId}.plugin.name`,
|
|
445
445
|
defaultMessage: pluginPkg.strapi.displayName
|
|
446
446
|
},
|
|
447
|
-
Component: () => Promise.resolve().then(() => require("./App-
|
|
447
|
+
Component: () => Promise.resolve().then(() => require("./App-DF-VsbDW.js")),
|
|
448
448
|
permissions: pluginPermissions
|
|
449
449
|
});
|
|
450
450
|
app.createSettingSection(
|
|
@@ -461,7 +461,7 @@ const index = {
|
|
|
461
461
|
},
|
|
462
462
|
id: "upgrade",
|
|
463
463
|
to: `${pluginId}/upgrade`,
|
|
464
|
-
Component: () => Promise.resolve().then(() => require("./UpgradePage-
|
|
464
|
+
Component: () => Promise.resolve().then(() => require("./UpgradePage-Dwrv7g8L.js")),
|
|
465
465
|
permissions: pluginPermissions
|
|
466
466
|
},
|
|
467
467
|
{
|
|
@@ -471,7 +471,7 @@ const index = {
|
|
|
471
471
|
},
|
|
472
472
|
id: "general",
|
|
473
473
|
to: `${pluginId}/general`,
|
|
474
|
-
Component: () => Promise.resolve().then(() => require("./Settings-
|
|
474
|
+
Component: () => Promise.resolve().then(() => require("./Settings-CUNaxDWk.js")),
|
|
475
475
|
permissions: pluginPermissions
|
|
476
476
|
},
|
|
477
477
|
{
|
|
@@ -481,7 +481,7 @@ const index = {
|
|
|
481
481
|
},
|
|
482
482
|
id: "analytics",
|
|
483
483
|
to: `${pluginId}/analytics`,
|
|
484
|
-
Component: () => Promise.resolve().then(() => require("./Analytics-
|
|
484
|
+
Component: () => Promise.resolve().then(() => require("./Analytics-DM4_UffY.js")),
|
|
485
485
|
permissions: pluginPermissions
|
|
486
486
|
},
|
|
487
487
|
{
|
|
@@ -491,7 +491,7 @@ const index = {
|
|
|
491
491
|
},
|
|
492
492
|
id: "license",
|
|
493
493
|
to: `${pluginId}/license`,
|
|
494
|
-
Component: () => Promise.resolve().then(() => require("./License-
|
|
494
|
+
Component: () => Promise.resolve().then(() => require("./License-Dmm1d3fQ.js")),
|
|
495
495
|
permissions: pluginPermissions
|
|
496
496
|
}
|
|
497
497
|
]
|
|
@@ -510,7 +510,7 @@ const index = {
|
|
|
510
510
|
defaultMessage: "Online Users"
|
|
511
511
|
},
|
|
512
512
|
component: async () => {
|
|
513
|
-
const component = await Promise.resolve().then(() => require("./OnlineUsersWidget-
|
|
513
|
+
const component = await Promise.resolve().then(() => require("./OnlineUsersWidget-KchZ_ScS.js"));
|
|
514
514
|
return component.default;
|
|
515
515
|
},
|
|
516
516
|
id: "online-users-widget",
|
|
@@ -441,7 +441,7 @@ const index = {
|
|
|
441
441
|
id: `${pluginId}.plugin.name`,
|
|
442
442
|
defaultMessage: pluginPkg.strapi.displayName
|
|
443
443
|
},
|
|
444
|
-
Component: () => import("./App-
|
|
444
|
+
Component: () => import("./App-CL5q29Mi.mjs"),
|
|
445
445
|
permissions: pluginPermissions
|
|
446
446
|
});
|
|
447
447
|
app.createSettingSection(
|
|
@@ -458,7 +458,7 @@ const index = {
|
|
|
458
458
|
},
|
|
459
459
|
id: "upgrade",
|
|
460
460
|
to: `${pluginId}/upgrade`,
|
|
461
|
-
Component: () => import("./UpgradePage-
|
|
461
|
+
Component: () => import("./UpgradePage-D697BVWo.mjs"),
|
|
462
462
|
permissions: pluginPermissions
|
|
463
463
|
},
|
|
464
464
|
{
|
|
@@ -468,7 +468,7 @@ const index = {
|
|
|
468
468
|
},
|
|
469
469
|
id: "general",
|
|
470
470
|
to: `${pluginId}/general`,
|
|
471
|
-
Component: () => import("./Settings-
|
|
471
|
+
Component: () => import("./Settings-D6ILgR9X.mjs"),
|
|
472
472
|
permissions: pluginPermissions
|
|
473
473
|
},
|
|
474
474
|
{
|
|
@@ -478,7 +478,7 @@ const index = {
|
|
|
478
478
|
},
|
|
479
479
|
id: "analytics",
|
|
480
480
|
to: `${pluginId}/analytics`,
|
|
481
|
-
Component: () => import("./Analytics
|
|
481
|
+
Component: () => import("./Analytics--qB2cKuD.mjs"),
|
|
482
482
|
permissions: pluginPermissions
|
|
483
483
|
},
|
|
484
484
|
{
|
|
@@ -488,7 +488,7 @@ const index = {
|
|
|
488
488
|
},
|
|
489
489
|
id: "license",
|
|
490
490
|
to: `${pluginId}/license`,
|
|
491
|
-
Component: () => import("./License-
|
|
491
|
+
Component: () => import("./License-D9piCp34.mjs"),
|
|
492
492
|
permissions: pluginPermissions
|
|
493
493
|
}
|
|
494
494
|
]
|
|
@@ -507,7 +507,7 @@ const index = {
|
|
|
507
507
|
defaultMessage: "Online Users"
|
|
508
508
|
},
|
|
509
509
|
component: async () => {
|
|
510
|
-
const component = await import("./OnlineUsersWidget-
|
|
510
|
+
const component = await import("./OnlineUsersWidget-DHsthkt0.mjs");
|
|
511
511
|
return component.default;
|
|
512
512
|
},
|
|
513
513
|
id: "online-users-widget",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useState, useEffect } from "react";
|
|
2
2
|
import { useFetchClient } from "@strapi/strapi/admin";
|
|
3
|
-
import { a as pluginId } from "./index-
|
|
3
|
+
import { a as pluginId } from "./index-CwxKazpc.mjs";
|
|
4
4
|
const useLicense = () => {
|
|
5
5
|
const { get } = useFetchClient();
|
|
6
6
|
const [isPremium, setIsPremium] = useState(false);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const react = require("react");
|
|
3
3
|
const admin = require("@strapi/strapi/admin");
|
|
4
|
-
const index = require("./index-
|
|
4
|
+
const index = require("./index-CTxGMDHr.js");
|
|
5
5
|
const useLicense = () => {
|
|
6
6
|
const { get } = admin.useFetchClient();
|
|
7
7
|
const [isPremium, setIsPremium] = react.useState(false);
|
package/dist/admin/index.js
CHANGED
package/dist/admin/index.mjs
CHANGED