strapi-plugin-magic-sessionmanager 4.5.9 → 4.5.10

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.
Files changed (34) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/{admin/Analytics-duuWFisW.mjs → _chunks/Analytics--qB2cKuD.mjs} +2 -2
  3. package/dist/{admin/Analytics-DxXG_BpS.js → _chunks/Analytics-DM4_UffY.js} +2 -2
  4. package/dist/{admin/App-GkMdfGI9.mjs → _chunks/App-CL5q29Mi.mjs} +2 -2
  5. package/dist/{admin/App-CJjP4mbQ.js → _chunks/App-DF-VsbDW.js} +2 -2
  6. package/dist/{admin/License-BNVOKPuY.mjs → _chunks/License-D9piCp34.mjs} +1 -1
  7. package/dist/{admin/License-C3t0cfsv.js → _chunks/License-Dmm1d3fQ.js} +1 -1
  8. package/dist/{admin/OnlineUsersWidget-B0-hghLO.mjs → _chunks/OnlineUsersWidget-DHsthkt0.mjs} +1 -1
  9. package/dist/{admin/OnlineUsersWidget-exT4gzjW.js → _chunks/OnlineUsersWidget-KchZ_ScS.js} +1 -1
  10. package/dist/{admin/Settings-B1d-Uwaw.js → _chunks/Settings-CUNaxDWk.js} +2 -2
  11. package/dist/{admin/Settings-Btj8nlF0.mjs → _chunks/Settings-D6ILgR9X.mjs} +2 -2
  12. package/dist/{admin/UpgradePage-C2606kz1.mjs → _chunks/UpgradePage-D697BVWo.mjs} +1 -1
  13. package/dist/{admin/UpgradePage-DnaxsmcR.js → _chunks/UpgradePage-Dwrv7g8L.js} +1 -1
  14. package/dist/{admin/index-Cdemkjz9.js → _chunks/index-CTxGMDHr.js} +10 -7
  15. package/dist/{admin/index-CX0Miz6f.mjs → _chunks/index-CwxKazpc.mjs} +10 -7
  16. package/dist/{admin/useLicense-q66Wnl3m.mjs → _chunks/useLicense-B9WW9s_d.mjs} +1 -1
  17. package/dist/{admin/useLicense-BAdO5xWc.js → _chunks/useLicense-BEbtA_Zo.js} +1 -1
  18. package/dist/admin/index.js +2 -3
  19. package/dist/admin/index.mjs +1 -1
  20. package/dist/server/index.js +51992 -11
  21. package/dist/server/index.mjs +51982 -11
  22. package/package.json +2 -2
  23. /package/dist/{admin → _chunks}/StyledButtons-Cz8oYhmc.mjs +0 -0
  24. /package/dist/{admin → _chunks}/StyledButtons-DDuxnYz8.js +0 -0
  25. /package/dist/{admin → _chunks}/de-CDA1V0rF.mjs +0 -0
  26. /package/dist/{admin → _chunks}/de-I-Q-pWqu.js +0 -0
  27. /package/dist/{admin → _chunks}/en-Bd7_h-4e.js +0 -0
  28. /package/dist/{admin → _chunks}/en-DzmOCyzQ.mjs +0 -0
  29. /package/dist/{admin → _chunks}/es-BcAx18XG.js +0 -0
  30. /package/dist/{admin → _chunks}/es-Cx-SN6qV.mjs +0 -0
  31. /package/dist/{admin → _chunks}/fr-DCzYMuJ-.js +0 -0
  32. /package/dist/{admin → _chunks}/fr-DXlXE5Eo.mjs +0 -0
  33. /package/dist/{admin → _chunks}/pt-21-MAb72.js +0 -0
  34. /package/dist/{admin → _chunks}/pt-zsdTSjba.mjs +0 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [4.5.10](https://github.com/Schero94/Magic-Sessionmanager/compare/v4.5.9...v4.5.10) (2026-04-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **build:** pin @strapi/sdk-plugin to ^5.4.0 — v6 produces broken 23-line stub bundles ([7e8784b](https://github.com/Schero94/Magic-Sessionmanager/commit/7e8784b3115604763007b1b34bb369a216e4001a))
7
+
1
8
  ## [4.5.9](https://github.com/Schero94/Magic-Sessionmanager/compare/v4.5.8...v4.5.9) (2026-04-21)
2
9
 
3
10
 
@@ -4,8 +4,8 @@ import { useFetchClient } from "@strapi/strapi/admin";
4
4
  import styled, { css, keyframes } from "styled-components";
5
5
  import { Loader, Typography, Box, Flex, Badge } from "@strapi/design-system";
6
6
  import { ChartBubble, Crown, User, Clock, Monitor } from "@strapi/icons";
7
- import { a as pluginId } from "./index-CX0Miz6f.mjs";
8
- import { u as useLicense } from "./useLicense-q66Wnl3m.mjs";
7
+ import { a as pluginId } from "./index-CwxKazpc.mjs";
8
+ import { u as useLicense } from "./useLicense-B9WW9s_d.mjs";
9
9
  const theme = {
10
10
  shadows: {
11
11
  sm: "0 1px 3px 0 rgba(0, 0, 0, 0.1)",
@@ -6,8 +6,8 @@ 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-Cdemkjz9.js");
10
- const useLicense = require("./useLicense-BAdO5xWc.js");
9
+ const index = require("./index-CTxGMDHr.js");
10
+ const useLicense = require("./useLicense-BEbtA_Zo.js");
11
11
  const _interopDefault = (e) => e && e.__esModule ? e : { default: e };
12
12
  const styled__default = /* @__PURE__ */ _interopDefault(styled);
13
13
  const theme = {
@@ -3,10 +3,10 @@ import { useState, useEffect } from "react";
3
3
  import { useIntl } from "react-intl";
4
4
  import { useFetchClient, useNotification, Page } from "@strapi/strapi/admin";
5
5
  import styled, { css, keyframes } from "styled-components";
6
- import { p as parseUserAgent, a as pluginId$1, g as getTranslation } from "./index-CX0Miz6f.mjs";
6
+ import { p as parseUserAgent, a as pluginId$1, g as getTranslation } from "./index-CwxKazpc.mjs";
7
7
  import { Modal, Flex, Box, Typography, Divider, Button, Loader, SingleSelect, SingleSelectOption, Thead, Tr, Th, Tbody, Td, Table, TextInput } from "@strapi/design-system";
8
8
  import { Check, Information, Monitor, Server, Clock, Cross, Earth, Shield, Crown, Phone, Download, User, Eye, Trash, Search, Key } from "@strapi/icons";
9
- import { u as useLicense } from "./useLicense-q66Wnl3m.mjs";
9
+ import { u as useLicense } from "./useLicense-B9WW9s_d.mjs";
10
10
  import { S as ShowHideButton, T as TertiaryButton, D as DangerButton, I as IconButtonPrimary, a as IconButtonWarning, b as IconButtonDanger } from "./StyledButtons-Cz8oYhmc.mjs";
11
11
  import { useNavigate } from "react-router-dom";
12
12
  const theme = {
@@ -5,10 +5,10 @@ const react = require("react");
5
5
  const reactIntl = require("react-intl");
6
6
  const admin = require("@strapi/strapi/admin");
7
7
  const styled = require("styled-components");
8
- const index = require("./index-Cdemkjz9.js");
8
+ const index = require("./index-CTxGMDHr.js");
9
9
  const designSystem = require("@strapi/design-system");
10
10
  const icons = require("@strapi/icons");
11
- const useLicense = require("./useLicense-BAdO5xWc.js");
11
+ const useLicense = require("./useLicense-BEbtA_Zo.js");
12
12
  const StyledButtons = require("./StyledButtons-DDuxnYz8.js");
13
13
  const reactRouterDom = require("react-router-dom");
14
14
  const _interopDefault = (e) => e && e.__esModule ? e : { default: e };
@@ -4,7 +4,7 @@ import { Loader, Box, Alert, Flex, Typography, Button, Badge, Accordion } from "
4
4
  import { useFetchClient, useNotification } from "@strapi/strapi/admin";
5
5
  import { ArrowClockwise, Duplicate, Download, User, Shield, Sparkle, ChartBubble } from "@strapi/icons";
6
6
  import styled, { css, keyframes } from "styled-components";
7
- import { a as pluginId } from "./index-CX0Miz6f.mjs";
7
+ import { a as pluginId } from "./index-CwxKazpc.mjs";
8
8
  const theme = {
9
9
  borderRadius: { lg: "12px" }
10
10
  };
@@ -6,7 +6,7 @@ const designSystem = require("@strapi/design-system");
6
6
  const admin = require("@strapi/strapi/admin");
7
7
  const icons = require("@strapi/icons");
8
8
  const styled = require("styled-components");
9
- const index = require("./index-Cdemkjz9.js");
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 theme = {
@@ -4,7 +4,7 @@ import { useIntl } from "react-intl";
4
4
  import { Box, Typography, Flex, Grid } from "@strapi/design-system";
5
5
  import { Check, Cross, Clock, User } from "@strapi/icons";
6
6
  import { useFetchClient } from "@strapi/strapi/admin";
7
- import { g as getTranslation } from "./index-CX0Miz6f.mjs";
7
+ import { g as getTranslation } from "./index-CwxKazpc.mjs";
8
8
  const OnlineUsersWidget = () => {
9
9
  const { formatMessage } = useIntl();
10
10
  const { get } = useFetchClient();
@@ -6,7 +6,7 @@ const reactIntl = require("react-intl");
6
6
  const designSystem = require("@strapi/design-system");
7
7
  const icons = require("@strapi/icons");
8
8
  const admin = require("@strapi/strapi/admin");
9
- const index = require("./index-Cdemkjz9.js");
9
+ const index = require("./index-CTxGMDHr.js");
10
10
  const OnlineUsersWidget = () => {
11
11
  const { formatMessage } = reactIntl.useIntl();
12
12
  const { get } = admin.useFetchClient();
@@ -7,8 +7,8 @@ const designSystem = require("@strapi/design-system");
7
7
  const admin = require("@strapi/strapi/admin");
8
8
  const icons = require("@strapi/icons");
9
9
  const styled = require("styled-components");
10
- const index = require("./index-Cdemkjz9.js");
11
- const useLicense = require("./useLicense-BAdO5xWc.js");
10
+ const index = require("./index-CTxGMDHr.js");
11
+ const useLicense = require("./useLicense-BEbtA_Zo.js");
12
12
  const StyledButtons = require("./StyledButtons-DDuxnYz8.js");
13
13
  const _interopDefault = (e) => e && e.__esModule ? e : { default: e };
14
14
  const styled__default = /* @__PURE__ */ _interopDefault(styled);
@@ -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-CX0Miz6f.mjs";
9
- import { u as useLicense } from "./useLicense-q66Wnl3m.mjs";
8
+ import { a as pluginId, g as getTranslation } from "./index-CwxKazpc.mjs";
9
+ import { u as useLicense } from "./useLicense-B9WW9s_d.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-CX0Miz6f.mjs";
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-Cdemkjz9.js");
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)`
@@ -8,7 +8,10 @@ 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 = { "name": "magic-sessionmanager", "displayName": "Magic Sessionmanager" };
11
+ const strapi = {
12
+ name: "magic-sessionmanager",
13
+ displayName: "Magic Sessionmanager"
14
+ };
12
15
  const pluginPkg = {
13
16
  strapi
14
17
  };
@@ -441,7 +444,7 @@ const index = {
441
444
  id: `${pluginId}.plugin.name`,
442
445
  defaultMessage: pluginPkg.strapi.displayName
443
446
  },
444
- Component: () => Promise.resolve().then(() => require("./App-CJjP4mbQ.js")),
447
+ Component: () => Promise.resolve().then(() => require("./App-DF-VsbDW.js")),
445
448
  permissions: pluginPermissions
446
449
  });
447
450
  app.createSettingSection(
@@ -458,7 +461,7 @@ const index = {
458
461
  },
459
462
  id: "upgrade",
460
463
  to: `${pluginId}/upgrade`,
461
- Component: () => Promise.resolve().then(() => require("./UpgradePage-DnaxsmcR.js")),
464
+ Component: () => Promise.resolve().then(() => require("./UpgradePage-Dwrv7g8L.js")),
462
465
  permissions: pluginPermissions
463
466
  },
464
467
  {
@@ -468,7 +471,7 @@ const index = {
468
471
  },
469
472
  id: "general",
470
473
  to: `${pluginId}/general`,
471
- Component: () => Promise.resolve().then(() => require("./Settings-B1d-Uwaw.js")),
474
+ Component: () => Promise.resolve().then(() => require("./Settings-CUNaxDWk.js")),
472
475
  permissions: pluginPermissions
473
476
  },
474
477
  {
@@ -478,7 +481,7 @@ const index = {
478
481
  },
479
482
  id: "analytics",
480
483
  to: `${pluginId}/analytics`,
481
- Component: () => Promise.resolve().then(() => require("./Analytics-DxXG_BpS.js")),
484
+ Component: () => Promise.resolve().then(() => require("./Analytics-DM4_UffY.js")),
482
485
  permissions: pluginPermissions
483
486
  },
484
487
  {
@@ -488,7 +491,7 @@ const index = {
488
491
  },
489
492
  id: "license",
490
493
  to: `${pluginId}/license`,
491
- Component: () => Promise.resolve().then(() => require("./License-C3t0cfsv.js")),
494
+ Component: () => Promise.resolve().then(() => require("./License-Dmm1d3fQ.js")),
492
495
  permissions: pluginPermissions
493
496
  }
494
497
  ]
@@ -507,7 +510,7 @@ const index = {
507
510
  defaultMessage: "Online Users"
508
511
  },
509
512
  component: async () => {
510
- const component = await Promise.resolve().then(() => require("./OnlineUsersWidget-exT4gzjW.js"));
513
+ const component = await Promise.resolve().then(() => require("./OnlineUsersWidget-KchZ_ScS.js"));
511
514
  return component.default;
512
515
  },
513
516
  id: "online-users-widget",
@@ -5,7 +5,10 @@ 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 = { "name": "magic-sessionmanager", "displayName": "Magic Sessionmanager" };
8
+ const strapi = {
9
+ name: "magic-sessionmanager",
10
+ displayName: "Magic Sessionmanager"
11
+ };
9
12
  const pluginPkg = {
10
13
  strapi
11
14
  };
@@ -438,7 +441,7 @@ const index = {
438
441
  id: `${pluginId}.plugin.name`,
439
442
  defaultMessage: pluginPkg.strapi.displayName
440
443
  },
441
- Component: () => import("./App-GkMdfGI9.mjs"),
444
+ Component: () => import("./App-CL5q29Mi.mjs"),
442
445
  permissions: pluginPermissions
443
446
  });
444
447
  app.createSettingSection(
@@ -455,7 +458,7 @@ const index = {
455
458
  },
456
459
  id: "upgrade",
457
460
  to: `${pluginId}/upgrade`,
458
- Component: () => import("./UpgradePage-C2606kz1.mjs"),
461
+ Component: () => import("./UpgradePage-D697BVWo.mjs"),
459
462
  permissions: pluginPermissions
460
463
  },
461
464
  {
@@ -465,7 +468,7 @@ const index = {
465
468
  },
466
469
  id: "general",
467
470
  to: `${pluginId}/general`,
468
- Component: () => import("./Settings-Btj8nlF0.mjs"),
471
+ Component: () => import("./Settings-D6ILgR9X.mjs"),
469
472
  permissions: pluginPermissions
470
473
  },
471
474
  {
@@ -475,7 +478,7 @@ const index = {
475
478
  },
476
479
  id: "analytics",
477
480
  to: `${pluginId}/analytics`,
478
- Component: () => import("./Analytics-duuWFisW.mjs"),
481
+ Component: () => import("./Analytics--qB2cKuD.mjs"),
479
482
  permissions: pluginPermissions
480
483
  },
481
484
  {
@@ -485,7 +488,7 @@ const index = {
485
488
  },
486
489
  id: "license",
487
490
  to: `${pluginId}/license`,
488
- Component: () => import("./License-BNVOKPuY.mjs"),
491
+ Component: () => import("./License-D9piCp34.mjs"),
489
492
  permissions: pluginPermissions
490
493
  }
491
494
  ]
@@ -504,7 +507,7 @@ const index = {
504
507
  defaultMessage: "Online Users"
505
508
  },
506
509
  component: async () => {
507
- const component = await import("./OnlineUsersWidget-B0-hghLO.mjs");
510
+ const component = await import("./OnlineUsersWidget-DHsthkt0.mjs");
508
511
  return component.default;
509
512
  },
510
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-CX0Miz6f.mjs";
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-Cdemkjz9.js");
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);
@@ -1,4 +1,3 @@
1
1
  "use strict";
2
- Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const index = require("./index-Cdemkjz9.js");
4
- exports.default = index.index;
2
+ const index = require("../_chunks/index-CTxGMDHr.js");
3
+ module.exports = index.index;
@@ -1,4 +1,4 @@
1
- import { i } from "./index-CX0Miz6f.mjs";
1
+ import { i } from "../_chunks/index-CwxKazpc.mjs";
2
2
  export {
3
3
  i as default
4
4
  };