@vivliostyle/cli 4.3.1 → 4.5.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/CHANGELOG.md +21 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
# [4.5.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v4.4.1...v4.5.0) (2021-11-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* Update Puppetter-core to 12.0.1 ([2eb4e45](https://github.com/vivliostyle/vivliostyle-cli/commit/2eb4e454c0d4104cc0e9d94b3a503cff8c521aec))
|
|
7
|
+
|
|
8
|
+
## [4.4.1](https://github.com/vivliostyle/vivliostyle-cli/compare/v4.4.0...v4.4.1) (2021-11-19)
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
- Update Vivliostyle.js to 2.12.1: Fix bugs on math and text with ruby ([e5f0346](https://github.com/vivliostyle/vivliostyle-cli/commit/e5f0346c793fd282b1e9b31c6155e70060072794))
|
|
13
|
+
|
|
14
|
+
# [4.4.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v4.3.2...v4.4.0) (2021-11-13)
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
- Update Vivliostyle.js to 2.12.0: support text-spacing and hanging-punctuation ([dea228b](https://github.com/vivliostyle/vivliostyle-cli/commit/dea228b4c59486ae2af328d890c083f059e4eb87))
|
|
19
|
+
|
|
20
|
+
## [4.3.2](https://github.com/vivliostyle/vivliostyle-cli/compare/v4.3.1...v4.3.2) (2021-11-01)
|
|
21
|
+
|
|
1
22
|
## [4.3.1](https://github.com/vivliostyle/vivliostyle-cli/compare/v4.3.0...v4.3.1) (2021-10-18)
|
|
2
23
|
|
|
3
24
|
# [4.3.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v4.2.1...v4.3.0) (2021-10-10)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vivliostyle/cli",
|
|
3
3
|
"description": "Save the pdf file via Headless Chrome and Vivliostyle.",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.5.0",
|
|
5
5
|
"author": "spring_raining <harusamex.com@gmail.com>",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "yarn clean && run-p build:*",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@vivliostyle/vfm": "1.0.2",
|
|
23
|
-
"@vivliostyle/viewer": "2.
|
|
23
|
+
"@vivliostyle/viewer": "2.12.1",
|
|
24
24
|
"ajv": "^7.0.4",
|
|
25
25
|
"ajv-formats": "^1.5.1",
|
|
26
26
|
"chalk": "^4.1.2",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"pdf-lib": "^1.16.0",
|
|
44
44
|
"press-ready": "^4.0.3",
|
|
45
45
|
"prettier": "^2.3.2",
|
|
46
|
-
"puppeteer-core": "
|
|
46
|
+
"puppeteer-core": "12.0.1",
|
|
47
47
|
"resolve-pkg": "^2.0.0",
|
|
48
48
|
"shelljs": "^0.8.4",
|
|
49
49
|
"terminal-link": "^2.1.1",
|