document-operations 1.1.27 → 1.1.28

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
@@ -418,8 +418,8 @@ declare const ConvertDocumentOutputSchema: z.ZodObject<{
418
418
  }, z.core.$strip>]>;
419
419
  diagnostics: z.ZodArray<z.ZodObject<{
420
420
  severity: z.ZodEnum<{
421
- warning: "warning";
422
421
  info: "info";
422
+ warning: "warning";
423
423
  }>;
424
424
  code: z.ZodString;
425
425
  message: z.ZodString;
@@ -573,8 +573,8 @@ declare const convertDocumentOperation: {
573
573
  }, z.core.$strip>]>;
574
574
  diagnostics: z.ZodArray<z.ZodObject<{
575
575
  severity: z.ZodEnum<{
576
- warning: "warning";
577
576
  info: "info";
577
+ warning: "warning";
578
578
  }>;
579
579
  code: z.ZodString;
580
580
  message: z.ZodString;
@@ -621,7 +621,7 @@ declare const convertDocumentOperation: {
621
621
  large?: true | undefined;
622
622
  };
623
623
  diagnostics: {
624
- severity: "warning" | "info";
624
+ severity: "info" | "warning";
625
625
  code: string;
626
626
  message: string;
627
627
  pageIndex?: number | undefined;
package/dist/index.d.ts CHANGED
@@ -418,8 +418,8 @@ declare const ConvertDocumentOutputSchema: z.ZodObject<{
418
418
  }, z.core.$strip>]>;
419
419
  diagnostics: z.ZodArray<z.ZodObject<{
420
420
  severity: z.ZodEnum<{
421
- warning: "warning";
422
421
  info: "info";
422
+ warning: "warning";
423
423
  }>;
424
424
  code: z.ZodString;
425
425
  message: z.ZodString;
@@ -573,8 +573,8 @@ declare const convertDocumentOperation: {
573
573
  }, z.core.$strip>]>;
574
574
  diagnostics: z.ZodArray<z.ZodObject<{
575
575
  severity: z.ZodEnum<{
576
- warning: "warning";
577
576
  info: "info";
577
+ warning: "warning";
578
578
  }>;
579
579
  code: z.ZodString;
580
580
  message: z.ZodString;
@@ -621,7 +621,7 @@ declare const convertDocumentOperation: {
621
621
  large?: true | undefined;
622
622
  };
623
623
  diagnostics: {
624
- severity: "warning" | "info";
624
+ severity: "info" | "warning";
625
625
  code: string;
626
626
  message: string;
627
627
  pageIndex?: number | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "document-operations",
3
- "version": "1.1.27",
3
+ "version": "1.1.28",
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.29",
86
- "document-outline.js": "3.9.10",
87
- "document-schema.js": "7.11.3",
88
- "documents.js": "7.20.26",
85
+ "document-compute.js": "1.5.30",
86
+ "document-outline.js": "3.9.11",
87
+ "document-schema.js": "7.11.4",
88
+ "documents.js": "7.20.27",
89
89
  "zod": "4.4.3"
90
90
  },
91
91
  "devDependencies": {
@@ -98,7 +98,7 @@
98
98
  "@vitest/coverage-v8": "4.1.11",
99
99
  "eslint": "10.8.1",
100
100
  "husky": "9.1.7",
101
- "odf.js": "7.25.5",
101
+ "odf.js": "7.25.6",
102
102
  "publint": "0.3.22",
103
103
  "semantic-release": "25.0.9",
104
104
  "tsdown": "0.22.14",