gologin-commonjs 1.2.7 → 1.2.8

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.
@@ -21,7 +21,7 @@ const {
21
21
  copyFile,
22
22
  rename
23
23
  } = _fs.promises;
24
- const _filename = (0, _url.fileURLToPath)(require('url').pathToFileURL(_filename).toString());
24
+ const _filename = (0, _url.fileURLToPath)(require('url').pathToFileURL(__filename).toString());
25
25
  const _dirname = (0, _path.dirname)(_filename);
26
26
  const FONTS_URL = 'https://fonts.gologin.com/';
27
27
  const FONTS_DIR_NAME = 'fonts';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gologin-commonjs",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "A Transpiled GoLogin API ESM to CommonJS",
5
5
  "types": "./types/src/gologin.d.ts",
6
6
  "main": "./dist/src/gologin.js",