@todesktop/plugin-recall 1.3.4 → 1.3.5
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/README.md +3 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -267,6 +267,9 @@ Use `recallDesktop.addEventListener(eventType, callback)` to subscribe. Availabl
|
|
|
267
267
|
```
|
|
268
268
|
|
|
269
269
|
## Changelog
|
|
270
|
+
- 1.3.5
|
|
271
|
+
- Updated `@recallai/desktop-sdk` to v2.0.11
|
|
272
|
+
- Pulled in upstream meeting-detection, mic-stream, and audio-pipeline reliability fixes
|
|
270
273
|
- 1.3.4
|
|
271
274
|
- Updated `@recallai/desktop-sdk` to v2.0.10
|
|
272
275
|
- Aligned wrapper types with new Recall events and permissions
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@todesktop/plugin-recall",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.5",
|
|
4
4
|
"description": "ToDesktop plugin for Recall.ai Desktop Recording SDK - Plugin package",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"rimraf": "^5.0.0"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@recallai/desktop-sdk": "2.0.
|
|
68
|
+
"@recallai/desktop-sdk": "2.0.11",
|
|
69
69
|
"@types/node": "20.19.2"
|
|
70
70
|
},
|
|
71
71
|
"repository": {
|