@todesktop/client-recall 1.2.0 → 1.3.0

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 +2 -0
  2. package/package.json +6 -2
package/README.md CHANGED
@@ -271,5 +271,7 @@ Use `recallDesktop.addEventListener(eventType, callback)` to subscribe. Availabl
271
271
 
272
272
  ## Changelog
273
273
 
274
+ - 1.3.0
275
+ - Updated `@recallai/desktop-sdk` to v2.0.0
274
276
  - 1.2.0
275
277
  - Updated `@recallai/desktop-sdk` to v1.3.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/client-recall",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "ToDesktop plugin for Recall.ai Desktop Recording SDK - Client library",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
@@ -37,7 +37,7 @@
37
37
  "access": "public"
38
38
  },
39
39
  "devDependencies": {
40
- "@recallai/desktop-sdk": "1.1.0",
40
+ "@recallai/desktop-sdk": "2.0.0",
41
41
  "rimraf": "^5.0.0"
42
42
  },
43
43
  "peerDependencies": {
@@ -45,5 +45,9 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@types/node": "20.19.2"
48
+ },
49
+ "repository": {
50
+ "type": "git",
51
+ "url": "git+https://github.com/ToDesktop/todesktop-recall.git"
48
52
  }
49
53
  }