pdf-raster-cpu 1.0.0 → 1.0.1
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pdf-raster-cpu",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Pure-software reference backend for pdf-codec's PageRasteriser port: an RGBA scanline rasteriser that renders a page (or a located figure region) to PNG bytes with no canvas dependency, on any Worker-isomorphic runtime.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"_test": "vitest run",
|
|
60
60
|
"_test:coverage": "vitest run --coverage",
|
|
61
61
|
"test:mutation": "turbo run _test:mutation",
|
|
62
|
-
"_test:mutation": "stryker run stryker.config.
|
|
62
|
+
"_test:mutation": "stryker run stryker.config.ts",
|
|
63
63
|
"test:watch": "vitest",
|
|
64
64
|
"test:workers": "turbo run _test:workers",
|
|
65
65
|
"_test:workers": "vitest run --config vitest.workers.config.ts",
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
"license": "MIT",
|
|
79
79
|
"packageManager": "pnpm@11.6.0",
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"byte-codec": "1.5.
|
|
82
|
-
"pdf-codec": "4.8.
|
|
81
|
+
"byte-codec": "1.5.1",
|
|
82
|
+
"pdf-codec": "4.8.1"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@arethetypeswrong/cli": "0.18.5",
|