@live-change/print-service 0.8.144 → 0.8.146

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.
Files changed (2) hide show
  1. package/package.json +5 -5
  2. package/screenshot.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/print-service",
3
- "version": "0.8.144",
3
+ "version": "0.8.146",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -21,13 +21,13 @@
21
21
  "url": "https://www.viamage.com/"
22
22
  },
23
23
  "dependencies": {
24
- "@live-change/framework": "^0.8.144",
25
- "@live-change/relations-plugin": "^0.8.144",
26
- "@live-change/user-service": "^0.8.144",
24
+ "@live-change/framework": "^0.8.146",
25
+ "@live-change/relations-plugin": "^0.8.146",
26
+ "@live-change/user-service": "^0.8.146",
27
27
  "got": "^11.8.6",
28
28
  "p-queue": "^8.0.1",
29
29
  "playwright": "^1.41.2"
30
30
  },
31
- "gitHead": "cea115baa7d457fa6e3865d025662b1e11b15aac",
31
+ "gitHead": "56515185d5021b925e891bce7a0a1842ea7fb67c",
32
32
  "type": "module"
33
33
  }
package/screenshot.js CHANGED
@@ -64,7 +64,6 @@ export const screenshotToFileTask = task({
64
64
  let size
65
65
  task.progress(at++, all, 'gettingBrowserReady')
66
66
  await runWithBrowser(async browser => {
67
- console.log("BROWSER", browser)
68
67
  task.progress(at++, all, 'creatingPage')
69
68
  const page = await browser.newPage()
70
69
  if(viewport) page.setViewport(viewport)