gologin-commonjs 1.1.0 → 1.1.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.
@@ -827,7 +827,7 @@ class GoLogin {
827
827
  maxAttempts: 5,
828
828
  });
829
829
  } else {
830
- const t = randomGeo(glat, glong, 10);
830
+ const t = this.randomGeo(glat, glong, 10);
831
831
  data = {
832
832
  body: JSON.stringify({
833
833
  country: "ID",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gologin-commonjs",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "A Transpiled GoLogin API ESM to CommonJS",
5
5
  "types": "./types/gologin.d.ts",
6
6
  "main": "./dist/src/gologin.js",