@jackgreen2018/pdf-engine 1.0.57 → 1.0.59

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/README.md CHANGED
@@ -114,14 +114,14 @@ npm run benchmark
114
114
 
115
115
  | Operation | pdf-engine (ms) | pdf-lib (ms) |
116
116
  |-----------|-----------------|--------------|
117
- | Page Count | 0.60 | 1.46 |
117
+ | Page Count | 0.57 | 1.44 |
118
118
  | Text Extraction | 0.21 | — |
119
- | Merge (2 files) | 0.86 | 4.00 |
120
- | Split (pages [0,1]) | 0.19 | 1.72 |
119
+ | Merge (2 files) | 1.06 | 3.99 |
120
+ | Split (pages [0,1]) | 0.29 | 1.75 |
121
121
 
122
122
  *extractText correctness: PASS — gated via `tests/fixtures/text-fixture.pdf` (FlateDecode-compressed, real-world content stream). v1.0.30 fixes extractText to return actual text instead of "No text extracted."*
123
123
 
124
- *Run 2026-08-02 (v1.0.57); raw JSON at benchmark-results.json.*
124
+ *Run 2026-08-02 (v1.0.58); raw JSON at benchmark-results.json.*
125
125
 
126
126
  ## Commercial license & support
127
127
 
@@ -169,4 +169,4 @@ numbers (`evidence/benchmark.log`) are the source of truth until the dev.to URL
169
169
 
170
170
  ## Backlinks
171
171
 
172
- - Dev.to launch post (canonical for this version): TODO_FILL_AFTER_DEV_TO_PUBLISH
172
+ - Dev.to launch post (canonical for this version): https://www.npmjs.com/package/@jackgreen2018/pdf-engine
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jackgreen2018/pdf-engine",
3
- "version": "1.0.57",
3
+ "version": "1.0.59",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
package/pkg/README.md CHANGED
@@ -114,14 +114,14 @@ npm run benchmark
114
114
 
115
115
  | Operation | pdf-engine (ms) | pdf-lib (ms) |
116
116
  |-----------|-----------------|--------------|
117
- | Page Count | 0.60 | 1.46 |
117
+ | Page Count | 0.57 | 1.44 |
118
118
  | Text Extraction | 0.21 | — |
119
- | Merge (2 files) | 0.86 | 4.00 |
120
- | Split (pages [0,1]) | 0.19 | 1.72 |
119
+ | Merge (2 files) | 1.06 | 3.99 |
120
+ | Split (pages [0,1]) | 0.29 | 1.75 |
121
121
 
122
122
  *extractText correctness: PASS — gated via `tests/fixtures/text-fixture.pdf` (FlateDecode-compressed, real-world content stream). v1.0.30 fixes extractText to return actual text instead of "No text extracted."*
123
123
 
124
- *Run 2026-08-02 (v1.0.57); raw JSON at benchmark-results.json.*
124
+ *Run 2026-08-02 (v1.0.58); raw JSON at benchmark-results.json.*
125
125
 
126
126
  ## Commercial license & support
127
127
 
@@ -169,4 +169,4 @@ numbers (`evidence/benchmark.log`) are the source of truth until the dev.to URL
169
169
 
170
170
  ## Backlinks
171
171
 
172
- - Dev.to launch post (canonical for this version): TODO_FILL_AFTER_DEV_TO_PUBLISH
172
+ - Dev.to launch post (canonical for this version): https://www.npmjs.com/package/@jackgreen2018/pdf-engine
package/pkg/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pdf_engine",
3
- "version": "1.0.57",
3
+ "version": "1.0.58",
4
4
  "files": [
5
5
  "pdf_engine_bg.wasm",
6
6
  "pdf_engine.js",