@dyrected/admin 2.5.55 → 2.5.58

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.
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Resolves the previewUrl from a collection schema against a document entry.
3
+ * Handles both function-based configurations and Jexl string evaluations.
4
+ */
5
+ export declare function resolvePreviewUrl(previewUrlConfig: string | ((doc: any, opts: any) => string | null) | undefined, entry: any, siteUrl: string): string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dyrected/admin",
3
- "version": "2.5.55",
3
+ "version": "2.5.58",
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.55",
68
- "@dyrected/knowledge": "^0.2.10",
69
- "@dyrected/sdk": "^2.5.55"
67
+ "@dyrected/core": "^2.5.58",
68
+ "@dyrected/knowledge": "^0.2.11",
69
+ "@dyrected/sdk": "^2.5.58"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "@tanstack/react-query": "^5.0.0",