@todesktop/plugin-recall 1.3.1 → 1.3.3

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/README.md +4 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -270,7 +270,10 @@ Use `recallDesktop.addEventListener(eventType, callback)` to subscribe. Availabl
270
270
  ```
271
271
 
272
272
  ## Changelog
273
-
273
+ - 1.3.3
274
+ - Updated `@recallai/desktop-sdk` to v2.0.8
275
+ - 1.3.2
276
+ - Updated `@recallai/desktop-sdk` to v2.0.4
274
277
  - 1.3.1
275
278
  - Updated `@recallai/desktop-sdk` to v2.0.3
276
279
  - 1.3.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/plugin-recall",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
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.3",
68
+ "@recallai/desktop-sdk": "2.0.8",
69
69
  "@types/node": "20.19.2"
70
70
  },
71
71
  "repository": {