@dyrected/admin 2.5.52 → 2.5.53

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 (2) hide show
  1. package/dist/index.mjs +4 -4
  2. package/package.json +4 -4
package/dist/index.mjs CHANGED
@@ -887,7 +887,7 @@ function isNewerVersion(latest, current) {
887
887
  return false;
888
888
  }
889
889
  function useUpdateCheck() {
890
- const currentVersion = "2.5.52";
890
+ const currentVersion = "2.5.53";
891
891
  const [updateInfo, setUpdateInfo] = useState(() => {
892
892
  if (typeof window === "undefined") return null;
893
893
  const cacheKey = "dyrected_latest_release";
@@ -1130,7 +1130,7 @@ function getStatusLabel(doc) {
1130
1130
  }
1131
1131
  function Dashboard() {
1132
1132
  const { client, components, user } = useDyrected();
1133
- const currentVersion = "2.5.52";
1133
+ const currentVersion = "2.5.53";
1134
1134
  const [latestVersion, setLatestVersion] = useState(() => {
1135
1135
  if (typeof window === "undefined") return null;
1136
1136
  return localStorage.getItem("dyrected_latest_release");
@@ -12268,7 +12268,7 @@ function EditEntryPage() {
12268
12268
  })]
12269
12269
  }),
12270
12270
  isConfiguringView ? /* @__PURE__ */ jsxs("div", {
12271
- className: "dy-space-y-6",
12271
+ className: "dy-space-y-6 ",
12272
12272
  children: [/* @__PURE__ */ jsxs("div", {
12273
12273
  className: "dy-p-4 dy-rounded-xl",
12274
12274
  children: [/* @__PURE__ */ jsx("p", {
@@ -13757,7 +13757,7 @@ function SetupPromptUI({ config }) {
13757
13757
  setCopied(true);
13758
13758
  window.setTimeout(() => setCopied(false), 1800);
13759
13759
  }
13760
- const currentVersion = "2.5.52";
13760
+ const currentVersion = "2.5.53";
13761
13761
  const [latestVersion, setLatestVersion] = useState(() => {
13762
13762
  if (typeof window === "undefined") return null;
13763
13763
  return localStorage.getItem("dyrected_latest_release");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dyrected/admin",
3
- "version": "2.5.52",
3
+ "version": "2.5.53",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -64,9 +64,9 @@
64
64
  "tailwind-merge": "^3.5.0",
65
65
  "tailwindcss-animate": "^1.0.7",
66
66
  "zod": "^3.25.76",
67
- "@dyrected/core": "^2.5.52",
68
- "@dyrected/knowledge": "^0.2.9",
69
- "@dyrected/sdk": "^2.5.52"
67
+ "@dyrected/core": "^2.5.53",
68
+ "@dyrected/sdk": "^2.5.53",
69
+ "@dyrected/knowledge": "^0.2.10"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "@tanstack/react-query": "^5.0.0",