epub-codec 1.2.6 → 1.2.8

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
@@ -1427,9 +1427,9 @@ declare const epubContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>,
1427
1427
  type: z.ZodEnum<{
1428
1428
  date: "date";
1429
1429
  custom: "custom";
1430
- time: "time";
1431
1430
  decimal: "decimal";
1432
1431
  list: "list";
1432
+ time: "time";
1433
1433
  whole: "whole";
1434
1434
  textLength: "textLength";
1435
1435
  }>;
@@ -1885,8 +1885,8 @@ declare const epubContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>,
1885
1885
  value: z.ZodObject<{
1886
1886
  type: z.ZodEnum<{
1887
1887
  formula: "formula";
1888
- num: "num";
1889
1888
  percent: "percent";
1889
+ num: "num";
1890
1890
  max: "max";
1891
1891
  min: "min";
1892
1892
  percentile: "percentile";
@@ -1931,8 +1931,8 @@ declare const epubContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>,
1931
1931
  min: z.ZodObject<{
1932
1932
  type: z.ZodEnum<{
1933
1933
  formula: "formula";
1934
- num: "num";
1935
1934
  percent: "percent";
1935
+ num: "num";
1936
1936
  max: "max";
1937
1937
  min: "min";
1938
1938
  percentile: "percentile";
@@ -1942,8 +1942,8 @@ declare const epubContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>,
1942
1942
  max: z.ZodObject<{
1943
1943
  type: z.ZodEnum<{
1944
1944
  formula: "formula";
1945
- num: "num";
1946
1945
  percent: "percent";
1946
+ num: "num";
1947
1947
  max: "max";
1948
1948
  min: "min";
1949
1949
  percentile: "percentile";
@@ -1989,8 +1989,8 @@ declare const epubContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>,
1989
1989
  thresholds: z.ZodArray<z.ZodObject<{
1990
1990
  type: z.ZodEnum<{
1991
1991
  formula: "formula";
1992
- num: "num";
1993
1992
  percent: "percent";
1993
+ num: "num";
1994
1994
  max: "max";
1995
1995
  min: "min";
1996
1996
  percentile: "percentile";
package/dist/codec.d.ts CHANGED
@@ -1427,9 +1427,9 @@ declare const epubContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>,
1427
1427
  type: z.ZodEnum<{
1428
1428
  date: "date";
1429
1429
  custom: "custom";
1430
- time: "time";
1431
1430
  decimal: "decimal";
1432
1431
  list: "list";
1432
+ time: "time";
1433
1433
  whole: "whole";
1434
1434
  textLength: "textLength";
1435
1435
  }>;
@@ -1885,8 +1885,8 @@ declare const epubContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>,
1885
1885
  value: z.ZodObject<{
1886
1886
  type: z.ZodEnum<{
1887
1887
  formula: "formula";
1888
- num: "num";
1889
1888
  percent: "percent";
1889
+ num: "num";
1890
1890
  max: "max";
1891
1891
  min: "min";
1892
1892
  percentile: "percentile";
@@ -1931,8 +1931,8 @@ declare const epubContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>,
1931
1931
  min: z.ZodObject<{
1932
1932
  type: z.ZodEnum<{
1933
1933
  formula: "formula";
1934
- num: "num";
1935
1934
  percent: "percent";
1935
+ num: "num";
1936
1936
  max: "max";
1937
1937
  min: "min";
1938
1938
  percentile: "percentile";
@@ -1942,8 +1942,8 @@ declare const epubContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>,
1942
1942
  max: z.ZodObject<{
1943
1943
  type: z.ZodEnum<{
1944
1944
  formula: "formula";
1945
- num: "num";
1946
1945
  percent: "percent";
1946
+ num: "num";
1947
1947
  max: "max";
1948
1948
  min: "min";
1949
1949
  percentile: "percentile";
@@ -1989,8 +1989,8 @@ declare const epubContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>,
1989
1989
  thresholds: z.ZodArray<z.ZodObject<{
1990
1990
  type: z.ZodEnum<{
1991
1991
  formula: "formula";
1992
- num: "num";
1993
1992
  percent: "percent";
1993
+ num: "num";
1994
1994
  max: "max";
1995
1995
  min: "min";
1996
1996
  percentile: "percentile";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "epub-codec",
3
- "version": "1.2.6",
3
+ "version": "1.2.8",
4
4
  "description": "EPUB 2/3 reading and deterministic EPUB 3 writing against the shared document-schema.js content pivot.",
5
5
  "type": "module",
6
6
  "repository": {
@@ -78,7 +78,7 @@
78
78
  "license": "MIT",
79
79
  "packageManager": "pnpm@11.6.0",
80
80
  "dependencies": {
81
- "document-schema.js": "^6.2.2",
81
+ "document-schema.js": "^7.0.0",
82
82
  "entities": "^8.0.0",
83
83
  "fast-xml-parser": "^5.10.1",
84
84
  "fflate": "^0.8.3",