gologin 2.1.31 → 2.1.32

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  Combined changelog for GoLogin node.js SDK
4
4
 
5
+ ## [2.1.32] 2025-09-11
6
+
7
+
8
+ ### Fixes
9
+
10
+ * Custom extension downloading now works correctly
11
+
5
12
  ## [2.1.31] 2025-09-01
6
13
 
7
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gologin",
3
- "version": "2.1.31",
3
+ "version": "2.1.32",
4
4
  "description": "A high-level API to control Orbita browser over GoLogin API",
5
5
  "types": "./index.d.ts",
6
6
  "main": "./src/gologin.js",
@@ -80,7 +80,7 @@ export class UserExtensionsManager {
80
80
  }
81
81
 
82
82
  const extensionsToDownloadPaths = await makeRequest(`${this.#API_BASE_URL}/extensions/user_chrome_extensions_paths`, {
83
- fullResponse: false,
83
+ fullResponse: true,
84
84
  json: {
85
85
  existedUserChromeExtensions: this.#existedUserExtensions,
86
86
  profileId,