gologin-commonjs 1.2.3 → 1.2.4

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.
@@ -618,7 +618,7 @@ class GoLogin {
618
618
  }
619
619
  return port;
620
620
  }
621
- async getTimeZone(proxy) {
621
+ getTimeZone(proxy) {
622
622
  debug("getting timeZone proxy=", proxy);
623
623
  if (this.timezone) {
624
624
  debug("getTimeZone from options", this.timezone);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gologin-commonjs",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
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",