pdf-codec 3.6.6 → 3.7.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 +9 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pdf-codec",
3
- "version": "3.6.6",
3
+ "version": "3.7.0",
4
4
  "description": "Hand-written, dependency-minimal PDF codec: parses arbitrary real-world PDFs and generates new ones, built on its own codec-owned LayoutDocument item model and Zod 4 codecs.",
5
5
  "type": "module",
6
6
  "repository": {
@@ -77,6 +77,8 @@
77
77
  "test:watch": "vitest --project unit",
78
78
  "test:coverage": "turbo run _test:coverage",
79
79
  "_test:coverage": "vitest run --project unit --coverage",
80
+ "test:mutation": "turbo run _test:mutation",
81
+ "_test:mutation": "stryker run stryker.config.mjs",
80
82
  "test:corpus": "turbo run _test:corpus",
81
83
  "_test:corpus": "vitest run --project corpus",
82
84
  "test:smoke": "turbo run _test:smoke",
@@ -97,18 +99,22 @@
97
99
  "license": "MIT",
98
100
  "packageManager": "pnpm@11.6.0",
99
101
  "dependencies": {
100
- "byte-codec": "^1.2.2",
101
- "document-schema.js": "^6.0.0",
102
+ "byte-codec": "^1.3.0",
103
+ "document-schema.js": "^6.1.0",
102
104
  "fflate": "^0.8.3",
103
105
  "zod": "^4.4.3"
104
106
  },
105
107
  "devDependencies": {
106
108
  "@arethetypeswrong/cli": "^0.18.5",
107
109
  "@cloudflare/vitest-pool-workers": "^0.21.2",
110
+ "@stryker-mutator/core": "^10.0.0",
111
+ "@stryker-mutator/typescript-checker": "^10.0.0",
112
+ "@stryker-mutator/vitest-runner": "^10.0.0",
108
113
  "@types/node": "^26.1.1",
109
114
  "@vitest/coverage-v8": "^4.1.10",
110
115
  "eslint": "^10.8.0",
111
116
  "husky": "^9.1.7",
117
+ "jiti": "2.7.0",
112
118
  "publint": "^0.3.21",
113
119
  "semantic-release": "^25.0.8",
114
120
  "tsdown": "^0.22.13",