document-operations 1.1.32 → 1.1.33

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/index.d.cts CHANGED
@@ -817,8 +817,8 @@ declare const documentAppendParagraphsOperation: {
817
817
  headingLevel: z.ZodOptional<z.ZodNumber>;
818
818
  alignment: z.ZodOptional<z.ZodEnum<{
819
819
  left: "left";
820
- center: "center";
821
820
  right: "right";
821
+ center: "center";
822
822
  justify: "justify";
823
823
  }>>;
824
824
  runs: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -858,7 +858,7 @@ declare const documentAppendParagraphsOperation: {
858
858
  text?: string | undefined;
859
859
  styleId?: string | undefined;
860
860
  headingLevel?: number | undefined;
861
- alignment?: "left" | "center" | "right" | "justify" | undefined;
861
+ alignment?: "left" | "right" | "center" | "justify" | undefined;
862
862
  runs?: {
863
863
  text?: string | undefined;
864
864
  bold?: boolean | undefined;
package/dist/index.d.ts CHANGED
@@ -817,8 +817,8 @@ declare const documentAppendParagraphsOperation: {
817
817
  headingLevel: z.ZodOptional<z.ZodNumber>;
818
818
  alignment: z.ZodOptional<z.ZodEnum<{
819
819
  left: "left";
820
- center: "center";
821
820
  right: "right";
821
+ center: "center";
822
822
  justify: "justify";
823
823
  }>>;
824
824
  runs: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -858,7 +858,7 @@ declare const documentAppendParagraphsOperation: {
858
858
  text?: string | undefined;
859
859
  styleId?: string | undefined;
860
860
  headingLevel?: number | undefined;
861
- alignment?: "left" | "center" | "right" | "justify" | undefined;
861
+ alignment?: "left" | "right" | "center" | "justify" | undefined;
862
862
  runs?: {
863
863
  text?: string | undefined;
864
864
  bold?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "document-operations",
3
- "version": "1.1.32",
3
+ "version": "1.1.33",
4
4
  "description": "The canonical set of document-conversion, editing, inspection, and .odb operations documents.js exposes -- one Zod input/output schema and one transport-agnostic run() function per operation, shared by document-mcp, document-cli, and a REST API server rather than each defining its own copy.",
5
5
  "type": "module",
6
6
  "repository": {
@@ -82,10 +82,10 @@
82
82
  "license": "MIT",
83
83
  "packageManager": "pnpm@12.4.1+sha512.2e81e399d73fe8390dab25e06aa788ab7a5908248d2f5a370f82b481147a6a7a367bf8048f9a6fdb6460f21a66f0542dedb8b94ca2c8723596741920b1656d4c",
84
84
  "dependencies": {
85
- "document-compute.js": "1.5.34",
85
+ "document-compute.js": "1.5.35",
86
86
  "document-outline.js": "3.9.15",
87
87
  "document-schema.js": "7.11.4",
88
- "documents.js": "7.20.31",
88
+ "documents.js": "7.20.32",
89
89
  "zod": "4.4.3"
90
90
  },
91
91
  "devDependencies": {