@recallai/desktop-sdk 2025.5.27-9a357154ac52e622e37fd5f9f35a934af744d642 → 2025.5.29-373c49438b38c98bd9cbf5c5c631cb7778f4b527
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/desktop_sdk_macos_exe +0 -0
- package/desktop_sdk_macos_frameworks.tar +0 -0
- package/index.js +1 -1
- package/package.json +1 -1
package/desktop_sdk_macos_exe
CHANGED
|
Binary file
|
|
Binary file
|
package/index.js
CHANGED
|
@@ -5,7 +5,7 @@ const fs = require('node:fs');
|
|
|
5
5
|
const { v4: uuidv4 } = require('uuid');
|
|
6
6
|
|
|
7
7
|
process.env["GST_DEBUG"] = "2";
|
|
8
|
-
process.env["GST_DEBUG_DUMP_DOT_DIR"] = "/tmp
|
|
8
|
+
process.env["GST_DEBUG_DUMP_DOT_DIR"] = "/tmp";
|
|
9
9
|
|
|
10
10
|
// HACK: This is needed because of https://github.com/electron/electron/issues/6262
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@recallai/desktop-sdk",
|
|
3
|
-
"version": "2025.05.
|
|
3
|
+
"version": "2025.05.29-373c49438b38c98bd9cbf5c5c631cb7778f4b527",
|
|
4
4
|
"description": "Recall Desktop SDK (Alpha)",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|