@recallai/desktop-sdk 2.0.9 → 2.0.10
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 +3 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
### 2.0.10 [patch] (MacOS+Windows) - 2026-04-03
|
|
2
|
+
- Fix URL detection for Zoom version 7.0.0 on macOS (Windows is unaffected by this issue and should continue to present URLs normally).
|
|
3
|
+
|
|
1
4
|
### 2.0.9 [patch] (MacOS+Windows) - 2026-03-27
|
|
2
5
|
- Forward invalid command errors back to user on Windows.
|
|
3
6
|
- Restart video capture on windows as necessary.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@recallai/desktop-sdk",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.10",
|
|
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": "dde11c0be7cca9e3f70957cf1e9a36c77f6fa177"
|
|
24
24
|
}
|