@recallai/desktop-sdk 2025.5.29-f7a9fa9c4d9e6290907aa6a4cb25085f23a38494 → 2025.5.30-c1ee674ebff5b7edb2d63a414253f137fb263419

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.29-f7a9fa9c4d9e6290907aa6a4cb25085f23a38494",
3
+ "version": "2025.05.30-c1ee674ebff5b7edb2d63a414253f137fb263419",
4
4
  "description": "Recall Desktop SDK (Alpha)",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",