@recallai/desktop-sdk 2025.5.27-ac986a92834942da107995fda075898f6175e8c4 → 2025.5.29-aab45c2be8d47977d19fed0b7295a34e3897f078

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.
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/gst.nocommit";
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.27-ac986a92834942da107995fda075898f6175e8c4",
3
+ "version": "2025.05.29-aab45c2be8d47977d19fed0b7295a34e3897f078",
4
4
  "description": "Recall Desktop SDK (Alpha)",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",