@vivliostyle/cli 8.17.0 → 8.17.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.
- package/dist/browser.js +1 -1
- package/package.json +2 -2
package/dist/browser.js
CHANGED
|
@@ -13,7 +13,7 @@ export async function launchBrowser({ browserType, proxy, executablePath, headle
|
|
|
13
13
|
disableWebSecurity ? '--disable-web-security' : '',
|
|
14
14
|
disableDevShmUsage ? '--disable-dev-shm-usage' : '',
|
|
15
15
|
// #357: Set devicePixelRatio=1 otherwise it causes layout issues in HiDPI displays
|
|
16
|
-
headless ? '--force-device-scale-factor=
|
|
16
|
+
headless ? '--force-device-scale-factor=1' : '',
|
|
17
17
|
// set Chromium language to English to avoid locale-dependent issues (e.g. minimum font size)
|
|
18
18
|
'--lang=en',
|
|
19
19
|
...(!headless && process.platform === 'darwin'
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vivliostyle/cli",
|
|
3
3
|
"description": "Save the pdf file via headless browser and Vivliostyle.",
|
|
4
|
-
"version": "8.17.
|
|
4
|
+
"version": "8.17.2",
|
|
5
5
|
"author": "spring_raining <harusamex.com@gmail.com>",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"scripts": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@npmcli/arborist": "^6.1.3",
|
|
26
26
|
"@vivliostyle/jsdom": "22.1.0-vivliostyle-cli.1",
|
|
27
27
|
"@vivliostyle/vfm": "2.2.1",
|
|
28
|
-
"@vivliostyle/viewer": "2.30.
|
|
28
|
+
"@vivliostyle/viewer": "2.30.8",
|
|
29
29
|
"ajv": "^8.11.2",
|
|
30
30
|
"ajv-formats": "^2.1.1",
|
|
31
31
|
"archiver": "^5.3.1",
|