markdown-codec 11.1.2 → 11.1.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.
package/dist/codec.d.cts CHANGED
@@ -1816,10 +1816,10 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
1816
1816
  endColumn: z.ZodNumber;
1817
1817
  }, z.core.$strip>>;
1818
1818
  type: z.ZodEnum<{
1819
- decimal: "decimal";
1820
- list: "list";
1821
1819
  date: "date";
1822
1820
  custom: "custom";
1821
+ decimal: "decimal";
1822
+ list: "list";
1823
1823
  time: "time";
1824
1824
  whole: "whole";
1825
1825
  textLength: "textLength";
package/dist/codec.d.ts CHANGED
@@ -1816,10 +1816,10 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
1816
1816
  endColumn: z.ZodNumber;
1817
1817
  }, z.core.$strip>>;
1818
1818
  type: z.ZodEnum<{
1819
- decimal: "decimal";
1820
- list: "list";
1821
1819
  date: "date";
1822
1820
  custom: "custom";
1821
+ decimal: "decimal";
1822
+ list: "list";
1823
1823
  time: "time";
1824
1824
  whole: "whole";
1825
1825
  textLength: "textLength";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markdown-codec",
3
- "version": "11.1.2",
3
+ "version": "11.1.4",
4
4
  "description": "Hand-written CommonMark+GFM <-> DocumentTree codec, built on document-schema.js",
5
5
  "type": "module",
6
6
  "repository": {
@@ -83,7 +83,7 @@
83
83
  "license": "MIT",
84
84
  "packageManager": "pnpm@12.4.1+sha512.2e81e399d73fe8390dab25e06aa788ab7a5908248d2f5a370f82b481147a6a7a367bf8048f9a6fdb6460f21a66f0542dedb8b94ca2c8723596741920b1656d4c",
85
85
  "dependencies": {
86
- "byte-codec": "1.10.0",
86
+ "byte-codec": "2.0.0",
87
87
  "document-schema.js": "7.15.0",
88
88
  "zod": "4.4.3"
89
89
  },