@vivliostyle/cli 5.0.1 → 5.1.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/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": "5.0.1",
4
+ "version": "5.1.0",
5
5
  "author": "spring_raining <harusamex.com@gmail.com>",
6
6
  "scripts": {
7
7
  "postinstall": "patch-package",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@vivliostyle/vfm": "1.2.2",
24
- "@vivliostyle/viewer": "2.15.4",
24
+ "@vivliostyle/viewer": "2.15.5",
25
25
  "ajv": "^7.0.4",
26
26
  "ajv-formats": "^1.5.1",
27
27
  "better-ajv-errors": "^1.2.0",
@@ -44,7 +44,7 @@
44
44
  "ora": "^5.4.1",
45
45
  "patch-package": "^6.4.7",
46
46
  "pdf-lib": "^1.16.0",
47
- "playwright-core": "1.21.1",
47
+ "playwright-core": "1.22.2",
48
48
  "portfinder": "^1.0.28",
49
49
  "postinstall-postinstall": "^2.1.0",
50
50
  "press-ready": "^4.0.3",
@@ -1,5 +1,5 @@
1
1
  diff --git a/node_modules/playwright-core/lib/client/connection.js b/node_modules/playwright-core/lib/client/connection.js
2
- index 84ecda7..fe9e413 100644
2
+ index 84ecda7..d65bddc 100644
3
3
  --- a/node_modules/playwright-core/lib/client/connection.js
4
4
  +++ b/node_modules/playwright-core/lib/client/connection.js
5
5
  @@ -229,7 +229,7 @@ class Connection extends _events.EventEmitter {
@@ -12,10 +12,10 @@ index 84ecda7..fe9e413 100644
12
12
 
13
13
  for (const key of Object.keys(payload)) result[key] = this._replaceGuidsWithChannels(payload[key]);
14
14
  diff --git a/node_modules/playwright-core/lib/client/page.js b/node_modules/playwright-core/lib/client/page.js
15
- index 07a6546..bc4c7be 100644
15
+ index c0f960b..7c18992 100644
16
16
  --- a/node_modules/playwright-core/lib/client/page.js
17
17
  +++ b/node_modules/playwright-core/lib/client/page.js
18
- @@ -811,7 +811,7 @@ class Page extends _channelOwner.ChannelOwner {
18
+ @@ -812,7 +812,7 @@ class Page extends _channelOwner.ChannelOwner {
19
19
 
20
20
  const result = await this._channel.pdf(transportOptions);
21
21
 
@@ -25,7 +25,7 @@ index 07a6546..bc4c7be 100644
25
25
  if (options.path) {
26
26
  await _fs.default.promises.mkdir(_path.default.dirname(options.path), {
27
27
  diff --git a/node_modules/playwright-core/lib/server/dispatchers/dispatcher.js b/node_modules/playwright-core/lib/server/dispatchers/dispatcher.js
28
- index 8ddf347..1378056 100644
28
+ index 8ddf347..d1892f5 100644
29
29
  --- a/node_modules/playwright-core/lib/server/dispatchers/dispatcher.js
30
30
  +++ b/node_modules/playwright-core/lib/server/dispatchers/dispatcher.js
31
31
  @@ -377,7 +377,7 @@ class DispatcherConnection {