@vivliostyle/cli 9.0.0-next.7 → 9.0.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-KBYCGWN5.js";
3
+ } from "./chunk-FQMQ7BWY.js";
4
4
  import {
5
5
  build
6
- } from "./chunk-NABNSSUR.js";
6
+ } from "./chunk-5AUWIYEK.js";
7
7
  import {
8
8
  init
9
- } from "./chunk-YXEC5ZRK.js";
9
+ } from "./chunk-XRR6RKA6.js";
10
10
  import {
11
11
  preview
12
- } from "./chunk-LGWCIQSL.js";
13
- import "./chunk-NWDF2NRZ.js";
14
- import "./chunk-KJ2TDIM3.js";
12
+ } from "./chunk-QZWMJ4L2.js";
13
+ import "./chunk-4Y2QIRBA.js";
14
+ import "./chunk-PY4J4NG6.js";
15
15
  import "./chunk-EX7EA34F.js";
16
16
  import "./chunk-WX6JHPSL.js";
17
17
  import {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createVitePlugin
3
- } from "./chunk-KBYCGWN5.js";
4
- import "./chunk-KJ2TDIM3.js";
3
+ } from "./chunk-FQMQ7BWY.js";
4
+ import "./chunk-PY4J4NG6.js";
5
5
  import "./chunk-EX7EA34F.js";
6
6
  import "./chunk-WX6JHPSL.js";
7
7
  import "./chunk-DMARNPN5.js";
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": "9.0.0-next.7",
4
+ "version": "9.0.0",
5
5
  "author": "spring_raining <harusamex.com@gmail.com>",
6
6
  "type": "module",
7
7
  "scripts": {
@@ -11,7 +11,6 @@
11
11
  "generate:schema": "json2ts -i schemas/pub-manifest/publication.schema.json -o src/schema/publication.schema.ts --cwd schemas/pub-manifest",
12
12
  "clean": "shx rm -rf dist tmp",
13
13
  "dev": "tsup --watch src",
14
- "example": "yarn --cwd example build",
15
14
  "pretest": "playwright-core install chromium --no-shell",
16
15
  "release": "release-it",
17
16
  "release:pre": "release-it --preRelease --npm.tag=next",
@@ -77,6 +76,7 @@
77
76
  "@types/debug": "4.1.12",
78
77
  "@types/dompurify": "3.2.0",
79
78
  "@types/fs-extra": "11.0.4",
79
+ "@types/hast": "3.0.4",
80
80
  "@types/jsdom": "21.1.7",
81
81
  "@types/mime-types": "2.1.4",
82
82
  "@types/node": "22.15.2",
@@ -95,6 +95,8 @@
95
95
  "json-schema-to-typescript": "15.0.4",
96
96
  "memfs": "4.17.0",
97
97
  "npm-run-all": "4.1.5",
98
+ "pnpm": "10.9.0",
99
+ "prettier-plugin-astro": "0.14.1",
98
100
  "pretty-quick": "4.1.1",
99
101
  "release-it": "17.11.0",
100
102
  "shx": "0.4.0",
@@ -104,6 +106,7 @@
104
106
  "typedoc": "^0.28.3",
105
107
  "typedoc-plugin-markdown": "4.6.3",
106
108
  "typescript": "5.8.3",
109
+ "unified": "9.2.2",
107
110
  "vite": "6.3.3",
108
111
  "vitest": "3.1.2"
109
112
  },
@@ -152,6 +155,7 @@
152
155
  ],
153
156
  "license": "AGPL-3.0",
154
157
  "engines": {
155
- "node": ">=16"
156
- }
158
+ "node": ">=18"
159
+ },
160
+ "packageManager": "pnpm@10.9.0"
157
161
  }