tienjs-chartbrew-plugin-strapi 0.1.7 → 0.1.8

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.
@@ -4,8 +4,8 @@ import { Link, Routes, Route } from "react-router-dom";
4
4
  import { Layouts, Page } from "@strapi/strapi/admin";
5
5
  import { LinkButton, Loader, Box, Flex, Typography, SingleSelect, SingleSelectOption, EmptyStateLayout, Alert, Link as Link$1, Checkbox, Grid, Button, Divider, Combobox, ComboboxOption } from "@strapi/design-system";
6
6
  import { ChartCircle, Plus, ExternalLink, ArrowLeft } from "@strapi/icons";
7
- import { P as PLUGIN_ID } from "./index-DeK0W1z9.mjs";
8
- import { g as getSettings, s as setSettings, i as instance } from "./store-BG_fAw2k.mjs";
7
+ import { P as PLUGIN_ID } from "./index-CoefDbt4.mjs";
8
+ import { g as getSettings, s as setSettings, i as instance } from "./store-ubI4wW6m.mjs";
9
9
  import "js-cookie";
10
10
  import "tldts";
11
11
  async function login() {
@@ -6,8 +6,8 @@ const reactRouterDom = require("react-router-dom");
6
6
  const admin = require("@strapi/strapi/admin");
7
7
  const designSystem = require("@strapi/design-system");
8
8
  const icons = require("@strapi/icons");
9
- const index = require("./index-De0dckJO.js");
10
- const store = require("./store-BL7huviu.js");
9
+ const index = require("./index-B3p4mN2L.js");
10
+ const store = require("./store-CoBqW3WZ.js");
11
11
  require("js-cookie");
12
12
  require("tldts");
13
13
  async function login() {
@@ -4,8 +4,8 @@ import { LinkButton, Box, Typography, Tabs, Field, Button, Link, Flex, Alert } f
4
4
  import { useNotification, Layouts } from "@strapi/strapi/admin";
5
5
  import { ExternalLink, Magic, Check, Cross, ChevronRight } from "@strapi/icons";
6
6
  import { Link as Link$1 } from "react-router-dom";
7
- import { P as PLUGIN_ID } from "./index-DeK0W1z9.mjs";
8
- import { g as getSettings, s as setSettings } from "./store-BG_fAw2k.mjs";
7
+ import { P as PLUGIN_ID } from "./index-CoefDbt4.mjs";
8
+ import { g as getSettings, s as setSettings } from "./store-ubI4wW6m.mjs";
9
9
  const defaultHost = "https://api.chartbrew.com";
10
10
  const defaultClientHost = "https://app.chartbrew.com";
11
11
  const strapiHostEnv = process.env.STRAPI_ADMIN_BACKEND_URL;
@@ -6,8 +6,8 @@ const designSystem = require("@strapi/design-system");
6
6
  const admin = require("@strapi/strapi/admin");
7
7
  const icons = require("@strapi/icons");
8
8
  const reactRouterDom = require("react-router-dom");
9
- const index = require("./index-De0dckJO.js");
10
- const store = require("./store-BL7huviu.js");
9
+ const index = require("./index-B3p4mN2L.js");
10
+ const store = require("./store-CoBqW3WZ.js");
11
11
  const defaultHost = "https://api.chartbrew.com";
12
12
  const defaultClientHost = "https://app.chartbrew.com";
13
13
  const strapiHostEnv = process.env.STRAPI_ADMIN_BACKEND_URL;
@@ -38,7 +38,7 @@ const index = {
38
38
  defaultMessage: "Chartbrew"
39
39
  },
40
40
  Component: async () => {
41
- const { App } = await Promise.resolve().then(() => require("./App-Bd18q5Bf.js"));
41
+ const { App } = await Promise.resolve().then(() => require("./App-lt6HG6qW.js"));
42
42
  return App;
43
43
  }
44
44
  });
@@ -59,7 +59,7 @@ const index = {
59
59
  id: "settings",
60
60
  to: `/settings/${PLUGIN_ID}`,
61
61
  Component: async () => {
62
- const { Setup } = await Promise.resolve().then(() => require("./Setup-D_-pcwTK.js"));
62
+ const { Setup } = await Promise.resolve().then(() => require("./Setup-DxewPleY.js"));
63
63
  return Setup;
64
64
  }
65
65
  }
@@ -37,7 +37,7 @@ const index = {
37
37
  defaultMessage: "Chartbrew"
38
38
  },
39
39
  Component: async () => {
40
- const { App } = await import("./App-BGy6PqLW.mjs");
40
+ const { App } = await import("./App-BpC7R0_j.mjs");
41
41
  return App;
42
42
  }
43
43
  });
@@ -58,7 +58,7 @@ const index = {
58
58
  id: "settings",
59
59
  to: `/settings/${PLUGIN_ID}`,
60
60
  Component: async () => {
61
- const { Setup } = await import("./Setup-Cfd0UlZO.mjs");
61
+ const { Setup } = await import("./Setup-BMdCvgpv.mjs");
62
62
  return Setup;
63
63
  }
64
64
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  const Cookies = require("js-cookie");
3
- const index = require("./index-De0dckJO.js");
3
+ const index = require("./index-B3p4mN2L.js");
4
4
  const tldts = require("tldts");
5
5
  const _interopDefault = (e) => e && e.__esModule ? e : { default: e };
6
6
  const Cookies__default = /* @__PURE__ */ _interopDefault(Cookies);
@@ -2500,8 +2500,6 @@ instance.interceptors.response.use(
2500
2500
  );
2501
2501
  async function getSettings() {
2502
2502
  const settings = await instance.get(`/${index.PLUGIN_ID}/settings`);
2503
- console.log({ domain: tldts.parse("https://admin.kairos.geekup.io/") });
2504
- console.log({ domain2: tldts.parse("https://admin.kairos.geekup.io/").domain });
2505
2503
  const token = settings.data.token;
2506
2504
  Cookies__default.default.set("brewToken", token, {
2507
2505
  sameSite: "None",
@@ -1,5 +1,5 @@
1
1
  import Cookies from "js-cookie";
2
- import { P as PLUGIN_ID } from "./index-DeK0W1z9.mjs";
2
+ import { P as PLUGIN_ID } from "./index-CoefDbt4.mjs";
3
3
  import { parse } from "tldts";
4
4
  function bind(fn, thisArg) {
5
5
  return function wrap() {
@@ -2497,8 +2497,6 @@ instance.interceptors.response.use(
2497
2497
  );
2498
2498
  async function getSettings() {
2499
2499
  const settings = await instance.get(`/${PLUGIN_ID}/settings`);
2500
- console.log({ domain: parse("https://admin.kairos.geekup.io/") });
2501
- console.log({ domain2: parse("https://admin.kairos.geekup.io/").domain });
2502
2500
  const token = settings.data.token;
2503
2501
  Cookies.set("brewToken", token, {
2504
2502
  sameSite: "None",
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const index = require("../_chunks/index-De0dckJO.js");
2
+ const index = require("../_chunks/index-B3p4mN2L.js");
3
3
  module.exports = index.index;
@@ -1,4 +1,4 @@
1
- import { i } from "../_chunks/index-DeK0W1z9.mjs";
1
+ import { i } from "../_chunks/index-CoefDbt4.mjs";
2
2
  export {
3
3
  i as default
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tienjs-chartbrew-plugin-strapi",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Chartbrew brings data visualization to your Strapi dashboard",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/chartbrew/strapi-plugin-chartbrew#readme",