@dyrected/admin 2.5.58 → 2.5.59

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 +3 -3
  2. package/package.json +4 -4
package/dist/index.mjs CHANGED
@@ -965,7 +965,7 @@ function isNewerVersion(latest, current) {
965
965
  return false;
966
966
  }
967
967
  function useUpdateCheck() {
968
- const currentVersion = "2.5.57";
968
+ const currentVersion = "2.5.58";
969
969
  const [updateInfo, setUpdateInfo] = useState(() => {
970
970
  if (typeof window === "undefined") return null;
971
971
  const cacheKey = "dyrected_latest_release";
@@ -1219,7 +1219,7 @@ function getStatusLabel(doc) {
1219
1219
  }
1220
1220
  function Dashboard() {
1221
1221
  const { client, components, user } = useDyrected();
1222
- const currentVersion = "2.5.57";
1222
+ const currentVersion = "2.5.58";
1223
1223
  const [latestVersion, setLatestVersion] = useState(() => {
1224
1224
  if (typeof window === "undefined") return null;
1225
1225
  return localStorage.getItem("dyrected_latest_release");
@@ -13968,7 +13968,7 @@ function SetupPromptUI({ config }) {
13968
13968
  setCopied(true);
13969
13969
  window.setTimeout(() => setCopied(false), 1800);
13970
13970
  }
13971
- const currentVersion = "2.5.57";
13971
+ const currentVersion = "2.5.58";
13972
13972
  const [latestVersion, setLatestVersion] = useState(() => {
13973
13973
  if (typeof window === "undefined") return null;
13974
13974
  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.58",
3
+ "version": "2.5.59",
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.58",
68
- "@dyrected/knowledge": "^0.2.11",
69
- "@dyrected/sdk": "^2.5.58"
67
+ "@dyrected/core": "^2.5.59",
68
+ "@dyrected/sdk": "^2.5.59",
69
+ "@dyrected/knowledge": "^0.2.11"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "@tanstack/react-query": "^5.0.0",