pixel-data-js 0.19.0 → 0.19.2

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 +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pixel-data-js",
3
3
  "type": "module",
4
- "version": "0.19.0",
4
+ "version": "0.19.2",
5
5
  "packageManager": "pnpm@10.30.0",
6
6
  "description": "JS Pixel and ImageData operations",
7
7
  "author": {
@@ -51,7 +51,7 @@
51
51
  "test": "vitest --coverage --project unit",
52
52
  "test:build": "pnpm build && vitest run --project dist",
53
53
  "test:mutation": "stryker run",
54
- "docs": "npx typedoc --entryPointStrategy Expand src",
54
+ "docs": "npx typedoc",
55
55
  "typecheck": "tsc --noEmit",
56
56
  "check-exports": "tsx _scripts/check-exports.ts",
57
57
  "sort": "tsx _scripts/apply-sorting.ts",