@datawheel/bespoke 0.6.0-rc.0 → 0.6.0-rc.1

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/dist/server.js +2 -1
  2. package/package.json +1 -1
package/dist/server.js CHANGED
@@ -4336,7 +4336,8 @@ async function generateImage(path2, section, format = "png", transparent = false
4336
4336
  const browser = await puppeteer.launch({
4337
4337
  args: [
4338
4338
  `--window-size=${width},${height}`,
4339
- "--start-fullscreen"
4339
+ "--start-fullscreen",
4340
+ "--no-sandbox"
4340
4341
  ],
4341
4342
  defaultViewport: { width, height, deviceScaleFactor: 2 },
4342
4343
  headless: "new",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datawheel/bespoke",
3
- "version": "0.6.0-rc.0",
3
+ "version": "0.6.0-rc.1",
4
4
  "description": "Content management system for creating automated data reports",
5
5
  "exports": {
6
6
  ".": {