@vivliostyle/cli 9.1.1 → 9.2.0

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/index.js CHANGED
@@ -1,17 +1,17 @@
1
1
  import {
2
2
  createVitePlugin
3
- } from "./chunk-QPBFK57G.js";
3
+ } from "./chunk-IBR32DAW.js";
4
4
  import {
5
5
  build
6
- } from "./chunk-MMDG5WCG.js";
6
+ } from "./chunk-SZ6PUNZP.js";
7
7
  import {
8
8
  init
9
9
  } from "./chunk-PL4PTHOJ.js";
10
10
  import {
11
11
  preview
12
- } from "./chunk-BHM4LPO5.js";
12
+ } from "./chunk-5WSXXCJP.js";
13
13
  import "./chunk-FWYKLMUD.js";
14
- import "./chunk-23EG3WEZ.js";
14
+ import "./chunk-XYOW6HSN.js";
15
15
  import "./chunk-FXUEYQRY.js";
16
16
  import "./chunk-U63QI2TT.js";
17
17
  import {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createVitePlugin
3
- } from "./chunk-QPBFK57G.js";
4
- import "./chunk-23EG3WEZ.js";
3
+ } from "./chunk-IBR32DAW.js";
4
+ import "./chunk-XYOW6HSN.js";
5
5
  import "./chunk-FXUEYQRY.js";
6
6
  import "./chunk-U63QI2TT.js";
7
7
  import "./chunk-SEVGSYUZ.js";
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@vivliostyle/cli",
3
3
  "description": "Save the pdf file via headless browser and Vivliostyle.",
4
- "version": "9.1.1",
4
+ "version": "9.2.0",
5
5
  "author": "spring_raining <harusamex.com@gmail.com>",
6
6
  "type": "module",
7
7
  "scripts": {
8
8
  "build": "run-s build:*",
9
9
  "build:cli": "tsup && shx chmod +x dist/cli.js",
10
+ "build:typecheck": "tsc --noEmit",
10
11
  "build:docs": "tsx scripts/update-docs.ts",
11
12
  "generate:schema": "json2ts -i schemas/pub-manifest/publication.schema.json -o src/schema/publication.schema.ts --cwd schemas/pub-manifest",
12
13
  "clean": "shx rm -rf dist tmp",
@@ -27,7 +28,7 @@
27
28
  "@npmcli/arborist": "8.0.0",
28
29
  "@vivliostyle/jsdom": "25.0.1-vivliostyle-cli.1",
29
30
  "@vivliostyle/vfm": "2.2.1",
30
- "@vivliostyle/viewer": "2.32.0",
31
+ "@vivliostyle/viewer": "2.32.1",
31
32
  "ajv": "8.17.1",
32
33
  "ajv-formats": "3.0.1",
33
34
  "archiver": "7.0.1",
@@ -51,7 +52,6 @@
51
52
  "picomatch": "4.0.2",
52
53
  "playwright-core": "1.52.0",
53
54
  "press-ready": "4.0.3",
54
- "prettier": "3.5.3",
55
55
  "resolve-pkg": "2.0.0",
56
56
  "semver": "7.7.1",
57
57
  "sirv": "3.0.1",
@@ -98,6 +98,7 @@
98
98
  "memfs": "4.17.0",
99
99
  "npm-run-all": "4.1.5",
100
100
  "pnpm": "10.9.0",
101
+ "prettier": "3.5.3",
101
102
  "prettier-plugin-astro": "0.14.1",
102
103
  "pretty-quick": "4.1.1",
103
104
  "release-it": "17.11.0",