@recallai/desktop-sdk 1.3.1 → 1.3.2
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 +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
### 1.3.2 [patch] (MacOS+Windows) - 2025-11-01
|
|
2
|
+
|
|
3
|
+
- Increased timeout on DSDK uploads to prevent failures on network constrained connections.
|
|
4
|
+
|
|
1
5
|
### 1.3.1 [patch] (MacOS+Windows) - 2025-10-31
|
|
2
6
|
|
|
3
7
|
- Fixed issues running DSDK on enterprise networks, vpns, proxies, with custom certificates.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@recallai/desktop-sdk",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"description": "Recall Desktop SDK",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"@types/node": "^24.2.0",
|
|
21
21
|
"typescript": "^5.3.3"
|
|
22
22
|
},
|
|
23
|
-
"commit_sha": "
|
|
23
|
+
"commit_sha": "0e8efe570dab12a1adfebea742f869341d06cc4c"
|
|
24
24
|
}
|