epub-codec 1.0.5 → 1.1.0

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.
Files changed (1) hide show
  1. package/package.json +8 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "epub-codec",
3
- "version": "1.0.5",
3
+ "version": "1.1.0",
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": {
@@ -58,6 +58,8 @@
58
58
  "test": "turbo run _test",
59
59
  "_test": "vitest run --project unit",
60
60
  "_test:coverage": "vitest run --project unit --coverage",
61
+ "test:mutation": "turbo run _test:mutation",
62
+ "_test:mutation": "stryker run stryker.config.mjs",
61
63
  "test:watch": "vitest --project unit",
62
64
  "test:workers": "turbo run _test:workers",
63
65
  "_test:workers": "vitest run --config vitest.workers.config.ts",
@@ -76,7 +78,7 @@
76
78
  "license": "MIT",
77
79
  "packageManager": "pnpm@11.6.0",
78
80
  "dependencies": {
79
- "document-schema.js": "^6.0.0",
81
+ "document-schema.js": "^6.1.0",
80
82
  "fast-xml-parser": "^5.10.1",
81
83
  "fflate": "^0.8.3",
82
84
  "zod": "^4.4.3"
@@ -84,9 +86,13 @@
84
86
  "devDependencies": {
85
87
  "@arethetypeswrong/cli": "^0.18.5",
86
88
  "@cloudflare/vitest-pool-workers": "^0.20.1",
89
+ "@stryker-mutator/core": "^10.0.0",
90
+ "@stryker-mutator/typescript-checker": "^10.0.0",
91
+ "@stryker-mutator/vitest-runner": "^10.0.0",
87
92
  "@types/node": "^26.1.2",
88
93
  "eslint": "^10.8.0",
89
94
  "husky": "^9.1.7",
95
+ "jiti": "2.7.0",
90
96
  "publint": "^0.3.21",
91
97
  "tsdown": "^0.22.13",
92
98
  "turbo": "^2.10.8",