nodejs_chromium 1.1.18 → 1.1.20

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/index.js +3 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import 'nodejs_patch';
2
2
  import puppeteer from "puppeteer";
3
- import {KnownDevices} from "puppeteer";
4
- import {exec} from "child_process";
3
+ import { KnownDevices } from "puppeteer";
4
+ import { exec } from "child_process";
5
5
  import fs from "fs";
6
6
  import chrome from "./src/chrome.js";
7
7
 
@@ -208,4 +208,4 @@ async function checkInstall(install = false) {
208
208
  }
209
209
 
210
210
 
211
- export default { newChrome, checkInstall }
211
+ export { newChrome, checkInstall }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodejs_chromium",
3
- "version": "1.1.18",
3
+ "version": "1.1.20",
4
4
  "type": "module",
5
5
  "description": "for pupeteer chromium",
6
6
  "main": "index.js",