@todesktop/client-recall 1.2.0 → 1.3.1
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 +4 -0
- package/package.json +6 -2
package/README.md
CHANGED
|
@@ -271,5 +271,9 @@ Use `recallDesktop.addEventListener(eventType, callback)` to subscribe. Availabl
|
|
|
271
271
|
|
|
272
272
|
## Changelog
|
|
273
273
|
|
|
274
|
+
- 1.3.1
|
|
275
|
+
- Updated `@recallai/desktop-sdk` to v2.0.3
|
|
276
|
+
- 1.3.0
|
|
277
|
+
- Updated `@recallai/desktop-sdk` to v2.0.0
|
|
274
278
|
- 1.2.0
|
|
275
279
|
- 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.
|
|
3
|
+
"version": "1.3.1",
|
|
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": "
|
|
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
|
}
|