gologin 1.0.55 → 1.0.56

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/gologin.js +1 -0
  2. package/package.json +1 -1
package/gologin.js CHANGED
@@ -503,6 +503,7 @@ class GoLogin {
503
503
  };
504
504
  profile.geoLocation = this.getGeolocationParams(profileGeolocation, tzGeoLocation);
505
505
  profile.name = name;
506
+ profile.name_base64 = Buffer.from(name).toString('base64');
506
507
  profile.profile_id = this.profile_id;
507
508
 
508
509
  profile.webRtc = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gologin",
3
- "version": "1.0.55",
3
+ "version": "1.0.56",
4
4
  "description": "A high-level API to control Orbita browser over GoLogin API",
5
5
  "main": "./gologin.js",
6
6
  "repository": {