rtf-codec 4.0.3 → 4.0.5

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.
package/dist/codec.d.cts CHANGED
@@ -1908,6 +1908,9 @@ declare const rtfContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, U
1908
1908
  thisWeek: "thisWeek";
1909
1909
  lastWeek: "lastWeek";
1910
1910
  nextWeek: "nextWeek";
1911
+ thisYear: "thisYear";
1912
+ lastYear: "lastYear";
1913
+ nextYear: "nextYear";
1911
1914
  }>;
1912
1915
  style: z.ZodOptional<z.ZodObject<{
1913
1916
  textColor: z.ZodOptional<z.ZodObject<{
package/dist/codec.d.ts CHANGED
@@ -1908,6 +1908,9 @@ declare const rtfContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, U
1908
1908
  thisWeek: "thisWeek";
1909
1909
  lastWeek: "lastWeek";
1910
1910
  nextWeek: "nextWeek";
1911
+ thisYear: "thisYear";
1912
+ lastYear: "lastYear";
1913
+ nextYear: "nextYear";
1911
1914
  }>;
1912
1915
  style: z.ZodOptional<z.ZodObject<{
1913
1916
  textColor: z.ZodOptional<z.ZodObject<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rtf-codec",
3
- "version": "4.0.3",
3
+ "version": "4.0.5",
4
4
  "description": "Hand-written Rich Text Format (RTF 1.9.1) reader and writer against the shared document-schema.js content pivot.",
5
5
  "type": "module",
6
6
  "repository": {
@@ -80,8 +80,8 @@
80
80
  "license": "MIT",
81
81
  "packageManager": "pnpm@11.6.0",
82
82
  "dependencies": {
83
- "archive-codec": "^1.6.7",
84
- "document-schema.js": "^7.2.0",
83
+ "archive-codec": "^1.7.0",
84
+ "document-schema.js": "^7.3.0",
85
85
  "zod": "^4.4.3"
86
86
  },
87
87
  "devDependencies": {