@vellora/engine-chromium 0.1.0 → 0.1.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -5,7 +5,7 @@ Optional Chromium-backed renderer for [vellora](https://github.com/diomalta/vell
5
5
  Use this package only for templates that need browser print fidelity. The default `vellora` path stays
6
6
  native, in-process, and browserless.
7
7
 
8
- > **Pre-release (alpha)** — the bridge is implemented and evolving with the fidelity workflow.
8
+ > **0.x pre-1.0** — the bridge is implemented and evolving with the fidelity workflow.
9
9
 
10
10
  ## Install
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellora/engine-chromium",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Optional Chromium-backed browser-fidelity renderer for vellora.",
5
5
  "keywords": ["html-to-pdf", "pdf", "chromium", "browser-fidelity", "puppeteer-alternative"],
6
6
  "homepage": "https://github.com/diomalta/vellora#readme",
@@ -30,11 +30,11 @@
30
30
  "build": "tsc"
31
31
  },
32
32
  "peerDependencies": {
33
- "vellora": "0.1.0"
33
+ "vellora": "0.1.2"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@vellora/test-harness": "*",
37
- "vellora": "0.1.0"
37
+ "vellora": "0.1.2"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public",