strapi-plugin-magic-sessionmanager 4.5.5 → 4.5.7
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/CHANGELOG.md +538 -0
- package/LICENSE +0 -7
- package/dist/{_chunks/Analytics-DM4_UffY.js → admin/Analytics-DxXG_BpS.js} +2 -2
- package/dist/{_chunks/Analytics--qB2cKuD.mjs → admin/Analytics-duuWFisW.mjs} +2 -2
- package/dist/{_chunks/App-DF-VsbDW.js → admin/App-CJjP4mbQ.js} +2 -2
- package/dist/{_chunks/App-CL5q29Mi.mjs → admin/App-GkMdfGI9.mjs} +2 -2
- package/dist/{_chunks/License-D9piCp34.mjs → admin/License-BNVOKPuY.mjs} +1 -1
- package/dist/{_chunks/License-Dmm1d3fQ.js → admin/License-C3t0cfsv.js} +1 -1
- package/dist/{_chunks/OnlineUsersWidget-DHsthkt0.mjs → admin/OnlineUsersWidget-B0-hghLO.mjs} +1 -1
- package/dist/{_chunks/OnlineUsersWidget-KchZ_ScS.js → admin/OnlineUsersWidget-exT4gzjW.js} +1 -1
- package/dist/{_chunks/Settings-CUNaxDWk.js → admin/Settings-B1d-Uwaw.js} +2 -2
- package/dist/{_chunks/Settings-D6ILgR9X.mjs → admin/Settings-Btj8nlF0.mjs} +2 -2
- package/dist/{_chunks/UpgradePage-D697BVWo.mjs → admin/UpgradePage-C2606kz1.mjs} +1 -1
- package/dist/{_chunks/UpgradePage-Dwrv7g8L.js → admin/UpgradePage-DnaxsmcR.js} +1 -1
- package/dist/{_chunks/index-CwxKazpc.mjs → admin/index-CX0Miz6f.mjs} +7 -10
- package/dist/{_chunks/index-CTxGMDHr.js → admin/index-Cdemkjz9.js} +7 -10
- package/dist/admin/index.js +3 -2
- package/dist/admin/index.mjs +1 -1
- package/dist/{_chunks/useLicense-BEbtA_Zo.js → admin/useLicense-BAdO5xWc.js} +1 -1
- package/dist/{_chunks/useLicense-B9WW9s_d.mjs → admin/useLicense-q66Wnl3m.mjs} +1 -1
- package/dist/server/index.js +11 -51976
- package/dist/server/index.mjs +11 -51966
- package/package.json +12 -7
- package/COPYRIGHT_NOTICE.txt +0 -20
- /package/dist/{_chunks → admin}/StyledButtons-Cz8oYhmc.mjs +0 -0
- /package/dist/{_chunks → admin}/StyledButtons-DDuxnYz8.js +0 -0
- /package/dist/{_chunks → admin}/de-CDA1V0rF.mjs +0 -0
- /package/dist/{_chunks → admin}/de-I-Q-pWqu.js +0 -0
- /package/dist/{_chunks → admin}/en-Bd7_h-4e.js +0 -0
- /package/dist/{_chunks → admin}/en-DzmOCyzQ.mjs +0 -0
- /package/dist/{_chunks → admin}/es-BcAx18XG.js +0 -0
- /package/dist/{_chunks → admin}/es-Cx-SN6qV.mjs +0 -0
- /package/dist/{_chunks → admin}/fr-DCzYMuJ-.js +0 -0
- /package/dist/{_chunks → admin}/fr-DXlXE5Eo.mjs +0 -0
- /package/dist/{_chunks → admin}/pt-21-MAb72.js +0 -0
- /package/dist/{_chunks → admin}/pt-zsdTSjba.mjs +0 -0
|
@@ -5,8 +5,8 @@ import { Flex, Loader, Typography, Button, Box, Badge, Accordion, Grid, SingleSe
|
|
|
5
5
|
import { useFetchClient, useNotification } from "@strapi/strapi/admin";
|
|
6
6
|
import { Check, Information, Cog, Trash, Shield, Code, Duplicate, Clock, Mail } from "@strapi/icons";
|
|
7
7
|
import styled, { css, keyframes } from "styled-components";
|
|
8
|
-
import { a as pluginId, g as getTranslation } from "./index-
|
|
9
|
-
import { u as useLicense } from "./useLicense-
|
|
8
|
+
import { a as pluginId, g as getTranslation } from "./index-CX0Miz6f.mjs";
|
|
9
|
+
import { u as useLicense } from "./useLicense-q66Wnl3m.mjs";
|
|
10
10
|
import { D as DangerButton, S as ShowHideButton, G as GradientButton, C as CopyButton, T as TertiaryButton, c as SecondaryButton } from "./StyledButtons-Cz8oYhmc.mjs";
|
|
11
11
|
const COUNTRIES = [
|
|
12
12
|
{ code: "DE", name: "Germany", flag: "🇩🇪" },
|
|
@@ -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-CX0Miz6f.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-Cdemkjz9.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)`
|
|
@@ -5,10 +5,7 @@ import { useIntl } from "react-intl";
|
|
|
5
5
|
import styled from "styled-components";
|
|
6
6
|
import { Box, Typography, Flex, Badge, Divider } from "@strapi/design-system";
|
|
7
7
|
import { Server, Clock, User, Cross, Check, Phone, Monitor } from "@strapi/icons";
|
|
8
|
-
const strapi = {
|
|
9
|
-
name: "magic-sessionmanager",
|
|
10
|
-
displayName: "Magic Sessionmanager"
|
|
11
|
-
};
|
|
8
|
+
const strapi = { "name": "magic-sessionmanager", "displayName": "Magic Sessionmanager" };
|
|
12
9
|
const pluginPkg = {
|
|
13
10
|
strapi
|
|
14
11
|
};
|
|
@@ -441,7 +438,7 @@ const index = {
|
|
|
441
438
|
id: `${pluginId}.plugin.name`,
|
|
442
439
|
defaultMessage: pluginPkg.strapi.displayName
|
|
443
440
|
},
|
|
444
|
-
Component: () => import("./App-
|
|
441
|
+
Component: () => import("./App-GkMdfGI9.mjs"),
|
|
445
442
|
permissions: pluginPermissions
|
|
446
443
|
});
|
|
447
444
|
app.createSettingSection(
|
|
@@ -458,7 +455,7 @@ const index = {
|
|
|
458
455
|
},
|
|
459
456
|
id: "upgrade",
|
|
460
457
|
to: `${pluginId}/upgrade`,
|
|
461
|
-
Component: () => import("./UpgradePage-
|
|
458
|
+
Component: () => import("./UpgradePage-C2606kz1.mjs"),
|
|
462
459
|
permissions: pluginPermissions
|
|
463
460
|
},
|
|
464
461
|
{
|
|
@@ -468,7 +465,7 @@ const index = {
|
|
|
468
465
|
},
|
|
469
466
|
id: "general",
|
|
470
467
|
to: `${pluginId}/general`,
|
|
471
|
-
Component: () => import("./Settings-
|
|
468
|
+
Component: () => import("./Settings-Btj8nlF0.mjs"),
|
|
472
469
|
permissions: pluginPermissions
|
|
473
470
|
},
|
|
474
471
|
{
|
|
@@ -478,7 +475,7 @@ const index = {
|
|
|
478
475
|
},
|
|
479
476
|
id: "analytics",
|
|
480
477
|
to: `${pluginId}/analytics`,
|
|
481
|
-
Component: () => import("./Analytics
|
|
478
|
+
Component: () => import("./Analytics-duuWFisW.mjs"),
|
|
482
479
|
permissions: pluginPermissions
|
|
483
480
|
},
|
|
484
481
|
{
|
|
@@ -488,7 +485,7 @@ const index = {
|
|
|
488
485
|
},
|
|
489
486
|
id: "license",
|
|
490
487
|
to: `${pluginId}/license`,
|
|
491
|
-
Component: () => import("./License-
|
|
488
|
+
Component: () => import("./License-BNVOKPuY.mjs"),
|
|
492
489
|
permissions: pluginPermissions
|
|
493
490
|
}
|
|
494
491
|
]
|
|
@@ -507,7 +504,7 @@ const index = {
|
|
|
507
504
|
defaultMessage: "Online Users"
|
|
508
505
|
},
|
|
509
506
|
component: async () => {
|
|
510
|
-
const component = await import("./OnlineUsersWidget-
|
|
507
|
+
const component = await import("./OnlineUsersWidget-B0-hghLO.mjs");
|
|
511
508
|
return component.default;
|
|
512
509
|
},
|
|
513
510
|
id: "online-users-widget",
|
|
@@ -8,10 +8,7 @@ const designSystem = require("@strapi/design-system");
|
|
|
8
8
|
const icons = require("@strapi/icons");
|
|
9
9
|
const _interopDefault = (e) => e && e.__esModule ? e : { default: e };
|
|
10
10
|
const styled__default = /* @__PURE__ */ _interopDefault(styled);
|
|
11
|
-
const strapi = {
|
|
12
|
-
name: "magic-sessionmanager",
|
|
13
|
-
displayName: "Magic Sessionmanager"
|
|
14
|
-
};
|
|
11
|
+
const strapi = { "name": "magic-sessionmanager", "displayName": "Magic Sessionmanager" };
|
|
15
12
|
const pluginPkg = {
|
|
16
13
|
strapi
|
|
17
14
|
};
|
|
@@ -444,7 +441,7 @@ const index = {
|
|
|
444
441
|
id: `${pluginId}.plugin.name`,
|
|
445
442
|
defaultMessage: pluginPkg.strapi.displayName
|
|
446
443
|
},
|
|
447
|
-
Component: () => Promise.resolve().then(() => require("./App-
|
|
444
|
+
Component: () => Promise.resolve().then(() => require("./App-CJjP4mbQ.js")),
|
|
448
445
|
permissions: pluginPermissions
|
|
449
446
|
});
|
|
450
447
|
app.createSettingSection(
|
|
@@ -461,7 +458,7 @@ const index = {
|
|
|
461
458
|
},
|
|
462
459
|
id: "upgrade",
|
|
463
460
|
to: `${pluginId}/upgrade`,
|
|
464
|
-
Component: () => Promise.resolve().then(() => require("./UpgradePage-
|
|
461
|
+
Component: () => Promise.resolve().then(() => require("./UpgradePage-DnaxsmcR.js")),
|
|
465
462
|
permissions: pluginPermissions
|
|
466
463
|
},
|
|
467
464
|
{
|
|
@@ -471,7 +468,7 @@ const index = {
|
|
|
471
468
|
},
|
|
472
469
|
id: "general",
|
|
473
470
|
to: `${pluginId}/general`,
|
|
474
|
-
Component: () => Promise.resolve().then(() => require("./Settings-
|
|
471
|
+
Component: () => Promise.resolve().then(() => require("./Settings-B1d-Uwaw.js")),
|
|
475
472
|
permissions: pluginPermissions
|
|
476
473
|
},
|
|
477
474
|
{
|
|
@@ -481,7 +478,7 @@ const index = {
|
|
|
481
478
|
},
|
|
482
479
|
id: "analytics",
|
|
483
480
|
to: `${pluginId}/analytics`,
|
|
484
|
-
Component: () => Promise.resolve().then(() => require("./Analytics-
|
|
481
|
+
Component: () => Promise.resolve().then(() => require("./Analytics-DxXG_BpS.js")),
|
|
485
482
|
permissions: pluginPermissions
|
|
486
483
|
},
|
|
487
484
|
{
|
|
@@ -491,7 +488,7 @@ const index = {
|
|
|
491
488
|
},
|
|
492
489
|
id: "license",
|
|
493
490
|
to: `${pluginId}/license`,
|
|
494
|
-
Component: () => Promise.resolve().then(() => require("./License-
|
|
491
|
+
Component: () => Promise.resolve().then(() => require("./License-C3t0cfsv.js")),
|
|
495
492
|
permissions: pluginPermissions
|
|
496
493
|
}
|
|
497
494
|
]
|
|
@@ -510,7 +507,7 @@ const index = {
|
|
|
510
507
|
defaultMessage: "Online Users"
|
|
511
508
|
},
|
|
512
509
|
component: async () => {
|
|
513
|
-
const component = await Promise.resolve().then(() => require("./OnlineUsersWidget-
|
|
510
|
+
const component = await Promise.resolve().then(() => require("./OnlineUsersWidget-exT4gzjW.js"));
|
|
514
511
|
return component.default;
|
|
515
512
|
},
|
|
516
513
|
id: "online-users-widget",
|
package/dist/admin/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const index = require("./index-Cdemkjz9.js");
|
|
4
|
+
exports.default = index.index;
|
package/dist/admin/index.mjs
CHANGED
|
@@ -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-Cdemkjz9.js");
|
|
5
5
|
const useLicense = () => {
|
|
6
6
|
const { get } = admin.useFetchClient();
|
|
7
7
|
const [isPremium, setIsPremium] = react.useState(false);
|
|
@@ -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-CX0Miz6f.mjs";
|
|
4
4
|
const useLicense = () => {
|
|
5
5
|
const { get } = useFetchClient();
|
|
6
6
|
const [isPremium, setIsPremium] = useState(false);
|