@recallai/desktop-sdk 2025.7.11-9cb02ea27c784066b08e4d5bdc2da391d0588652 → 2025.7.15-bb7b3ec0e827a1b8a286eab04c53a30e898d4b4c

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/index.js +4 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -130,7 +130,10 @@ function startProcess() {
130
130
  stdio: "pipe",
131
131
  env: {
132
132
  "GST_DEBUG": "2",
133
- "GST_DEBUG_DUMP_DOT_DIR": os.tmpdir(),
133
+ "GST_DEBUG_DUMP_DOT_DIR": process.env.RECALLAI_DESKTOP_SDK_DEV ? "/tmp/gst.nocommit" : os.tmpdir(),
134
+ // "DYLD_INSERT_LIBRARIES":"/opt/homebrew/lib/libjemalloc.dylib",
135
+ // "MALLOC_CONF":"prof:true,prof_active:true,prof_prefix:jeprof",
136
+ // "DYLD_FORCE_FLAT_NAMESPACE":"1",
134
137
  ...envExtra,
135
138
  }
136
139
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recallai/desktop-sdk",
3
- "version": "2025.07.11-9cb02ea27c784066b08e4d5bdc2da391d0588652",
3
+ "version": "2025.07.15-bb7b3ec0e827a1b8a286eab04c53a30e898d4b4c",
4
4
  "description": "Recall Desktop SDK (Alpha)",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",