pdfnative 1.0.3 → 1.0.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pdfnative",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Zero-dependency native PDF generation library. 16 scripts (Arabic, Hebrew, Thai, CJK, Devanagari, Bengali, Tamil, Cyrillic, Greek, Georgian, Armenian, Latin), BiDi, PDF/A-1b/2b/3b, AES encryption, digital signatures, AcroForm, barcodes, SVG. Pure JavaScript ISO 32000-1 implementation.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -48,6 +48,7 @@
48
48
  "test:coverage": "vitest run --coverage",
49
49
  "test:visual": "vitest run --config vitest.visual.config.ts",
50
50
  "test:generate": "npx tsx scripts/generate-samples.ts",
51
+ "validate:pdfa": "npx tsx scripts/validate-pdfa.ts",
51
52
  "fonts:download": "npx tsx scripts/download-fonts.ts",
52
53
  "lint": "eslint src/",
53
54
  "typecheck": "tsc --noEmit",