@mulmoclaude/markdown-utils 1.3.3 → 1.3.4

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.
@@ -3,5 +3,5 @@ export declare function formatLocalDate(timestampMs: number): string;
3
3
  export declare function buildPdfFilename(opts: {
4
4
  name: string | null | undefined;
5
5
  fallback: string;
6
- timestampMs?: number;
6
+ timestampMs?: number | undefined;
7
7
  }): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mulmoclaude/markdown-utils",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "Browser-safe markdown / image rendering utilities shared by the MulmoClaude host and the markdown plugin",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",